/*
 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=Manrope:wght@200..800&display=swap');

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

.btn.theme-btn {
    background: #f79b36;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 111%;
    text-transform: uppercase;
    color: #fff;
    min-height: auto;
    padding-inline: 24px 9.38px;
    padding-block: 11.35px;
    gap: 10px;
    border-radius: 10px;
}

.mobile-nav.wd-side-hidden.wd-side-hidden-nav.wd-left.wd-opener-arrow.wd-opened span.nav-link-text {
    color: #000 !important;
}

.btn.theme-btn::after {
    content: "\f120";
    font-family: "woodmart-font";
    font-weight: 400;
    border-radius: 16px;
    width: 32px;
    height: 32px;
    background: #fff;
    color: #f79b36;
    rotate: -45deg;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.nav-link-text {
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: #5b5e5c;
}

ul#menu-header_nav {
    gap: 90px;
}

.wd-nav>li:is(.wd-has-children,.menu-item-has-children)>a:after {
    font-size: 14px;
    color: #5b5e5c;
}

body .sec-1 .wpb_text_column.wpb_content_element h4 {
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    display: inline-flex;
    background: rgba(255, 255, 255, 0.1);
    padding-block: 8px;
    padding-inline: 15px;
    align-items: center;
    gap: 6px;
}

.wpb_text_column.wpb_content_element h4 {
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    text-transform: uppercase;
    color: #f79b36;
    position: relative;
    border: 1px solid rgba(247, 155, 54, 0.1);
    border-radius: 10px;
    /* background: rgba(247, 155, 54, 0.1); */
    padding-block: 10px;
    padding-inline: 15px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #d6efdd;
}

.sec-1 h4::before {
    content: url(/wp-content/uploads/2026/03/ellipse-2.png.svg);
}

h1 {
    font-family: "Manrope", sans-serif;
    font-weight: 800;
    font-size: 60px;
    line-height: 113%;
    color: #fff;
}

.sec-1 p {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 144%;
    color: rgba(255, 255, 255, 0.9);
    opacity: 0.9;
}

.sec-1 .vc_row.wpb_row.vc_inner.vc_row-fluid  .wpb_wrapper {
    display: flex;
    gap: 20px;
}

.sec-1 .vc_row.wpb_row.vc_inner.vc_row-fluid .wpb_wrapper .wd-button-wrapper:last-child a {
    border: 1px solid #fff;
    border-radius: 10px;
    background: none !important;
}

.sec-1-1 .wd-nav-arrows.wd-slider-arrows.wd-custom-style {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    align-items: center;
    margin-right: 40px;
}

.sec-1-1 .wd-nav-arrows.wd-slider-arrows.wd-custom-style .wd-arrow-inner {
    background: #0b182a;
    border: 1px solid #fff;
    border-radius: 30px;
    width: 60px;
    height: 60px;
    color: #fff;
}

.sec-1-1 .wd-btn-arrow.wd-prev {
    position: relative !important;
    top: 80px !important;
}

.sec-1-1 .wd-nav-arrows.wd-pos-sep .wd-next {
    margin-left: -21px;
}

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

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

.sec-1-1 .wd-nav-arrows.wd-slider-arrows.wd-custom-style .wd-arrow-inner:hover {
    background: #f79b36;
}

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

.wpb_text_column.wpb_content_element h4::before {
    content: url(/wp-content/uploads/2026/03/ellipse-3.png.svg);
}

h2 {
    font-family: "Manrope", sans-serif;
    font-weight: 800;
    font-size: 44px;
    line-height: 123%;
    color: #0b182a;
}

p {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 144%;
    color: #5b5e5c;
}

body .sec-1 .wpb_text_column.wpb_content_element h4::before {
    filter: brightness(0) invert(1);
}

.sec-2 h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #0b182a;
    border: none !important;
    padding-bottom: 9px;
}

.sec-3 {
    background: rgba(247, 155, 54, 0.1);
    padding-top: 110px;
    padding-bottom: 100px;
}

.sec-3 .wpb_column.vc_column_container.vc_col-sm-6 {
    padding-bottom: 35px;
}

.services-rows {
    padding-top: 25px;
    border-top: 1px solid #dddfdc;
    padding-bottom: 25px;
}

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

.sec-3 .services-rows:last-child {
    border-bottom: 1px solid #dddfdc;
}

.services-rows {
    display: flex;
    align-items: center;
}

.services-rows h3 {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    color: #0b182a;
}

.sec-3 {
    counter-reset: section;
}

.services-rows::after {
    counter-increment: section;
    content: "0" counter(section);
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 80px;
    line-height: 100%;
    color: rgba(25, 26, 25, 0.1);
}
.vc_column-inner {
    padding-top: 0px !important;
}

.sec-4 {
    padding-block: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

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

.sec-6 .wpb_text_column.wpb_content_element {}

.sec-6 .wpb_text_column.wpb_content_element ul li {
    font-family: "Manrope", sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #fff;
    position: relative;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.sec-6 .wpb_text_column.wpb_content_element ul {
    background: #183859;
    border-radius: 10px;
    padding: 20px;
}

.sec-6 .wpb_text_column.wpb_content_element ul li::before {
    content: url(/wp-content/uploads/2026/03/Symbol-1.svg);
    position: relative;
    top: 2px;
}

.sec-6 h2 {
    font-size: 42px;
}

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

.sec-7 h4 {
    background: #D6EFDD !important;
    border: 1px solid #d6efdd;
    height: 40px;
}

.sec-7 h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    background: none !important;
    border: none !important;
    height: auto;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 144%;
    color: #5b5e5c;
}

.sec-7 .info-box-content p {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    color: #0b182a;
}

.sec-7 .wpb_column.vc_column_container.vc_col-sm-6:last-child .vc_column-inner > .wpb_wrapper {
    background: #f79b36;
    padding-block: 2px 15px;
    padding-inline: 24px;
    border-radius: 10px;
}

label.wpforms-field-label {
    font-family: "Manrope", sans-serif;
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 89% !important;
    color: #0b182a;
    padding-bottom: 10px !important;
}

.wpforms-field-container input, .wpforms-field-container select{
    border: 1px solid rgba(11, 24, 42, 0.1) !important;
    border-radius: 4px;
    height: 56px !important;
}

.choices__inner {
    height: 56px !important;
    border-radius: 4px;
}

.wpforms-field-container input::placeholder , .wpforms-field-container textarea::placeholder {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #95999d;
}

.wpforms-field-container textarea {
    padding-top: 14px;
}

textarea#wpforms-60-field_7 {
    padding-top: 13px;
}

button#wpforms-submit-60 {
    margin-top: 20px;
    background: #fff;
    font-family: "Manrope", sans-serif;
    font-weight: 800;
    font-size: 18px;
    line-height: 111%;
    text-transform: uppercase;
    text-align: center;
    color: #f79b36;
    border-radius: 10px;
    width: 124px;
    height: 56px;
    display: flex;
    align-items: center;
    gap: 11px;
}

button#wpforms-submit-60::after {
    content: "\f120";
    font-family: "woodmart-font";
    font-weight: 400;
    rotate: -44deg;
}

aside.footer-sidebar.widget-area.wd-grid-g {
    padding-block: 90px 50px;
}

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

.footer-column h5.widget-title {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 24px;
}

.footer-column .menu-item a {
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
}

.footer-column.footer-column-2.wd-grid-col {
    padding-left: 40px;
}

.tnp-subscription label, .tnp-profile label {
    display: none !important;
}

.tnp.tnp-subscription input#tnp-1 {
    border: 1px solid #e0e2e3;
    border-radius: 10px;
    width: 275px;
    height: 56px;
}

.tnp.tnp-subscription input.tnp-submit {
    font-family: "Manrope", sans-serif;
    font-weight: 800;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: #f79b36 !important;
    border-radius: 10px;
}

.tnp-field.tnp-field-button::after {
content: "\f120";
    font-family: "woodmart-font";
    font-weight: 400;
    background: #fff;
    transform: rotate(-38deg);
    border-radius: 16px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f79b36;
}

.tnp-field.tnp-field-button {
    background: #f79b36 !important;
    border-radius: 10px;
    width: 275px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.wd-icon {
    background: #fff;
    border-radius: 50px;
    padding: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f79b36;
}

.wd-social-icons.wd-style-default.wd-size-default.social-follow.wd-shape-circle.text-center {
    padding-right: 14px;
}

.wd-copyrights.copyrights-wrapper.wd-layout-two-columns {border-top: 0px !important;padding: 0px !important;}

.container.wd-grid-g {
    padding-block: 30px;
    border-top: 1px solid #DBDAD9;
}

.wd-col-start.reset-last-child {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 156%;
    color: #fff;
}

.wd-col-end.reset-last-child , .wd-col-end.reset-last-child a {
    display: flex;
    gap: 14px;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    text-align: right;
    color: #fff;
    justify-content: end;
    align-items: end;
}

.sec-5 .wpb_text_column.wpb_content_element h4 {
    border: 1px solid #d6efdd;
    background: none;
}

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

.sec-5 .wpb_column.vc_column_container.vc_col-sm-8 {
    padding-bottom: 70px;
}

.sec-5 .wd-info-box {
    border: 1px solid #d8d1ff;
    padding: 38px 24px;
}

.sec-5 .wd-info-box h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #000;
    font-family: 'Poppins';
    padding-bottom: 3px;
}

.sec-5 .info-box-content p {
    font-weight: 400;
}

.sec-6 h4 {
    border: 1px solid #d6efdd;
    background: none !important;
}
.text-ex .wpb_text_column.wpb_content_element.text-center {
    background: url(/wp-content/uploads/2026/03/Group-12.jpg);
    margin: 0px;
    padding: 60px 50px 45px;
    background-repeat: no-repeat;
    background-size: cover;
}

.text-ex .wpb_text_column.wpb_content_element.text-center p {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 144%;
    text-align: center;
    color: #fff;
    padding-bottom: 32px;
}

.wpb_text_column.wpb_content_element.text-center.second-text {
    background: url(/wp-content/uploads/2026/03/Group-13.jpg);
}

.text-ex h2 {
    padding-bottom: 12px;
}
.sec-2 .wpb_text_column.wpb_content_element h4 {
    border: 1px solid rgba(247, 155, 54, 0.1);
    background: rgba(247, 155, 54, 0.1);
}

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

.sec-about ul li {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 144%;
    color: #5b5e5c;
}

.sec-about img.vc_single_image-img.attachment-full {
    border-radius: 10px;
}

.sec-about ul {
    margin: 0px;
}

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

.choose-sec {
    padding-top: 100px;
    display: flex;
    align-items: center;
}

.Cand-1 {
    padding-top: 80px;
    padding-bottom: 90px;
}

.Cand-2 {
    padding-bottom: 100px;
}
.footer-column-4 ul{
	margin-bottom: 20px;
}
.footer-column-4 li {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    gap: 14px;
}
.footer-column-4 li img {
    filter: brightness(0) invert(1);
}
.footer-column-4 li, .footer-column-4 li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
    font-family: 'Manrope', sans-serif;
    word-break: break-all;
}