/*
 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=Barlow: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');

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

.whb-flex-row.whb-general-header-inner {
    /* background: linear-gradient(0deg, #8b4f05 0%, #c79133 100%); */
    position: relative;
    padding-right: 10px;
    z-index: 2;
}

.whb-flex-row.whb-general-header-inner::before {
    content: '';
    background: linear-gradient(0deg, #8b4f05 0%, #c79133 100%);
    width: 90%;
    height: 100%;
    position: absolute;
    right: 0;
    border-radius: 10px;
}

.whb-general-header {
    padding-block: 89px 0px;
}

.wd-logo img {
    margin-top: -60px;
}

.current-menu-item span.nav-link-text {
    border-radius: 10px;
    background-image: linear-gradient(0deg, #0b2143 0%, #0b678b 100%);
    color: #fff;
}

span.nav-link-text {
    padding: 13px 24px;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-family: "Barlow";
    background: #ffffff14;
    border-radius: 10px;
}

.sec-1 {
    padding-block: 139px 0px;
}

.sec-1 h4 {
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 1;
    color: #e9a22e;
    font-weight: 500;
    font-family: "Barlow";
    margin-bottom: 25px;
    padding-left: 65px;
    position: relative;
}

.sec-1 h4::before {
    content: '';
    background: #e9a22e;
    height: 2px;
    width: 50px;
    position: absolute;
    left: 0;
    top: 15px;
}

.sec-1 h1 {
    font-size: 38px;
    letter-spacing: -2px;
    text-transform: uppercase;
    color: #0a165e;
    font-weight: 600;
    font-family: "Barlow";
    line-height: 1.2;
}

.sec-1 .wd-info-box {
    flex-direction: row;
    align-items: center;
    margin-bottom: 24px;
}

.sec-1 .wd-info-box h3 {
    font-size: 22px;
    line-height: 1;
    color: #282828;
    font-weight: 600;
    font-family: "Barlow";
}

.sec-1 h3 {
    font-size: 20px;
    line-height: 28px;
    color: #282828;
    font-weight: 500;
    font-family: "Barlow";
    width: 350px;
    margin-bottom: 15px;
}

a.btn.theme-btn {
    border-radius: 10px;
    background-image: linear-gradient(0deg, #0b2143 0%, #0b678b 100%);
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    color: #e9a22e;
    font-weight: 600;
    font-family: "Barlow";
    padding-block: 12px;
    padding-inline: 32.7px;
}

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

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

.inner-sec-1 {
    padding-block: 83px 0px;
    background-size: cover;
    margin-top: -50px;
}

.inner-sec-1 h2 {
    font-size: 50px;
    letter-spacing: -2px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    font-family: "Barlow";
    text-align: center;
    width: 66%;
    margin: 0 auto;
}

.wd-header-text a.btn.theme-btn {
    color: #fff;
    font-weight: 500;
    padding-block: 17px;
    padding-inline: 29.4px;
}

.sec-marquee h2 {
    font-size: 40px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-family: "Barlow";
}

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

.sec-2 .wd-info-box {
    position: relative;
    margin-bottom: 0px;
}

.sec-2 .info-box-content {
    position: absolute !important;
    bottom: 31px;
    left: 80px;
}

.sec-2 .info-box-content h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-size: 40px;
    letter-spacing: -2px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Barlow";
    padding-bottom: 4px;
}

.sec-2 .info-box-content a.btn.theme-btn {
    background: linear-gradient(0deg, #8b4f05 0%, #c79133 100%);
    color: #fff;
    padding-block: 17px;
    padding-inline: 32.7px;
    margin-bottom: 30px;
}

.sec-2 .info-box-content p:last-child {
    font-size: 20px;
    letter-spacing: -1px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Barlow";
    filter: drop-shadow(-3.83px -3.214px 2.5px rgba(0, 0, 0, 0.2));
    margin-bottom: 0px;
    line-height: 1;
}

.sec-2 .info-box-content p {
    margin-bottom: 0;
}

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

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

.wd-el-video:hover .wd-el-video-overlay {
    transform: scale(1) !important;
}

/* .sec-2 .wd-el-video::before {
    content: '';
    background: url(/wp-content/uploads/2025/04/youtube.png);
    position: absolute !important;
    background-repeat: no-repeat;
    height: 100%;
    background-position: center;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
} */

span.wd-el-video-play-btn {
    /* display: none !important; */
    background: #8d5415;
    border-radius: 50%;
    width: 0.8em;
    height: 0.8em;
}

.sec-4 .wd-info-box {
    margin-bottom: 0px;
    gap: 100px;
    padding-block: 40px 50px;
    padding-inline: 40px;
    border-radius: 10px;
}

.info-box-1 {
    background: #e6f4f6 !important;
}

.info-box-2 {
    background-color: #edf6ff !important;
}

.info-box-3 {
    background-color: #f9f4ec;
}

.sec-4 .wd-info-box h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-size: 26px;
    text-transform: uppercase;
    color: #282828;
    font-weight: 600;
    font-family: "Barlow";
}

.sec-4 .wd-info-box p {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #282828;
    font-weight: 400;
    font-family: "Barlow";
    min-height: 141px;
}



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

.sec-5 h2 {
    font-size: 44px;
    letter-spacing: -1px;
    line-height: 48px;
    color: #282828;
    font-weight: 500;
    font-family: "Barlow";
    padding-right: 10px;
}

.sec-5 p {
    width: 599px;
    height: 117px;
    font-size: 20px;
    line-height: 32px;
    color: #282828;
    font-weight: 400;
    font-family: "Barlow";
}

.sec-6 h3 {
    font-size: 44px;
    letter-spacing: -1px;
    line-height: 1;
    color: #282828;
    font-weight: 500;
    font-family: "Barlow";
}

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

.sec-6 .wd-info-box {
    flex-direction: row;
    gap: 23px;
}

.sec-6 .info-box-content {
    display: flex;
}

.sec-6 .info-box-content .info-box-inner.reset-last-child {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.sec-6 .wd-info-box p {
    margin-bottom: 0px;
}

.sec-6 .wd-info-box p {
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    font-family: "Barlow";
}

.sec-6 .wd-info-box {
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #c68f32;
    padding-block: 100px 120px;
    padding-inline: 40px;
    gap: 20px;
    background-image: linear-gradient(0deg, #8b4f05 0%, #c79133 72%);
    flex-direction: column;
}

body .sec-6 a.btn.theme-btn {
    border-radius: 10px;
    background-image: linear-gradient(0deg, #0b2143 0%, #0b678b 100%);
    color: #fff;
}

.sec-6 .wd-nav-pagin-wrap.text-center.wd-style-shape.wd-hide-md-sm.wd-hide-sm {
    text-align: right;
    margin-top: 30px;
}

.wd-nav-pagin-wrap[class*="wd-style-shape"] li.wd-active span {
    background: #c28d3a !important;
    border: none !important;
    width: 15px;
    height: 15px;
}

.wd-nav-pagin-item span {
    background: #d9d9d9 !important;
    border: none !important;
    width: 15px !important;
    height: 15px !important;
}

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

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

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

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

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

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

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

.wd-el-video :is(iframe, video) {
    background: none !important;
}

.sec-7 h2 {
    font-size: 44px;
    letter-spacing: -1px;
    line-height: 48px;
    color: #282828;
    font-weight: 500;
    font-family: "Barlow";
}

.sec-7 p {
    font-size: 20px;
    line-height: 30px;
    color: #282828;
    font-weight: 500;
    font-family: "Barlow";
}

.sec-7 h5,
.sec-7 h6 {
    font-size: 20px;
    line-height: 30px;
    color: #282828;
    font-weight: 500;
    font-family: "Barlow";
}

.sec-7 h5 {
    padding-top: 6px;
    padding-bottom: 4px;
}

.sec-7 h6 {
    padding-bottom: 13px;
    font-weight: 700;
}

.sec-7 h5 a {
    font-weight: 600;
}

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

.sec-8 .wpb_single_image.wpb_content_element.vc_align_left {
    text-align: right;
}

.sec-8 h2 {
    font-size: 44px;
    letter-spacing: -2px;
    line-height: 47px;
    color: #282828;
    font-weight: 500;
    font-family: "Barlow";
    padding-right: 54px;
    word-spacing: 2px;
}

.sec-8 label.wpforms-field-label {
    font-size: 18px;
    line-height: 1;
    color: #282828;
    font-weight: 500;
    font-family: "Barlow";
}

.wpforms-field-medium {
    border: 1px solid #c0d1d8 !important;
    padding: 27px 20px !important;
    border-radius: 8px !important;
}

.wpforms-field-large {
    border: 1px solid #c0d1d8 !important;
    padding: 27px 20px !important;
    border-radius: 8px !important;
}

.wpforms-field-layout-rows.wpforms-field-large {
    border: none !important;
    padding: 0px !important;
}

div.wpforms-container-full input[type=text]:focus {
    border: 1px solid #c28d3a !important;
    box-shadow: none !important;
}

.sec-7 a.btn.theme-btn {
    padding-block: 17px;
    padding-inline: 32.7px;
    background-image: linear-gradient(0deg, #0b2143 0%, #0b678b 100%) !important;
    color: #fff;
}

.wpforms-submit {
    padding-block: 26px !important;
    padding-inline: 50.7px !important;
    background-image: linear-gradient(0deg, #0b2143 0%, #0b678b 100%) !important;
    color: #fff !important;
    font-size: 18px !important;
    line-height: 1;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    font-family: "Barlow" !important;
    border-radius: 10px !important;
}

form#wpforms-form-6 {
    width: 690px;
}

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

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

.sec-9 h1 {
    font-size: 72px;
    letter-spacing: -4px;
    line-height: 48px;
    color: #282828;
    font-weight: 500;
    font-family: "Barlow";
}

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

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

.wd-copyrights {
    border: none !important;
    padding: 0px !important;
}

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

.container.wd-grid-g {
    border-radius: 10px;
    background-image: linear-gradient(0deg, #8b4f05 0%, #c79133 100%);
    padding-block: 30px;
    padding-inline: 45px;
}

.wd-col-start.reset-last-child {
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 1;
    color: #ffffff;
    font-weight: 400;
    font-family: "Barlow";
}

.copyright-links a {
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 1;
    color: #ffffff;
    font-weight: 400;
    font-family: "Barlow";
}

.copyright-links {
    display: flex;
    justify-content: end;
    gap: 25px;
}

.whb-general-header::after {
    content: url(/wp-content/uploads/2025/04/Layer-5-copy.png);
    position: absolute;
    top: 0;
    right: 0;
}

.sec-1::before {
    content: url(/wp-content/uploads/2025/04/Layer-5.png);
    position: absolute;
    left: 0;
    filter: blur(1px);
    top: 0;
    z-index: 15;
    overflow: visible;
}


.whb-general-header {
    background: transparent !important;
}

.sec-1::after {
    content: '';
    background: #fdeacd;
    height: 380px;
    width: 480px;
    position: absolute;
    top: 17%;
    z-index: 1;
    left: 100px;
    right: 0;
    margin: 0 auto;
    filter: blur(51px);
}

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

.sec-1 {
    position: relative;
}

.sec-1 .wpb_text_column.wpb_content_element {
    position: relative;
    z-index: 99;
}

.sec-4 .wd-info-box::before {
    content: url(/wp-content/uploads/2025/04/before.png);
    position: absolute;
    top: -2px;
    right: -2px;
    mix-blend-mode: luminosity;
    z-index: -1;
}

.about-bg {
    padding-top: 60px;
}

.page-id-11 .sec-5 {
    padding-top: 40px;
}

.member-bg-last {
    margin-bottom: 100px;
}

a.btn.theme-btn:hover {
    background-image: linear-gradient(0deg, #8b4f05 0%, #c79133 100%);
    color: #fff;
}

.wd-header-text a.btn.theme-btn:hover {
    background-image: linear-gradient(0deg, #0b2143 0%, #0b678b 100%) !important;
}

.sec-2 .info-box-content a.btn.theme-btn:hover {
    background-image: linear-gradient(0deg, #0b2143 0%, #0b678b 100%) !important;
}


.sec-7 a.btn.theme-btn:hover {
    background-image: linear-gradient(0deg, #8b4f05 0%, #c79133 100%) !important;
}

.wd-page-title.page-title.page-title-default.title-size-default.title-design-centered.color-scheme-light {
    padding-block: 100px !important;
}

.wd-el-video:is(.wd-action-overlay, .wd-action-without):not(.wd-with-aspect-ratio) {

    border-radius: 20px;
}

.contact-page h2 {
    text-align: center;
    font-size: 43px;
    color: #000;
}

.contact-page {
    padding-block: 100px;
}

.contact-page form#wpforms-form-6 {
    width: 100%;
    border: 1px solid #b27c2f;
    border-radius: 20px;
    padding-inline: 30px;
    padding-block: 30px;
}

.wpforms-submit::after {
    display: none !important;
}

.wd-el-video.wd-wpb.wd-rs-67f816123dcaa.wd-action-overlay.wd-video-youtube.wd-playing::before {
    display: none;
}


.inner-sec-1 .wpb_raw_code.wpb_raw_html.wpb_content_element {
    margin-bottom: 0px;
}

.inner-sec-1 .wpb_text_column.wpb_content_element.text-center.wd-animation-slide-from-top.wd-animation-normal.wd-animation-ready.wd-animated {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    z-index: 1;
    left: 0;
    right: 0;
}

.inner-sec-1 {
    position: relative;
}

.inner-sec-1 .wpb_raw_code.wpb_raw_html.wpb_content_element video {
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}

.slick-slider {
    max-width: 800px;
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 50px;
    text-transform: uppercase;
    margin: 0 auto;
    color: #fff;
    font-weight: 600;
    letter-spacing: -2px;
}

.inner-sec-1 .wpb_raw_code.wpb_raw_html.wpb_content_element::before {
    content: '';
    background: #00000080;
    height: 100%;
    width: 98%;
    position: absolute;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.inner-sec-1::before {
    content: url(/wp-content/uploads/2025/04/logog.png);
    position: absolute;
    z-index: 3;
    top: 0px;
    right: 0;
    left: 230px;
    margin: 0 auto;
}

/*********media***********/
@media screen and (min-device-width: 1280px) and (max-device-width: 1350px) {
    .wd-el-video:is(.wd-action-overlay, .wd-action-without):not(.wd-with-aspect-ratio) {
        height: 363px !important;
    }
}

@media screen and (min-device-width: 1000px) and (max-device-width: 1279px) {
    .wd-el-video:is(.wd-action-overlay, .wd-action-without):not(.wd-with-aspect-ratio) {
        height: 347px !important;
        border-radius: 20px;
    }
}

@media (max-width: 1400px) {
    .inner-sec-1 {
        padding-block: 83px 0px;
    }

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

    .sec-marquee h2 {
        font-size: 27px;
    }



    .sec-4 {
        margin: 0;
    }

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

    .sec-5 h2 {
        font-size: 40px;
    }

    .sec-5 {
        margin: 0;
    }

    .sec-6 .wd-info-box {
        padding-inline: 13px;
    }

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

    .sec-7 h2 {
        font-size: 35px;
    }

    .sec-7 p {
        font-size: 18px;
    }

    .sec-7 h5,
    .sec-7 h6 {
        font-size: 17px;
    }

    .sec-8 h2 {
        font-size: 37px;
    }

    .sec-8 {
        margin: 0;
    }

    .sec-9 h1 {
        font-size: 60px;
    }
}


/* 
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: orange; }
}

.single-item h1 {
  font-size: 40px;
  color: #fff;
  border-right: .15em solid orange;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 auto;
  letter-spacing: .1em;
  width: 0;
  animation: none;
} */

.inner-sec-1 h1 {
    color: #fff;
    font-size: 60px;
    word-spacing: 6px;
}

.inner-sec-1 p {
    font-size: 50px;
    font-weight: 900;
    color: #e4a03a;
    word-spacing: 7px;
}

.sec-5 .vc_single_image-wrapper {
    position: relative;
    overflow: hidden;
}

.sec-5 .vc_single_image-wrapper img {
    transition: transform 0.3s ease, filter 0.3s ease;
    transform: scale(0.9);
}

.sec-5 .vc_single_image-wrapper:hover img {
    transform: scale(1);
    /* Zoom in effect */
    filter: brightness(1.1);
    /* Increase brightness */
}

.sec-6 .wd-info-box p a {
    color: #fff;
}

.sec-6 .wd-info-box::before {
    content: url(/wp-content/uploads/2025/04/before.png);
    position: absolute;
    right: -2px;
    mix-blend-mode: soft-light;
    transform: rotate(88deg);
    bottom: -6px;
}

.sec-cta {
    padding-block: 116px;
    border-radius: 30px;
    background-size: cover;
    margin-bottom: 130px;
}

.sec-cta h2 {
    color: #fff;
    font-size: 44px;
    margin-bottom: 14px;
}

.sec-cta h4 {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 37px;
    padding-top: 3px;
}

.sec-cta p strong {
    color: #fff;
    font-size: 30px;
}

.sec-cta h4 a:hover {
    color: #fff;
}

.sec-6 .wd-info-box p {
    color: #2c566c;
    font-weight: 700;
}

.sec-6 .wd-info-box p a {
    font-weight: 400;
}

.sec-cta p {
    font-size: 24px;
    color: #fff;
}

.wpforms-field-row.wpforms-field-large {
    border: 0px !important;
    padding: 0px !important;
}

.wpforms-field-row.wpforms-field-large .wpforms-field-required {
    border: 1px solid #c0d1d8 !important;
    padding: 27px 20px !important;
    border-radius: 8px !important;
}


.our-team-sec .single-slide.slick-initialized.slick-slider {
    max-width: 100%;
}

.main-slide {
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #c68f32;
    padding-block: 100px 120px;
    padding-inline: 40px;
    background-image: url(/wp-content/uploads/2025/04/Group-4.png);
    display: flex !important;
    align-items: end;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-slide p {
    color: #2c566c;
    font-weight: 700 !important;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    font-family: "Barlow";
    text-transform: capitalize;
    letter-spacing: 0.1px;
}

.main-slide p a {
    text-transform: lowercase;
    color: #fff;
    font-weight: 400;
}

.post-btn a {
    border-radius: 10px;
    background-image: linear-gradient(0deg, #0b2143 0%, #0b678b 100%);
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-family: "Barlow";
    padding-block: 12px;
    padding-inline: 32.7px;
    letter-spacing: 1.1px;
}

.img-ctn {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 23px;
}

button#slick-slide-control00 {
    height: auto !important;
    /* min-height: 30px; */
}

body :is(.btn, .button, button, [type=submit], [type=button]):hover {
    background: none !important;
}

.slick-dots li.slick-active button:before {
    background: #a36c24 !important;
    opacity: 1;
    color: #a36c24 !important;
    border-radius: 10px;
}

button#slick-slide-control01 {
    height: auto !important;
    /* min-height: 30px; */
}

ul.slick-dots {
    text-align: end;
    bottom: -70px;
}

body .slick-dots li button:before {
    background: #d9d9d9 !important;
    color: #d9d9d9 !important;
    border-radius: 20px;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    background: #d9d9d9 !important;
    color: #d9d9d9 !important;
}

div#slick-slide01 {
    border-radius: 20px !important;
}

.slick-track {
    border-radius: 20px !important;
}

.slick-slide.slick-current.slick-active {
    border-radius: 20px;
}

.single-slide.slick-initialized.slick-slider.slick-dotted {
    border-radius: 20px;
}

.main-slide::before {
    content: url(/wp-content/uploads/2025/04/before.png);
    position: absolute;
    right: 0;
    rotate: 92deg;
    bottom: -20px;
    z-index: -1;
    mix-blend-mode: soft-light;
}

body .wpforms-submit:hover {
    background-image: linear-gradient(0deg, #0b2143 0%, #0b678b 100%) !important;
}

.custom-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
    flex-wrap: wrap;
}

.page-numbers {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.page-btn {
    background: #eee;
    border: 1px solid #ccc;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 4px;
}

.page-btn.active {
    background: #8b4f05;
    color: #040404;
    font-weight: bold;
    color: #fff;
}

.dots {
    color: #888;
    padding: 5px;
}

.arrow {
    background: #133354;
    color: #fff;
    border: none;
    padding: 6px 10px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 20px;
}

button.arrow {
    min-height: auto;
    height: 40px;
    padding: 1px 11px 4px;
}

button.arrow:hover {
    background: #183453 !important;
    color: #fff;
}
.page-btn.active:hover {
    background: #874d11 !important;
}

@media screen and (min-device-width: 768px) and (max-device-width: 999px) { 
    .whb-general-header::after {
    display: none;
}

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

.sec-1 h1 {
    font-size: 23px;
}

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

.sec-1 h3 {
    width: 100%;
    font-size: 18px;
}

.sec-1 .wd-info-box {
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
}

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

.inner-sec-1::before {
    left: 0;
    right: 0;
}

.slick-slider {
    max-width: 700px;
}

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

.inner-sec-1 .wpb_raw_code.wpb_raw_html.wpb_content_element {
    position: relative;
}

.sec-2 .info-box-content h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-size: 35px;
}

.sec-2 .info-box-content {
    bottom: 45px;
    left: 40px;
}

.sec-2 .info-box-content a.btn.theme-btn:hover {
    margin-bottom: 5px;
}

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

.sec-2 .info-box-content p:last-child {
    font-size: 20px;
}

.sec-2 {
    display: flex;
    flex-direction: column;
}

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

.sec-2 .info-box-icon , .sec-2 .info-box-icon img {
    width: 100%;
}

.sec-2 .wd-info-box {
    margin-bottom: 40px;
}

.sec-4 .wd-info-box {
    padding-block: 30px 50px;
    gap: 30px;
    padding-inline: 20px;
    min-height: 430px;
}

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

.sec-5 {
    padding-block: 90px 60px;
}

.sec-5 p {
    width: 100%;
    height: auto;
    font-size: 16px;
}

.sec-5 h2 {
    font-size: 23px;
    line-height: 1.3;
}

.sec-6 h3 {
    font-size: 33px;
}

.main-slide {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-block: 50px 60px;
}

.sec-cta h2 {
    font-size: 30px;
}

.sec-cta {
    margin: 0 0 60px;
}

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

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

form#wpforms-form-6 {
    width: 100%;
}

.sec-8 h2 {
    font-size: 25px;
    line-height: 1.5;
}

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

.sec-9 h1 {
    font-size: 40px;
}
}

@media (max-width: 768px){
    .sec-1 .wpb_text_column.wpb_content_element {
    text-align: center;
}

.sec-1 h4::before {
    display: none;
    position: unset;
}

.sec-1 h4 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 19px;
    padding-left: 0px;
    justify-content: center;
}

.sec-1 h1 {
    font-size: 23px;
}

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

.container, .container-fluid {
    padding-right: 15px !important;
    padding-left: 15px !important;
}




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

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

.inner-sec-1 {
    margin-top: 0px;
}

.whb-general-header::after {
    display: none;
}

.sec-1 .wd-info-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 20px;
    margin-bottom: 5px;
}

.sec-1 h3 {
    font-size: 16px;
    line-height: 1.3;
}

.inner-sec-1 p {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 900;
}

.inner-sec-1 .wpb_raw_code.wpb_raw_html.wpb_content_element::before {
    width: 100%;
}

.inner-sec-1 .wpb_raw_code.wpb_raw_html.wpb_content_element {
    position: relative;
}


.sec-1 h1 {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.8px;
}

.slick-slider {
    max-width: 290px;
}

.inner-sec-1 {
    padding-block: 52px 0px;
    margin-top: 20px;
}

.inner-sec-1::before {content: url(/wp-content/uploads/2025/04/image-94.png);left: 0;right: 0;}

.inner-sec-1 .wpb_text_column.wpb_content_element.text-center.wd-animation-slide-from-top.wd-animation-normal.wd-animation-ready.wd-animated {
    padding-block: 108px;
}

.sec-1 h3 {
    width: 100%;
}

.sec-1 {
    padding-block: 59px 0px;
}

.sec-2 .info-box-content h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-size: 18px;
    letter-spacing: 0.7px;
    font-weight: 500;
}

.sec-marquee h2 {
    font-size: 13px;
    line-height: 1.2;
}

.sec-2 .info-box-content {
    left: 0;
    text-align: center;
    right: 0;
    bottom: 10px;
}

.sec-2 .info-box-content p:last-child {
    font-size: 15px;
    letter-spacing: 0.9px;
}

.sec-2 .info-box-content a.btn.theme-btn {
    margin-bottom: 15px;
    padding-inline: 32.7px;
    padding-block: 6px;
}

a.btn.theme-btn {
    font-size: 15px;
}

.sec-2 .wd-info-box {margin-bottom: 30px;}

.wd-el-video.wd-wpb.wd-rs-6802e22fe8313.wd-action-overlay.wd-video-youtube {
    height: 190px !important;
}

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

.sec-4 .wd-info-box {
    padding-block: 40px 40px;
    padding-inline: 20px;
    gap: 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

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

.sec-5 {
    padding-block: 150px 100px;
    padding-block: 20px 10px;
    text-align: center;
}

.sec-5 h2 {
    font-size: 25px;
    line-height: 1.3;
}

.sec-5 h2 br {
    DISPLAY: NONE;
}

.sec-5 p {
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 1.2;
    padding-bottom: 20px;
}

p {
    font-size: 14px;
}

.sec-6 h3 {
    font-size: 24px;
    text-align: center;
}

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

.main-slide {
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding-block: 70px 70px;
}

.img-ctn {
    align-items: center;
}

.main-slide p {
    font-size: 18px;
}

.post-btn a {
    font-size: 15px;
}

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

.sec-cta h2 {
    font-size: 23px;
}

.sec-cta p {
    font-size: 15px;
}

.sec-cta h4 {
    font-size: 18px;
    margin-bottom: 6px;
}

.sec-cta p strong {
    font-size: 20px;
}

.sec-cta {
    padding-block: 56px;
    margin-bottom: 50px;
}

.sec-7 {
    text-align: center;
    padding-block: 40px 55px;
}

.sec-7 h2 {
    font-size: 26px;
    line-height: 1.2;
}

.sec-7 p {
    font-size: 15px;
}

.sec-7 h6 {
    padding-bottom: 0;
}

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

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

.sec-8 h2 {
    font-size: 22px;
    line-height: 1.3;
    text-align: center;
    padding-right: 0px;
}

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

.wpforms-field-label {
    font-size: 15px !important;
}

.sec-9 h1 {
    font-size: 30px;
    line-height: 1;
    letter-spacing: 1.1px;
}

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

.container.wd-grid-g {
    align-items: center;
    justify-content: center;
    text-align: center;
}

.copyright-links {
    justify-content: center;
}

.copyright-links a {
    font-size: 16px;
}

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

.container.wd-grid-g {
    padding-block: 14px;
}
form#wpforms-form-6 {
    width: 100% !important;
}
 .current-menu-item span.nav-link-text {
    background: none !important;
}

span.nav-link-text {
    color: #000 !important;
    font-size: 16px;
}

.wd-page-title.page-title.page-title-default.title-size-default.title-design-centered.color-scheme-light {
    padding-block: 50px !important;
}
.wd-page-title .title {
    font-size: 25px !important;
}

.page-id-11 .sec-2 {
    padding-top: 10px;
}

.page-id-11 .sec-5 {
    padding-top: 0px;
}
.sec-2 .wd-el-video {
    height: 240px !important;
}
.member-bg-last {
    margin-bottom: 50px;
}
.wpforms-submit {
    font-size: 15px !important;
    width: 100% !important;
    margin: 0 auto !important;
}	
}