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


.wd-page-content {
    background-color: #00050a !important;
}

footer.wd-footer {
    background-color: #192532 !important;
}

/* font css */
@import url('https://fonts.googleapis.com/css2?family=Stack+Sans+Headline:wght@200..700&display=swap');
.stack-sans-headline-<uniquifier> {
  font-family: "Stack Sans Headline", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
/* font css */

/* theme css */
.contentBox .info-box-subtitle {
    display: inline-flex;
    border: 2px solid #FFFFFF33;
    background: #ffffff3d !important;
    border-radius: 70px;
    padding: 10px 20px;
    font-size: 16px !important;
    gap: 5px;
    position: relative;
    align-items: center;
    color: #fff !important;
}

.contentBox .info-box-subtitle strong {
    color: #73b7ff;
}

.contentBox .info-box-subtitle:before {
    content: '';
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    width: 23px;
    height: 23px;
    background-image: url(/wp-content/uploads/2026/07/Group.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px;
}

.contentBox .info-box-title {
    color: #fff;
    font-size: 50px;
    font-weight: 400;
}

.contentBox .info-box-title strong {
    color: #73B7FF;
    font-weight: 400;
}

.contentBox .info-box-inner {
    color: #fff;
}

.myBtn {
    font-size: 14px;
    background: transparent;
    color: #fff;
    border: 1.5px solid #fff;
    gap: 15px;
    padding: 17px 20px;
    transition: all ease 0.5s;
}

.myBtn:hover {
    background: linear-gradient(45deg, #1C7FE8, #73B7FF);
    color: #fff;
    transition: all ease 0.5s;
}

.myBtn.blueBtn {
    padding: 5px 5px 5px 20px;
    background: linear-gradient(45deg, #1C7FE8, #73B7FF);
    transition: all ease 0.5s;
}

.myBtn.blueBtn:hover {
    background: transparent;
    transition: all ease 0.5s;
}

span.nav-link-text {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
}

.wd-nav {
    gap: 60px !IMPORTANT;
}

span.nav-link-text::after {
    background-color: #fff !important;
}
/* theme css */

/* header */
.whb-row.whb-general-header {
    border: 2px solid #FFFFFF33;
    background: #ffffff3d !important;
    border-radius: 70px;
}

.whb-row.whb-general-header span.wd-tools-icon {
    color: #fff !important;
}
/* header */

/* bannerSec */
.bannerSec {
    padding-top: 210px !important;
    padding-bottom: 50px;
    background-attachment: fixed;
    background-size: contain;
    background-position: center;
}

.bannerSec .vc_row.wpb_row {
    display: flex;
    justify-content: center;
}

.bannerSec .vc_row.wpb_row .contentBox {
    text-align: center;
}

.bannerSec .contentBox .info-box-title {
    font-size: 68px;
    font-weight: 400;
    line-height: 70px !important;
}

.bannerSec .contentBox .info-box-inner {
    width: 65%;
    margin: auto;
    margin-top: 15px;
}

.bannerSec .contentBox .btnRow {
    display: flex;
}

.bannerSec .btnRow .wpb_wrapper {
    display: flex;
    justify-content: center;
    gap: 15px;
}
/* bannerSec */

/* tradeAndGrowRow */
.tradeAndGrowRow {
    padding: 30px 0 40px;
}

.tradeAndGrowRow .contentBox {
    text-align: center;
    margin-bottom: 55px;
}


.tradeAndGrowRow .tradesGrid .wd-info-box {
    background: #ffffff14;
    padding: 15px 15px;
    border: 1px solid #ffffff30;
    border-radius: 15px;
}

.tradeAndGrowRow .tradesGrid .wd-info-box .info-box-title {
    font-size: 18px;
    color: #fff;
}

.tradeAndGrowRow .tradesGrid .wd-info-box a.btn {
    padding: 0;
    background: transparent;
    color: #fff;
}

.tradeAndGrowRow .tradesGrid .wd-info-box a.btn span.wd-btn-icon {
    transition: all ease 0.5s;
}

.tradeAndGrowRow .tradesGrid .wd-info-box a.btn:hover span.wd-btn-icon {
    transform: rotate(-45deg);
}
/* tradeAndGrowRow */

/* aboutSec */
.aboutSec {
    padding-top: 60px !important;
    padding-bottom: 30px;
    background-attachment: fixed;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.aboutSec .wpb_text_column {
    margin-bottom: 15px;
    color: #73b7ff;
    font-size: 20px;
}

.aboutSec ul.wd-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 15px;
}

.aboutSec ul.wd-list li {
    padding: 8px 15px;
    border: 1.5px solid #fff;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
}

.aboutSec ul.wd-list li span.wd-icon {
    color: #fff;
}

.aboutSec .wd-button-wrapper {
    text-align: left;
}
/* aboutSec */

/* coursesSec */
.coursesSec {
    padding-top: 70px !important;
    padding-bottom: 70px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.coursesSec .contentBox {
    text-align: center;
}

.coursesSec .courcesGridRow {
    padding: 20px 40px 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border: 2px solid #295075;
    border-top: 1px solid #295075;
    border-bottom: 1px solid #295075;
    border-radius: 35px;
}

/* courseBox */
.courseBox .vc_column-inner .wpb_wrapper {
    border: 2px solid #B5B5C3;
    border-radius: 15px;
}

.courseBox .vc_column-inner .wpb_wrapper .wpb_wrapper {
    border: none;
    border-radius: 0;
}

.courseBox .vc_column-inner .wpb_wrapper .wpb_single_image {
    margin-bottom: 0;
}

.courseBox .vc_column-inner .wpb_wrapper .wpb_single_image img {
    border-radius: 15px 15px 0 0;
}

.courseBox .vc_column-inner .wpb_wrapper .title-wrapper {
    margin-bottom: 0;
    text-align: left;
    padding: 15px;
    height: 136px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.courseBox .vc_column-inner .wpb_wrapper .title-wrapper .woodmart-title-container {
    color: #fff;
    font-size: 24px;
}

.courseBox .vc_column-inner .wpb_wrapper .title-wrapper .title-after_title {
    color: #fff;
    font-size: 20px;
}

.courseBox .vc_column-inner .wpb_wrapper .courseInfoRow {
    border: 2px solid #B5B5C3;
    width: 100%;
    margin: auto;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
}

.courseBox .vc_column-inner .wpb_wrapper .vc_row.wpb_row {
    width: 100%;
    margin: auto;
    padding: 15px 0 10px;
}

.courseBox .vc_column-inner .wpb_wrapper .vc_row.wpb_row .wpb_wrapper {
    display: flex;
    justify-content: space-between;
}

.courseBox .vc_column-inner .wpb_wrapper .courseInfoRow .courseInfo {
    display: flex;
    flex-direction: row;
    padding-left: 20px;
    position: relative;
    gap: 15px;
    align-items: center;
}

.courseBox .vc_column-inner .wpb_wrapper .courseInfoRow .courseInfo.info1 {
    padding: 0;
}

.courseBox .vc_column-inner .wpb_wrapper .courseInfoRow .courseInfo:before {
    content: '';
    position: relative;
    width: 8px;
    height: 8px;
    background: #73b7ff;
    border-radius: 100%;
}

.courseBox .vc_column-inner .wpb_wrapper .courseInfoRow .courseInfo.info1:before {
    display: none;
}

.courseBox .vc_column-inner .wpb_wrapper .courseInfoRow .courseInfo .box-icon-wrapper {
    margin: 0;
}

.courseBox .vc_column-inner .wpb_wrapper .courseInfoRow .courseInfo .info-box-inner {
    color: #73b7ff;
}

.courseBox .vc_column-inner .wpb_wrapper .courseBtnRow .wpb_wrapper {
    align-items: center;
}

.courseBox .vc_column-inner .wpb_wrapper .courseBtnRow .wpb_wrapper .wpb_text_column {
    margin: 0;
    font-size: 32px;
    color: #73b7ff;
}

.courseBox .vc_column-inner .wpb_wrapper .courseBtnRow .wpb_wrapper .myBtn {
    padding: 10px 25px;
}

.courseBox .vc_column-inner .wpb_wrapper .courseBtnRow {
    padding: 15px 0 15px !important;
}
/* courseBox */
/* coursesSec */

/* dashboardPreviewSec */
.dashboardPreviewSec {
    padding-top: 70px !important;
    padding-bottom: 40px;
}

.dashboardPreviewSec .contentBox .info-box-title {
    font-size: 35px;
}

.dashboardPreviewSec .flexBox {
    display: flex;
    flex-direction: row;
    padding: 15px 20px;
    margin-bottom: 15px;
    border: 2px solid #0F1A27;
    border-radius: 25px;
}

.dashboardPreviewSec .flexBox .info-box-subtitle {
    color: #427FC2 !important;
    font-size: 22px;
}

.dashboardPreviewSec .flexBox .info-box-inner {
    font-size: 14px;
    color: #fff;
}

.dashboardPreviewSec .flexBox .box-icon-wrapper img {
    width: 77px;
    height: 55px;
    object-fit: contain;
}

.dashboardPreviewSec .flexBox.even {
    background: #08234A;
}

.dashboardPreviewSec .flexBox.odd {
    background: #0F1A27;
}
/* dashboardPreviewSec */

/* membershipPlans */
.membershipPlans {
    padding-top: 70px !important;
    padding-bottom: 60px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: FIXED;
}

.membershipPlans .contentBox {
    text-align: center;
}

.membershipPlans .pricePlanCol .wpb_wrapper {
    padding: 15px;
    background: #162533;
    border-radius: 15px;
    transition: all ease 0.5s;
}

.membershipPlans .pricePlanCol .wpb_wrapper .wpb_wrapper {
    padding: 0;
    background: transparent;
}

.membershipPlans .pricePlanCol .wpb_wrapper .title-wrapper {
    text-align: left;
}

.membershipPlans .pricePlanCol .wpb_wrapper .title-wrapper .title-subtitle {
    font-size: 18px;
    color: #fff;
}

.membershipPlans .pricePlanCol .wpb_wrapper .title-wrapper .woodmart-title-container {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}

.membershipPlans .pricePlanCol .wpb_wrapper .title-wrapper .title-after_title {
    color: #fff;
    font-size: 26px;
}

.membershipPlans .pricePlanCol .wpb_wrapper .wpb_text_column {
    background: #293D53;
    margin: 0;
    padding-bottom: 15px;
    padding: 10px 10px 10px;
    border-radius: 10px 10px 0 0;
    transition: all ease 0.5s;
    color: #fff;
}

.membershipPlans .pricePlanCol .wpb_wrapper ul.wd-list {
    background: #293D53;
    margin: 0;
    padding-bottom: 15px;
    padding: 5px 10px 15px;
    border-radius: 0 0 10px 10px;
    transition: all ease 0.5s;
    margin-bottom: 15px;
}

.membershipPlans .pricePlanCol .wpb_wrapper ul.wd-list li {
    color: #fff;
}

.membershipPlans .pricePlanCol .wpb_wrapper .wd-button-wrapper {
    text-align: left;
}

.membershipPlans .pricePlanCol .wpb_wrapper:hover {
    background: #73B7FF;
}

.membershipPlans .pricePlanCol .wpb_wrapper:hover .wpb_text_column {
    background: #162533;
}

.membershipPlans .pricePlanCol .wpb_wrapper:hover ul.wd-list {
    background: #162533;
}

.membershipPlans .pricePlanCol .wpb_wrapper:hover .myBtn {
    color: #000;
    border-color: #000;
}

.membershipPlans .pricePlanCol .wpb_wrapper:hover .myBtn:hover {
    color: #fff;
    border-color: #fff;
}
/* membershipPlans */

/* testimonialsSec */
.testimonialsSec {
    padding-top: 100px !important;
}

.testimonialsSec .contentRow {
    display: flex;
    align-items: center;
    padding-bottom: 35px;
}

.testimonialsSec .contentRow .contentBox {
    margin: 0;
}

.testimonialsSec .testiInner {
    margin: 0;
}

.testimonialsSec .testiInner .wpb_wrapper {
    padding: 15px;
    border: 2px solid #ffffff33;
    border-radius: 15px;
}

.testimonialsSec .testiInner .wpb_wrapper .wpb_wrapper {
    padding: 0;
    border: none;
}

.testimonialsSec .testiInner .wpb_wrapper .wpb_text_column {
    margin-bottom: 20px;
    color: #fff;
}

.testimonialsSec .testiInner .wpb_wrapper .wd-info-box {
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
}

.testimonialsSec .testiInner .wpb_wrapper .wd-info-box .info-box-title {
    color: #fff;
}

.testimonialsSec .testiInner .wpb_wrapper .wd-info-box .info-box-inner {
    color: #fff;
}

.testimonialsSec .testiInner .wpb_wrapper .ratingsRow {
    padding-bottom: 15px;
}

.testimonialsSec .testiInner .wpb_wrapper .ratingsRow .wpb_wrapper {
    display: flex;
    justify-content: space-between;
}

.testimonialsSec .testiInner .wpb_wrapper .ratingsRow .wpb_wrapper .wpb_text_column {
    margin: 0;
}

.testimonialsSec .testiInner .wpb_wrapper .ratingsRow .wpb_wrapper .wpb_single_image {
    margin: 0;
}
/* testimonialsSec */


.sec-6 .main-testi {
    border: 1px solid #293d53;
    border-radius: 24px;
    padding: 25px 25px 45px 25px;
    margin-bottom: 20px;
}


.sec-6 .main-testi .wd-testimon-text {
    background-color: transparent;
    padding: 0px;
    font-weight: 300 !important;
    font-size: 15px;
    color: #fff;
    font-family: 'poppins';
    margin-top: 35px;
}

.sec-6 .main-testi .wd-testimon-text:before {
    display: none !important;
}

.main-testi .wd-testimon-thumb img {min-width: 48px !important;max-width: 48px !important;}

.main-testi .wd-testimon-name.title {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.01em;
    color: #fff;
    font-family: 'inter';
    margin-bottom: 0px;
}

.main-testi .wd-testimon-thumb {
    margin-right: 10px;
}

.main-testi .wd-testimon-pos {
    font-weight: 400;
    font-size: 14px;
    font-family: 'inter';
    color: #fff;
}

.main-testi .star-rating span:before {
    color: #4DA3FE !important;
}

.main-testi .star-rating {
    position: absolute;
    right: 40px;
    bottom: 64px;
}

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

.sec-7::before {
    content: '';
    background: url(/wp-content/uploads/2026/07/Group-1171276141-1.png) no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: 100% 100%;
}

.sec-7::after {
    content:'';
    background: url(/wp-content/uploads/2026/07/image-5-1.png) no-repeat;
    position: absolute;
    width: 100px;
    height: 400px;
    left: 0;
    bottom: 0;
}

.sec-7 .ne-tx h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-weight: 400;
    font-size: 28px;
    text-transform: capitalize;
    color: #fff;
}

.sec-7 .ne-tx .info-box-inner p {
    font-weight: 300;
    font-size: 18px;
    color: #fff;
}

.sec-8 {
    padding-block: 115px !important;
}

.wd-content-layout {
    padding-block: 0px !important;
}
.sec-6 {
    padding-bottom: 80px;
}

.main-footer {
    padding-top: 40px;
    padding-bottom: 20px;
}

.main-footer h2.widgettitle {
    font-weight: 500;
    font-size: 26px;
    color: #73b7ff;
    font-family: "Stack Sans Headline", sans-serif;
    text-transform: capitalize;
    margin-bottom: 15px !important;
}

.main-footer h4 {
    font-weight: 500;
    font-size: 26px;
    color: #73b7ff;
    font-family: "Stack Sans Headline", sans-serif;
}

.main-footer p {
    font-weight: 300;
    font-size: 18px;
    color: #fff;
}

.main-footer ul {
    list-style: none !IMPORTANT;
    padding-left: 0px;
}

.main-footer ul li , .main-footer ul li a {font-weight: 300;font-size: 18px;color: #fff !important;}

.wd-copyrights {
    font-weight: 400;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    border-color: rgba(115, 183, 255, 0.22) !important;
}

.main-footer span.wd-icon {
    border-radius: 20px;
    background: #4da3fe;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
}

.wd-copyrights .wd-col-start strong {
    color: #73b7ff;
}

.sec-7 .ne-tx .info-box-inner.reset-last-child {
    margin-top: 0px !important;
}

.sec-8 .wd-accordion-item {
    background: #fff;
    border-radius: 10px !important;
    box-shadow: none !important;
    margin-bottom: 10px;
}

.sec-8 .wd-accordion-title.wd-active {
    background: #4da3fe;
    border: 1px solid #4da3fe;
    border-radius: 10px 10px 0 0;
}

.sec-8 .wd-accordion-title-text {
    font-size: 18px !important;
    color: #051509 !important;
}

.sec-8 .wd-accordion-title {
    padding-inline: 50px 30px !important;
    position: relative;
}

.sec-8 .wd-accordion-content.wd-entry-content {
    padding-inline: 30px 40px !important;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    padding-block: 15px 25px;
}

.sec-8 .wd-accordion-title::before {
    counter-increment: section;
    content: "Q&A " counter(section, decimal-leading-zero);
    position: absolute;
    font-weight: 300;
    text-transform: uppercase;
    color: #a5a99f;
    background: #293d53;
    transform: rotate(-90deg);
    left: -12px;
    padding: 8px 6px;
    border-radius: 10px 10px 0px 0px;
}

.sec-8 .wd-accordion-title.wd-active::before {
    background: transparent;
    color: #000;
    border-bottom: 1px solid #000;
}

.sec-8 span.wd-accordion-opener {
    color: #071E1A;
    font-size: 20px;
}

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

.con-sec p, .con-sec p a ,.con-sec a {
    font-weight: 300;
    font-size: 18px;
    color: #fff;
}

.con-sec legend.wpforms-field-label , .con-sec label.wpforms-field-label {
    font-weight: 300;
    font-size: 16px !important;
    color: #fff !important;
}


.con-sec button#wpforms-submit-151 {
    font-size: 16px;
    border: 1.5px solid #fff;
    padding: 25px 40px;
    background: linear-gradient(45deg, #1C7FE8, #73B7FF);
    color: #fff;
    transition: all ease 0.5s;
    border-radius: 100px;
}

.con-sec .info-box-inner p span {
    color: #fff !important;
}





