/*
 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=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}


.whb-top-bar-inner ul {
    display: flex;
    align-items: center;
    gap: 30px;
}

.whb-top-bar-inner ul li {
    list-style: none;
    margin: 0px;
    display: flex;
    gap: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    align-items: center;
}

.whb-top-bar-inner ul li a {
    color: #fff;
}

span.wd-icon {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 4px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 17px;
}

.wd-post-thumb img {
    height: 271px;
    object-fit: cover;
}

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

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

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

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

.sec-1 {
    padding-block: 170px;
    background-repeat: no-repeat;
    background-size: cover;
}

span.nav-link-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    color: #000;
    text-transform: capitalize;
    font-family: 'Poppins';
    padding-inline: 10.7px;
}

.current-menu-item span.nav-link-text {
    background: #1470AF;
    color: #fff;
    border-radius: 2px;
}

ul#menu-main-navigation {
    gap: 30px;
    padding-right: 80px;
}

a.btn.theme-btn {
    background: #1470af;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    text-transform: capitalize;
    color: #fff;
    font-family: 'Poppins';
    padding-inline: 30.7px;
    padding-block: 20px;
    border: 1px solid #1470af;
}

h4 {
    background: #1470af;
    border-radius: 2px;
    padding: 7px 20px;
    display: inline-block;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    font-family: 'Poppins';
}

.sec-1 h4 {
    margin-bottom: 30px;
}

h2 {
    font-weight: 600;
    font-size: 44px;
    line-height: 1.1;
    color: #000;
    font-family: 'Poppins';
}

.sec-1 p {
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    color: #000;
}

.sec-1 h2 {
    width: 50%;
    padding-bottom: 5px;
    font-size: 66px;
    font-weight: 700;
}

.sec-1 p a {
    margin-top: 15px;
}

span.wd-marquee-item {
    font-size: 40px;
    font-weight: 900;
    color: #fff;
    gap: 20px;
}

.sec-3 {
    padding-top: 120px;
    counter-reset: section;
}

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

.sec-3 .wpb_text_column h4 {
    margin-bottom: 25px;
    background: none;
    color: #1470af;
    font-size: 28px;
}

h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    padding: 0px;
    background: none;
}

.sec-3 .wd-info-box {
    box-shadow: 0 12px 32px 0 rgba(6, 28, 61, 0.04);
    background: #fff;
    border-radius: 4px;
    padding: 40px;
    gap: 30px;
}

.sec-3 h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-weight: 600;
    font-size: 19px;
    line-height: 1;
    text-transform: capitalize;
    color: #000;
    padding-bottom: 8px;
    font-family: 'Poppins';
}

.sec-3 .wd-info-box p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7;
    text-transform: capitalize;
    color: #000;
    font-family: 'Poppins';
}

.sec-3 .wd-info-box p:first-child {
    padding-bottom: 10px;
    min-height: 106px;
}

.sec-3 .wd-info-box p a {
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: #1470af;
    font-family: 'Poppins';
    border-bottom: 1px solid;
    display: inline-flex;
    gap: 10px;
}

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

.sec-3 .vc_col-sm-3::before {
    counter-increment: section;
    content: "0" counter(section);
    position: absolute;
    right: 26px;
    top: 5px;
    color: #000000;
    opacity: 0.2;
    font-size: 27px;
    font-family: 'poppins';
    font-weight: 600;
    z-index: 3;
}

.sec-3 .wd-info-box:hover {}

.sec-3 .wd-info-box::before {
    content: '';
}

.sec-3 .vc_col-sm-3 .wpb_wrapper::before {
    content: '';
    position: absolute;
    right: -1px;
    left: -1px;
    bottom: -1px;
    top: 100px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(20, 112, 175, 1) 100%);
    border-radius: 4px;
    opacity: 0;
}

.sec-3 .vc_col-sm-3 .wpb_wrapper {
    position: relative;
    transition: 0.5s;
}

.sec-3 .vc_col-sm-3 .wpb_wrapper:hover::before {
    opacity: 1;
}

.sec-3 .vc_col-sm-3 {
    position: relative;
}

.sec-3 .wd-info-box::before {
    content: '';
    background: #1470AF;
    height: 64px;
    width: 64px;
    position: absolute;
    border-radius: 100%;
    right: 0;
    top: 0;
    transform: translateY(-50px) translateX(60px);
    transition: all ease 0.5s;
}

.sec-3 .wd-info-box {
    overflow: hidden;
    transition: all ease 0.5s;
    min-height: 380px;
}

.sec-3 .wd-info-box:hover:before {
    transform: translateY(-9px) translateX(11px);
}

.sec-3 .vc_col-sm-3:hover::before {
    color: #fff;
    opacity: 1;
}

.sec-3 .wd-info-box:hover img {
    filter: brightness(0) saturate(100%) invert(32%) sepia(99%) saturate(618%) hue-rotate(168deg) brightness(95%) contrast(96%);
}

.sec-4 {
    padding-block: 100px 120px;
    display: flex;
    align-items: center;
}

.sec-4 h4 {
    margin-bottom: 26px;
}

p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    font-family: 'Poppins';
}

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

.sec-4 .vc_col-sm-6:first-child .wpb_text_column.wpb_content_element {
    position: absolute;
    bottom: 30px;
    border-radius: 10px;
    fill: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(15px);
    box-shadow: 20px 10px 50px 0 rgba(0, 0, 0, 0.15);
    width: 228.68px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 48px;
    padding-block: 18.4px;
}

.sec-4 img {
    /* border-left: 9px solid #1470AF; */
    /* border-radius: 10px !important; */
    --r: 20px;
    /* control the rounded part */
    --s: 90px;
    /* control the size of the cut */
    --a: 20deg;
    /* control the depth of the curvature */
    --p: 50%;
    /* control the position */
    border-radius: var(--r);
    --_m: , #000 calc(100% - 1px), #0000;
    --_r: var(--r) at calc(100% - var(--r));
    --_d: (var(--s) + var(--r))*cos(var(--a));
    mask:
        radial-gradient(var(--_r) calc(var(--p) + var(--_d)) var(--_m)),
        radial-gradient(var(--_r) calc(var(--p) - var(--_d)) var(--_m)),
        radial-gradient(var(--s) at calc(100% + sin(var(--a))*var(--s)) var(--p),
            #0000 100%, #000 calc(100% + 1px)) calc(var(--r)*(sin(var(--a)) - 1)) 0 no-repeat,
        linear-gradient(#000 calc(var(--p) - var(--_d)), #0000 0 calc(var(--p) + var(--_d)), #000 0);
}


.sec-4 .vc_col-sm-6:first-child .wpb_text_column.wpb_content_element h3 {
    font-size: 61px;
    margin-bottom: 0;
    color: #fff;
    font-family: 'Poppins';
}

.sec-4 .vc_col-sm-6:first-child .wpb_text_column.wpb_content_element h5 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.sec-4 a.btn.theme-btn {
    margin-top: 10px;
}

.sec-4 h2 {
    margin-bottom: 18px;
}

.sec-5 .wd-info-box {
    background-image: none !important;
    box-shadow: 0 12px 32px 0 rgba(6, 28, 61, 0.04);
    background: #fff;
    padding: 50px 80px;
    gap: 40px;
    border-radius: 4px;
}

.sec-4::before {
    content: url(/wp-content/uploads/2025/06/Line-4.png);
    position: absolute;
    bottom: 0px;
}

.sec-4 {
    position: relative;
}

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

.sec-5 h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-weight: 600;
    font-size: 36px;
    text-align: center;
    color: #000;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 25px;
}

.sec-5 p:last-child {
    padding-top: 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: #1470af;
}

.sec-5 p a {
    color: #1470AF;
    font-family: 'Poppins';
    border-bottom: 1px solid;
    display: inline-flex;
    align-items: center;
    gap: 9px;
}

.sec-5 h4.info-box-title.title.box-title-style-default.wd-fontsize-m::before {
    content: '';
    background: #1470AF;
    width: 20%;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

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

.sec-5 .vc_col-sm-6 .wpb_wrapper::before {
    content: '';
    position: absolute;
    right: -2px;
    left: -2px;
    bottom: -2px;
    top: 100px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(20, 112, 175, 1) 100%);
    border-radius: 4px;
    opacity: 0;
}

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

.sec-5 .vc_col-sm-6 .wpb_wrapper:hover::before {
    opacity: 1;
}

.sec-4 .wpb_single_image .vc_single_image-wrapper::before {
    content: '';
    background: url(/wp-content/uploads/2025/06/Group-1000001867.png) no-repeat;
    position: absolute;
    width: 150px;
    height: 150px;
    z-index: 1;
    background-position: center right;
    right: -70px;
    animation: rotateCircle 6s linear infinite;
    top: 0;
    bottom: 0;
    margin: auto;
}

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

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

.sec-4 .wpb_single_image .vc_single_image-wrapper::after {
    content: '';
    background-image: url(/wp-content/uploads/2025/06/Vector.png);
    position: absolute;
    width: 69px;
    height: 50px;
    background-position: center;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9;
    right: -30px;
}

.sec-6 h2 {
    padding-bottom: 35px;
}

.sec-6 .info-box-inner.reset-last-child {
    margin-top: 8px;
}

.sec-6 h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    color: #1470af;
    font-weight: 700;
    font-family: 'Poppins';
}

.sec-6 .box-icon-wrapper.box-with-icon.box-icon-simple img {
    padding-top: 3px;
}

.sec-6 {
    display: flex;
    align-items: center;
    padding-bottom: 90px;
}

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

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

.sec-7 .wd-info-box {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    transition: 0.3s;
    border-bottom: 5px solid #fff;
}

.sec-7 .wd-info-box h2 {
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 20px;
}

.sec-7 .wd-active .wd-info-box {
    border-bottom: 5px solid #1470af;
}

.sec-7 .info-box-content {}

.sec-7 .info-box-content p img {
    padding-bottom: 20px;
}

.sec-7 .info-box-content {}

.sec-7 .wd-info-box ul li {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    list-style: none;
    padding-left: 25px;
    position: relative;
}

.sec-7 .wd-info-box p a {
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: #1470af;
    display: inline-flex;
    gap: 7px;
    border-bottom: 1px solid;
    padding-bottom: 3px;
}

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

.sec-7 .wd-info-box ul {
    padding-bottom: 5px;
}

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

.sec-7 .wd-info-box ul li::before {
    content: url(/wp-content/uploads/2025/06/tixckk.png);
    position: absolute;
    left: 0;
    top: 3px;
}

.wpb_text_column.wpb_content_element.more-row.text-center {
    padding-bottom: 0px !important;
    padding-top: 80px;
}

.sec-7::before {
    content: url(/wp-content/uploads/2025/06/Vector-1.png);
    position: absolute;
    bottom: 0;
    mix-blend-mode: color-dodge;
}

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

strong {}

.sec-8 li {
    font-weight: 400;
    color: #000;
    font-size: 14px;
    font-family: 'poppins';
    list-style: none;
    margin-bottom: 14px;
    padding-left: 20px;
    position: relative;
}

.sec-8 li strong {
    font-weight: 700;
    font-size: 14px;
    color: #1470af;
}

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

.sec-8 li::before {
    content: url(/wp-content/uploads/2025/06/check.png);
    position: absolute;
    left: 0;
    top: 1px;
}

.sec-8 ul {
    margin-bottom: 30px;
    padding-top: 5px;
}

.sec-8 h2 {
    padding-block: 5px;
}

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

.sec-9 {
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    align-items: center;
    padding-block: 146px;
    position: relative;
}

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

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

.sec-9 p a {
    margin-top: 10px;
}

.sec-9-9::before {
    content: '';
    background: url(/wp-content/uploads/2025/06/Line-1.png) no-repeat;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1px;
    background-size: cover;
}

.sec-10 {
    padding-block: 120px;
    display: flex;
    align-items: center;
}

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

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

.testi-inner {
    background: #ebf3ff;
    border-radius: 10px;
    padding-block: 50px;
    padding-inline: 40px;
}

body .wd-testimon-text.reset-last-child {
    background: none;
    padding: 0;
    margin: 0px;
    font-style: italic;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.8;
    color: #000;
    padding-top: 30px;
    font-family: 'poppins';
}

body .wd-testimon-text.reset-last-child::before {
    display: none !important;
}

.testi-inner .wd-testimon-name.title {
    margin: 0px;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    color: #000;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.testi-inner .wd-testimon-name.title::after {
    content: url(/wp-content/uploads/2025/06/Group-1000001874.png);
}

.wd-testimon-info::after {
    content: url(/wp-content/uploads/2025/06/Frame-27.jpg);
}

body .wd-nav-arrows.wd-hover-1.wd-pos-sep .wd-prev {
    transform: translateX(0px) !important;
    opacity: 1 !important;
    position: unset;
}

body .wd-nav-arrows.wd-hover-1.wd-pos-sep .wd-next {
    transform: translateX(0px) !important;
    opacity: 1 !important;
    position: unset;
}

.wd-nav-arrows.wd-pos-sep.wd-hover-1.wd-icon-1 {
    display: flex;
    width: 100%;
    position: unset !important;
    gap: 15px;
    padding-top: 20px;
}

body .wd-arrow-inner {
    border-radius: 4px !important;
    border: 1px solid #1470af !important;
    color: #1470AF !important;
}

body .wd-arrow-inner:hover {
    background: #1470af;
    color: #fff !important;
}

body .wd-next .wd-arrow-inner:after {
    content: "\f120" !important;
    font-family: "woodmart-font";
    font-weight: 400;
}

body .wd-prev .wd-arrow-inner:after {
    content: "\f121";
    font-family: "woodmart-font";
    font-weight: 400;
}

.sec-11 .vc_col-sm-6:first-child .wpb_text_column.wpb_content_element {
    padding-bottom: 30px;
}

.wd-accordion-title.font-primary.wd-fontsize-s.wd-font-weight-600 {
    border-top: 0px !important;
    padding-bottom: 15px;
}

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

.wd-accordion-title-text span {
    font-weight: 500;
    font-size: 16px;
    color: #000;
    font-family: 'poppins';
}

.wd-accordion-title {
    padding-top: 24px;
}

span.wd-accordion-opener {
    background: #1470AF;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 13px;
    color: #fff;
}



.sec-11 .wpb_column.vc_column_container.vc_col-sm-6:last-child .vc_column-inner>.wpb_wrapper {
    background: #1470AF;
    padding: 50px;
    border-radius: 20px;
}

.sec-11 .wpb_column.vc_column_container.vc_col-sm-6:last-child .vc_column-inner>.wpb_wrapper h4 {
    background: #fff;
    color: #2971ad;
    margin-bottom: 26px;
}

.sec-11 .wpb_column.vc_column_container.vc_col-sm-6:last-child .vc_column-inner>.wpb_wrapper h2,
.sec-11 .wpb_column.vc_column_container.vc_col-sm-6:last-child .vc_column-inner>.wpb_wrapper p {
    color: #fff;
}

.sec-11 .wpb_column.vc_column_container.vc_col-sm-6:last-child .vc_column-inner>.wpb_wrapper p {
    padding-top: 2px;
}

.sec-11 {
    display: flex;
    align-items: center;
    padding-bottom: 120px;
}

body input {
    background: #fff !important;
    border-radius: 8px !important;
    height: 44px !important;
    border: 0px !important;
}

body textarea {
    border-radius: 8px !important;
    background: #fff !important;
    border: 0px !important;
}

input::placeholder,
textarea::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    text-transform: capitalize;
    color: #1470af !important;
    font-family: 'Poppins';
    opacity: 0.8;
}

.wpforms-field {
    padding-bottom: 0px !important;
}

body .wpforms-submit {
    margin-top: 20px !important;
    background: #fff !important;
    width: 158px;
    height: 56px !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 1 !important;
    text-transform: capitalize;
    color: #1470af !important;
    font-family: 'Poppins' !important;
}


body {
    --wpforms-button-border-color: #2971ad !important;
}

body {
    --wpforms-button-border-color: #000;
}

div.wpforms-container-full .wpforms-form em.wpforms-error {
    display: none !important;
}

.wpforms-error {
    border: 1px solid red !important;
}

.sec-11 .vc_col-sm-6:first-child h4 {
    margin-bottom: 25px;
}

.sec-11 .vc_col-sm-6:first-child .vc_column-inner>.wpb_wrapper {
    padding-right: 50px;
}

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

.sec-12 {
    padding-block: 50px;
    padding-inline: 54px;
    border-radius: 20px 20px 0 0;
    border-bottom: 2px solid #1470af;
}

.sec-12 p a,
.sec-12 p {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    color: #000;
    font-family: 'Poppins';
}

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

.wd-post-inner.article-inner {
    display: flex;
}

.wd-post-img.post-img-wrapp {
    /* width: 317px; */
}

.wd-post-thumb.entry-header {
    width: 417px;
    border-radius: 10px !important;
}

.wd-post-content.article-body-container {
    text-align: left;
}

.wd-post-read-more.wd-style-link.read-more-section {
    width: 100%;
}

.wd-post-read-more.wd-style-link.read-more-section a {
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: #1470af;
    text-transform: capitalize;
    font-family: 'Poppins';
    display: inline-flex;
    gap: 6px;
}

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

.wd-post-excerpt.entry-content {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    padding-bottom: 10px;
}

h3.wd-post-title.wd-entities-title.title.post-title a {
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    color: #000;
}

.wd-post-content.article-body-container {
    justify-content: center;
}

.wd-post-inner.article-inner {
    background: #fff !important;
    padding: 10px;
    border-radius: 5px !important;
    box-shadow: none !important;
}

.sec-13 .wd-carousel-wrap {
    align-items: center;
}

.sec-13 .wpb_text_column.wpb_content_element.text-center {
    padding-bottom: 70px;
}

h3.wd-post-title.wd-entities-title.title.post-title {
    line-height: 1.1;
}

.sec-13::before {
    content: url(/wp-content/uploads/2025/06/Vector-1-1.png);
    position: absolute;
    bottom: 0;
    left: 0;
    mix-blend-mode: color-dodge;
}

/------------------------------------------footer------------------------------------/ div#text-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    padding: 70px 0 50px;
}

div#text-2 h5 {
    font-weight: 600;
    font-size: 42px;
    /* line-height: 186%; */
    text-align: center;
    color: #fff;
    text-transform: capitalize;
}

input#esfpx_email_0fe74ada6116e {
    border-radius: 4px !important;
    padding: 0px 6px 0px 20px;
    width: 480px;
    height: 56px !important;
    background: #fff !important;
}

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

input[type="submit"] {
    position: absolute;
    top: 15px;
    right: 6px;
    border-radius: 4px !important;
    padding: 10px;
    width: 44px;
    height: 44px !important;
    font-size: 0;
    background-image: url(/wp-content/uploads/2025/06/ArrowRight.png) !important;
    background-color: #1f5981 !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

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

.footer-column-2 {
    --wd-col: 5;
    padding-top: 70px;
}

.footer-column-3 {
    --wd-col: 2;
    padding-top: 110px;
}

.footer-column-4 {
    --wd-col: 2;
    padding-top: 100px;
}

.footer-column-5 {
    --wd-col: 3;
    padding-top: 100px;
}

.footer-column-2 p {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    text-transform: capitalize;
    color: #fff;
    padding-right: 100px;
}

.wd-footer .wd-social-icons {
    display: contents;
}


.footer-sidebar {
    padding-bottom: 70px !important;
    padding-top: 100px !important;
}

.wd-col-start.reset-last-child {
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    text-transform: capitalize;
    color: #fff;
}

.wd-copyrights.copyrights-wrapper.wd-layout-centered {
    border: none;
    padding-top: 0;
}

.container.wd-grid-g {
    border-top: 1px solid #fff;
    padding-top: 27px;
    padding-bottom: 5px !important;
}

.more-item {
    display: none;
}

.learn-more-btn {
    color: #0073aa;
    cursor: pointer;
    display: inline-block;
    margin-top: 10px;
}



h5.widget-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 85%;
    text-transform: capitalize;
    color: #fff;
}

ul#menu-main-navigation-2 li a {
    color: #fff;
    font-weight: 300 !IMPORTANT;
}

.footer-column-4 ul li a {
    /* color: #fff; */
    font-weight: 300 !important;
    font-size: 14px;
    /* line-height: 243%; */
    text-transform: capitalize;
    color: #fff;
}

.textwidget h6 {
    font-weight: 600;
    font-size: 14px;
    /* line-height: 243%; */
    text-transform: capitalize;
    color: #1470af;
    margin-bottom: 5px;
}

.footer-column-5 a {
    color: #fff;
    text-transform: lowercase;
}

.footer-column-5 p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 10px;
}

.footer-column.footer-column-1.wd-grid-col {
    border-bottom: 1px solid #fff;
    padding-bottom: 80px;
}

.footer-column-3,
.footer-column-4,
.footer-column-5 {
    padding-top: 110px;
}

.footer-column-1 .widget_text {
    display: flex;
    align-items: center;
    gap: 70px;
}

.sec-1::before {
    content: url(/wp-content/uploads/2025/06/Mask-group-6.png);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

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

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

.single-post .wd-entry-content {
    text-align: center;
}

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

.post-single-page {
    padding-top: 50px;
}

.single-post .wd-post-cat.wd-style-with-bg {
    display: none !important;
}

.single-post .wd-post-meta {
    display: none !important;
}

a.btn.theme-btn:hover {
    background: transparent;
    color: #1470af;
    border: 1px solid #1470af;
}

.wd-accordion-content li {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    font-family: 'Poppins';
}


div.wpforms-container-full .wpforms-confirmation-container-full p {
    color: green !important;
    text-align: center;
}

@media (max-width: 1440px) {
    .sec-7 .wd-info-box {
        min-height: 440px;
    }

    .sec-9 {
        margin: 0 15px !important;
    }

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

    h2 {
        font-size: 30px;
    }

    .sec-12 p a,
    .sec-12 p {
        font-size: 18px;
        word-break: break-word;
    }

    div#text-2 h5 {
        text-align: left;
        line-height: 1;
    }

    .sec-9-9::before {
        top: -60px;
    }
}

@media (max-width: 1200px) {
    .sec-7 .wd-info-box {
        min-height: 480px;
    }
}

@media (max-width: 999px) {
    .sec-1 {
        padding-block: 80px;
        background-position: 40%;
        position: relative;
    }

    .sec-1::before {
        content: '';
        background: #000;
        width: 100%;
        height: 100%;
        position: absolute;
        opacity: 0.3;
    }

    .sec-1 h2 {
        color: #fff;
    }

    .sec-1 p {
        color: #fff;
        font-size: 17px;
    }

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

    .sec-3 .wpb_text_column h4 {
        font-size: 18px;
        padding-bottom: 0;
    }

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

    .sec-4 {
        padding-block: 70px 120px;
        flex-direction: column;
    }

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

    .sec-4 .wpb_single_image .vc_single_image-wrapper::before {
        right: 2px;
        background-size: contain;
        width: 105px;
    }

    .sec-4 .wpb_single_image .vc_single_image-wrapper::after {
        background-size: contain;
        width: 30px;
        right: 40px;
        background-repeat: no-repeat;
    }

    .sec-4 .vc_col-sm-5 {
        width: 100%;
        padding-top: 40px;
    }

    .sec-5 .wd-info-box {
        padding: 50px 10px;
    }

    .sec-5 h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
        font-size: 25px;
    }

    .sec-6 {
        flex-direction: column;
    }

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

    .sec-6 .vc_col-sm-6 figure.wpb_wrapper.vc_figure {
        width: 100%;
    }

    .sec-6 .vc_col-sm-6 .vc_single_image-wrapper.vc_box_border_grey,
    .sec-6 .vc_col-sm-6 .vc_single_image-wrapper.vc_box_border_grey img {
        width: 100%;
    }

    .sec-8 {
        flex-direction: column;
    }

    .sec-8 .wpb_column.vc_column_container.vc_col-sm-6 {
        width: 100%;
    }

    .sec-8 .wpb_column.vc_column_container.vc_col-sm-6:first-child {
        padding-bottom: 40px;
    }

    .sec-8 .vc_col-sm-6 figure.wpb_wrapper.vc_figure {
        width: 100%;
    }

    .sec-8 .vc_col-sm-6 .vc_single_image-wrapper.vc_box_border_grey,
    .sec-8 .vc_col-sm-6 .vc_single_image-wrapper.vc_box_border_grey img {
        width: 100%;
    }

    .sec-9 {
        background-size: 100% 100% !important;
        padding-block: 66px;
    }

    .sec-9 h2,
    .sec-9 p {
        width: 80%;
        margin: auto;
    }

    .sec-10 {
        flex-direction: column;
    }

    .sec-10 .wpb_column.vc_column_container.vc_col-sm-6 {
        width: 100%;
    }

    .sec-10 .wpb_column.vc_column_container.vc_col-sm-6 {
        padding-top: 40px;
    }

    .sec-10 .vc_col-sm-5 figure.wpb_wrapper.vc_figure {
        width: 100%;
    }

    .sec-10 .vc_col-sm-5 .vc_single_image-wrapper.vc_box_border_grey,
    .sec-10 .vc_col-sm-5 .vc_single_image-wrapper.vc_box_border_grey img {
        width: 100%;
    }

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

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

    .sec-12 .vc_col-sm-4:last-child {
        padding-top: 20px;
        width: 100%;
    }

    input#esfpx_email_0fe74ada6116e {
        width: 100%;
        width: 300px;
    }

    .footer-column-1 .widget_text {
        gap: 14px;
    }

    div#text-2 h5 {
        font-size: 29px;
    }

    .footer-column-2 p {
        padding-right: 0;
        font-size: 14px;
    }

    .sec-13::before {
        position: relative;
        display: none;
    }

    .sec-7 {
        position: relative;
    }

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

    .footer-column-4,
    .footer-column-5 {
        --wd-col: 6;
        padding-top: 0;
    }
}

@media (max-width: 768px) {
    .sec-1 {
        padding-block: 100px;
        background-position: 84%;
        position: relative;
    }

    .sec-1 h2 {
        width: 100%;
        font-size: 30px;
        padding-bottom: 0;
        margin-bottom: 14px;
        color: #fff;
        line-height: 1.3;
    }

    h4 {
        font-size: 16px;
    }

    .sec-1 p {
        font-size: 16px !important;
        line-height: 1.5;
        color: #fff;
    }

    p {
        font-size: 14px;
    }

    .sec-1 h4 {
        margin-bottom: 20px;
    }

    .sec-1 a.btn.theme-btn {
        margin: 0px;
    }

    a.btn.theme-btn {
        font-size: 14px;
        padding-inline: 30.7px;
        padding-block: 15px;
    }
    .sec-1 {
    position: relative;
    z-index: 0; /* ensure stacking */
}

    .sec-1::before {
        content: '';
        background: #000;
        width: 100%;
        height: 100%;
        position: absolute;
        opacity: 0.3;
        display: block;
    }

    span.wd-marquee-item {
        font-size: 20px;
        padding-block: 10px;
    }

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

    .sec-3 .wpb_text_column h4 {
        font-size: 16px;
        margin-bottom: 11px;
        padding-left: 4px;
    }

    h2 {
        font-size: 25px;
        line-height: 1.4;
    }

    .sec-3 .wpb_text_column {
        padding-bottom: 40px;
        text-align: left;
    }

    .sec-3 .wd-info-box p:first-child {
        min-height: auto;
    }

    .sec-3 .wd-info-box {
        min-height: auto;
    }

    .sec-4 {
        padding-block: 30px 63px;
        flex-direction: column;
    }

    .sec-4 .wpb_column.vc_column_container.vc_col-sm-6:first-child {
        margin-bottom: 50px;
    }

    .sec-4 .wpb_single_image .vc_single_image-wrapper::before {
        width: 83px;
        height: 120px;
        background-size: contain;
        right: 0;
    }

    .sec-4 img {
        --r: 20px;
        --s: 90px;
        --a: 19deg;
        --p: 50%;
    }

    .sec-4 .wpb_single_image .vc_single_image-wrapper::after {
        right: 21px;
        background-size: contain;
        width: 40px;
        background-repeat: no-repeat;
    }

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

    .sec-4 .vc_col-sm-6:first-child .wpb_text_column.wpb_content_element h3 {
        font-size: 30px;
    }

    .sec-4 .vc_col-sm-6:first-child .wpb_text_column.wpb_content_element h5 {
        font-size: 15px;
    }

    .sec-4 .vc_col-sm-6:first-child .wpb_text_column.wpb_content_element {
        width: 180px;
        left: 30px;
        bottom: 20px;
    }

    .sec-4 .wpb_column.vc_column_container.vc_col-sm-6:first-child {
        margin-bottom: 0;
    }

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

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

    .sec-6 {
        padding-bottom: 10px;
    }

    .sec-7 {
        padding-top: 60px;
        padding-bottom: 110px;
        padding-inline: 15px;
        padding-bottom: 70px;
    }

    .sec-7 .wpb_text_column.wpb_content_element.text-center.wd-animation-slide-from-top.wd-animation-normal.wd-animation-ready.wd-animated {
        text-align: left;
    }

    .sec-7 .wd-info-box {
        flex-direction: column;
        padding-bottom: 30px;
        padding-inline: 19px;
        min-height: 690px;
        padding-top: 23px;
    }

    .box-icon-wrapper.box-with-icon.box-icon-simple {}

    .sec-7 :is(.box-icon-align-left, .box-icon-align-right) .box-icon-wrapper {
        max-width: 100%;
    }

    .sec-7 .info-box-icon img {
        height: 240px;
        object-fit: cover;
        border-radius: 10px;
    }

    .sec-7 .info-box-content {
        width: 100%;
    }

    .wpb_text_column.wpb_content_element.more-row.text-center {
        padding-top: 20px;
    }

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

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

    .sec-9-9 {
        position: relative;
    }

    .sec-9 {
        background-size: cover !important;
        background-position: center;
        border-radius: 10px;
        padding-block: 46px;
    }

    .sec-9 h2,
    .sec-9 p {
        width: 100%;
    }

    .sec-9 h2 {
        padding-bottom: 12px;
    }

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

    .sec-9-9::before {
        display: none;
    }

    .sec-10 {
        padding-top: 50px;
    }

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

    .testi-inner {
        padding-inline: 20px;
    }

    .testi-inner .wd-testimon-name.title {
        font-size: 20px;
    }

    .testi-inner .wd-testimon-name.title::after {
        content: '';
        background: url(/wp-content/uploads/2025/06/Group-1000001874.png);
        width: 29%;
        height: 100%;
        background-repeat: no-repeat;
        left: 0;
        right: 0;
        position: absolute;
        left: 123px;
        background-size: contain;
        margin-top: 25px;
    }

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

    .sec-11 .vc_col-sm-6:first-child .vc_column-inner>.wpb_wrapper {
        padding-right: 0px;
    }

    .sec-11 {
        flex-direction: column;
        padding-bottom: 0px !important;
    }

    .sec-11 .vc_col-sm-6:first-child .wpb_text_column.wpb_content_element {
        padding-bottom: 10px;
    }

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

    .sec-11 .wpb_column.vc_column_container.vc_col-sm-6:last-child .vc_column-inner>.wpb_wrapper {
        padding: 40px 15px 8px;
    }

    .sec-11 .wpb_column.vc_column_container.vc_col-sm-6:last-child .vc_column-inner>.wpb_wrapper h2 br {
        display: none;
    }

    .sec-11 .wpb_column.vc_column_container.vc_col-sm-6:last-child .vc_column-inner>.wpb_wrapper h2 {
        font-size: 22px;
    }

    .wpb_wrapper {}

    div#wpforms-90 {
        margin-top: 0px;
    }

    .sec-12 {
        margin-top: 40px;
        padding-inline: 0px;
    }

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

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

    .sec-12 p a,
    .sec-12 p {
        font-size: 14px;
        word-wrap: normal;
    }

    .sec-13 {
        padding-block: 50px 10px;
    }

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

    .wd-post-inner.article-inner {
        flex-direction: column;
    }

    .wd-post:hover .wd-post-img {}

    .wd-post-thumb img {
        height: 100%;
        max-width: 100%;
    }

    .wd-post-thumb.entry-header {
        width: 100%;
    }

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

    div#text-2 h5 {
        font-size: 22px;
        width: 100%;
    }

    input#esfpx_email_0fe74ada6116e {
        width: 100%;
    }

    .footer-column-1 .widget_text {
        flex-direction: column;
        gap: 0pc;
    }

    .es-form-field-container {
        width: 100%;
    }

    .textwidget {
        width: 100%;
    }

    .footer-column.footer-column-1.wd-grid-col {
        padding-bottom: 40px;
    }

    .footer-column-2 {
        padding-top: 40px;
        --wd-col: 12;
    }

    .footer-column-3,
    .footer-column-4 {
        --wd-col: 6;
        padding-top: 11px !important;
    }

    .footer-column-3,
    .footer-column-4,
    .footer-column-5 {
        padding-top: 0px;
    }

    .footer-column-5 {
        --wd-col: 12;
        padding-top: 10px;
    }

    h5.widget-title {
        font-size: 18px;
    }

    .wd-col-start.reset-last-child {
        font-size: 14px;
    }

    .wd-page-title {
        padding-block: 54px !important;
        background-position: 80%;
    }

    .wd-page-title .title {
        font-size: 19px !important;
    }

    .page-id-15 .sec-7 {
        padding-bottom: 20px;
    }

    body.page-id-20 .sec-11 {
        padding-top: 60px !important;
        padding-bottom: 55px !important;
    }

    h1.wd-entities-title.wd-post-title.title {
        text-align: left;
    }

    .single-post p {
        text-align: left;
    }

    .wd-post-image,
    .wd-post-image img {
        width: 100%;
    }

    h3.wd-post-title.wd-entities-title.title.post-title a {
        font-size: 16px;
    }
    .page-id-14 .sec-4 {
    padding-top: 45px;
}
}