/*
 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=Outfit:wght@100..900&display=swap');

body{
	font-family: "Outfit", sans-serif; 
}
.section-1 {
    background: radial-gradient(106.3% 47.4% at 71.17% 100%, #ffd78b 0%, #fffaf2 100%);
    display: flex;
    padding-top: 130px;
}

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

h1 {
    font-weight: 600;
    font-size: 60px;
    line-height: 120%;
    color: #0d0e12;
	font-family: "Outfit", sans-serif;
}

.section-1 p {
    font-weight: 500;
    font-size: 22px;
    line-height: 159%;
    color: #0d0e12;
    font-family: 'Outfit';
}

.btn-row {
}

.btn-row .wpb_wrapper {
    display: flex;
    gap: 10px;
}

.btn.theme-btn {
    background: #FFAC11;
    font-weight: 500;
    font-size: 17px;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    min-height: 0;
    padding-block: 20px;
    border-radius: 50px;
    padding-inline: 45.9px;
}

.btn-row .wpb_wrapper .wd-button-wrapper:last-child a {
    background: #2680C7;
}

span.nav-link-text {
    font-weight: 400;
    font-size: 19px;
    text-align: right;
    color: #0d0e12;
    text-transform: capitalize;
    font-family: 'Outfit';
}

ul#menu-main-menu {
    gap: 35px;
}

.section-1 .wpb_column.vc_column_container.vc_col-sm-6:first-child {
	padding-block: 50px;
}

.section-1 .wpb_column.vc_column_container.vc_col-sm-6:last-child .wpb_wrapper {
    height: 100%;
}

.section-1 .wpb_column.vc_column_container.vc_col-sm-6:last-child .wpb_wrapper .wpb_single_image.wpb_content_element.vc_align_left {
    height: 100%;
}

.section-1 .wpb_column.vc_column_container.vc_col-sm-6:last-child .wpb_wrapper .vc_single_image-wrapper.vc_box_border_grey , .section-1 .wpb_column.vc_column_container.vc_col-sm-6:last-child .wpb_wrapper .vc_single_image-wrapper.vc_box_border_grey img {
    height: 100%;
    object-fit: contain;
    object-position: bottom;
}

.sec-2 .info-svg-wrapper {
    width: 80px !important;
    height: 80px !important;
}

.sec-2 .wd-info-box {
    text-align: center;
    border-radius: 15px;
    padding-block: 50px;
    margin-bottom: 0px !important;
    padding-inline: 15px;
    transition: .5s;
    gap: 25px;
}

.sec-2 .wd-info-box h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    color: #0d0e12;
    font-family: 'Outfit';
    padding-bottom: 5px;
}

.sec-2 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.sec-2 .wd-info-box p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    color: #3a3c43;
}

.sec-2 .wd-info-box:hover {
    background: #FFAC11;
}

.sec-2 .wd-info-box:hover p , .sec-2 .wd-info-box:hover h4 {
    color: #FFF !important;
}

.sec-2 .wd-info-box:hover img {
    filter: brightness(0) invert(1) !important;
}

.sec-2 .wd-info-box p a {
    font-size: 0px !important;
}

.sec-2 .wd-info-box p a:before {
    content: "\f120";
    font-family: "woodmart-font";
    font-weight: 400;
    font-size: 22px;
}

.sec-2 .wd-info-box:hover p a:before {
    color: #fff;
}

.sec-2 .wd-info-box p:not(:last-child) {
    min-height: 81px !important;
}

span.sub-heading {
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0.38em;
    text-transform: uppercase;
    color: #FFAC11;
}

h2 {
    font-weight: 600;
    font-size: 50px;
    color: #0d0e12;
    font-family: 'Outfit';
    line-height: 1.2;
}

p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    color: #3a3c43;
}

.sec-3 {
    padding-bottom: 100px;
    display: flex;
    align-items: center;
}

.sec-3 p {
    padding-right: 40px;
}

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

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

.sec-4 span.sub-heading , .sec-4 h2 , .sec-4 p {
    color: #fff;
}

.sec-4 a.btn.btn-style-default.btn-shape-rectangle.btn-size-default.btn.theme-btn {
    background: #2680C7;
}

.sec-4 .wpb_column.vc_column_container.vc_col-sm-6:last-child {
    padding-left: 40px;
}

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

.sec-5 .wpb_text_column.wpb_content_element.text-center {
    margin-bottom: 50px !important;
}

.sec-5 .wd-info-box {
    margin: 0px !important;
    background: #fffbf2;
}

.sec-5 .wd-info-box .info-box-content {
    padding-inline: 35px;
    padding-bottom: 30px;
}

.sec-5 .wd-info-box {
    gap: 38px;
    border-radius: 15px;
}

.sec-5 .wd-info-box .info-box-subtitle.subtitle-color-default.wd-fontsize-xs.subtitle-style-default {
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #8c8679;
}

.sec-5 .wd-info-box h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-weight: 600;
    font-size: 30px;
    color: #0d0e12;
    font-family: 'Outfit';
}

.sec-5 .wd-info-box .wd-button-wrapper {
    position: absolute;
    bottom: 47px;
    right: 30px;
}

.sec-5 .wd-info-box .wd-button-wrapper a {
    min-height: 0px;
    padding: 0px;
    font-size: 0px !important;
    background: none !important;
}

.sec-5 .wd-info-box .wd-button-wrapper a::before {
    content: "\f120";
    font-family: "woodmart-font";
    font-weight: 700;
    font-size: 20px;
    color: #FFAC11;
}

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

.inner-testimonial {
    width: 943px;
    margin: auto;
    text-align: center;
}

.inner-testimonial .wd-testimon-info {
    flex-direction: column;
}

.inner-testimonial .wd-testimon-info .wd-testimon-thumb {
    margin: 0px !important;
}

.wd-testimon-thumb {
    margin: 0px !important;
    width: 100% !important;
    text-align: center;
    max-width: 100%;
}

.wd-testimon-text.reset-last-child {
    margin: 0px !important;
    padding: 0px !important;
    background: none !important;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
    color: #0d0e12;
    padding-top: 30px !important;
    padding-bottom: 25px !important;
}

.wd-testimon-bio {
    font-weight: 600;
    font-size: 20px;
    line-height: 250%;
    text-align: center;
    color: #0d0e12;
}

.wd-testimon-name.title {
    font-family: 'Outfit' !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #0d0e12;
}

.wd-testimon-name.title::after {
    content: url(/wp-content/uploads/2026/06/star.svg);
    text-align: center;
}

.testimon-style-info-top .wd-testimon-thumb img {
    width: 194px !important;
    max-width: 194px !important;
}

.wd-testimon-thumb {
    max-width: 100% !important;
}

.sec-6 .wpb_text_column.wpb_content_element {
    margin-bottom: 45px;
}

.pre-foot .wpb_column.vc_column_container.vc_col-sm-6 .vc_column-inner {
    padding-inline: 0px !important;
}

.pre-foot .wpb_column.vc_column_container.vc_col-sm-6 .vc_column-inner img.vc_single_image-img.attachment-full {
    border-radius: 20px;
}

.pre-foot .vc_row.wpb_row.vc_row-fluid {
    display: flex;
    align-items: center;
    border-radius: 20px;
    position: relative;
    z-index: 2;
}

.pre-foot .vc_row.wpb_row.vc_row-fluid .wpb_column.vc_column_container.vc_col-sm-6:last-child {
    padding-left: 40px;
}

.pre-foot .vc_row.wpb_row.vc_row-fluid .wpb_column.vc_column_container.vc_col-sm-6:first-child {
    position: relative;
}

.pre-foot .vc_row.wpb_row.vc_row-fluid .wpb_column.vc_column_container.vc_col-sm-6:first-child::before {
    content: '';
    width: 556px;
    height: 474px;
    position: absolute;
    background: linear-gradient(90deg, rgba(255, 172, 17, 0) 0%, #ffac11 94.01%);
    right: 0px;
}

.pre-foot .vc_row.wpb_row.vc_row-fluid .wpb_column.vc_column_container.vc_col-sm-6 h2 {
    color: #fff;
    line-height: 1.2;
    font-size: 60px;
}

.pre-foot .vc_row.wpb_row.vc_row-fluid .wpb_column.vc_column_container.vc_col-sm-6 .wd-button-wrapper a {
    background: #2680C7;
}

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

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

.pre-foot::after {
    content: '';
    background: #0D0E12;
    width: 100%;
    height: 50%;
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
}

.pre-foot {
    position: relative;
}

.home .pre-foot::before {
    content: '';
    background: #fffbf2;
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

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

div#media_image-2 {
    margin-bottom: 0px !important;
    padding-bottom: 25px !important;
}

.footer-sidebar p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
}

.wd-social-icons.wd-style-default.wd-size-default.social-follow.wd-shape-circle.text-center {
    justify-content: flex-start;
    padding-top: 15px;
}

span.wd-icon {
    background: #FFAC11;
    width: 46.69px;
    height: 46.69px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    font-size: 18px;
    color: #fff;
}

.footer-column h5.widget-title {
    font-weight: 600;
    font-size: 26px;
    line-height: 100%;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Outfit';
    margin-bottom: 30px !important;
}

.footer-column .menu-item a {
    font-weight: 400;
    font-size: 17px;
    line-height: 1.4;
    color: #fff !important;
}

.footer-column.footer-column-2.wd-grid-col {
    padding-left: 30px;
    --wd-col-lg: 2 !important;
}

.footer-column.footer-column-1.wd-grid-col {
    --wd-col-lg: 4 !important;!i;!;
}

.footer-column.footer-column-3.wd-grid-col {
    padding-left: 50px;
}

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

.wd-copyrights  .container.wd-grid-g {
    padding-block: 30px !important;
    border-top: 1px solid #2A2C33;
    align-items: center;
}

.wd-col-start.reset-last-child {
    font-weight: 400;
    font-size: 17px;
    line-height: 1;
    color: #797a81;
}

.wd-col-start.reset-last-child strong {
    color: #FFAC11;
}

.wd-copyrights .wd-col-end.reset-last-child {
    font-weight: 400;
    font-size: 17px;
    line-height: 178%;
    display: flex;
    justify-content: end;
    gap: 40px;
}

.wd-copyrights .wd-col-end.reset-last-child a {
    color: #797a81;
}

.foot-uls p {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
    color: #FFAC11;
    margin-bottom: 10px !important;
}

.footer-column-4 p a {
    font-weight: 400;
    font-size: 17px;
    line-height: 1.3;
    color: #fff;
    word-break: break-all;
}

.about-sec-4 {
    padding-top: 110px;
    text-align: center;
    padding-bottom: 60px;
}

.about-sec-4 ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    padding-top: 30px;
}

.about-sec-4 ul li {
    font-weight: 600;
    font-size: 20px;
    line-height: 1 !important;
    text-align: center;
    color: #0d0e12;
    background: #fffbf2;
    padding-block: 28px;
    height: 88px;
    display: flex;
    align-items: center;
    width: 405px;
    justify-content: center;
    border-radius: 12px;
}

.about-sec-5 span.sub-heading , .about-sec-5 h2 {
    color: #fff;
}

.about-sec-5 {
    padding-block: 100px 75px !important;
}

.about-sec-5 li {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    color: #fff;
    list-style: none;
    padding-left: 50px;
    position: relative;
    margin-bottom: 20px;
}

.about-sec-5 li strong {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.4;
    color: #fff;
}

.about-sec-5 ul {
    padding-left: 0px !important;
}

.about-sec-5 li strong::before {
    content: "\f107";
    font-family: "woodmart-font";
    font-weight: 400;
    position: absolute;
    left: 0;
    background: #fff;
    color: #ffac11;
    width: 25px;
    height: 25px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    top: 3px;
}

.about-sec-6 {
    padding-block: 100px;
}

.about-sec-6 .wd-accordion {
    margin-bottom: 0px !important;
}

.about-sec-6 .wd-accordion .wd-accordion-title-text span {
    font-weight: 600;
    font-size: 21px;
    line-height: 1.2;
    color: #1a1a1c;
    font-family: 'Outfit';
}

.wd-accordion-title {
    padding-block: 25px !important;
}

.wd-accordion-item {
    border-bottom: 0px !important;
    background: #fff !important;
    margin-bottom: 20px;
    padding-inline: 30px;
    border-radius: 8px !important;
}

.wd-accordion.wd-opener-style-plus>.wd-accordion-item>.wd-accordion-title .wd-accordion-opener:before {
    color: #FFAC11;
    font-size: 18px;
}

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

.about-sec-7 .wpb_column.vc_column_container.vc_col-sm-6:first-child .vc_column-inner {
    padding-left: 0px !important;
}

.about-sec-7 .wpb_column.vc_column_container.vc_col-sm-6 .info-svg-wrapper {
    width: 20.6px  !important;
    height: 20.6px !important;
}

.get-in-sec-row .wpb_wrapper {
    display: flex;
    gap: 40px;
    padding-top: 27px;
    padding-bottom: 21px;
}

.get-in-sec-row .wd-info-box {
    margin-bottom: 0px !important;
    gap: 14px;
}

.about-sec-7 p a {
    color: #2680C7;
    font-weight: 600;
    font-size: 20px;
}

.about-sec-7 p strong {
    color: #0d0e12;
    font-weight: 600;
    font-size: 22px;
}

.about-sec-7 .vc_row.wpb_row.vc_row-fluid {
    display: flex;
    align-items: center;
}

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

body .about-sec2 {
    padding-block: 100px !important;
}

.about-sec2 .vc_row.wpb_row.vc_row-fluid:first-child {
    padding-bottom: 100px;
}

.about-sec2 .vc_row.wpb_row.vc_row-fluid {
    display: flex;
    align-items: center;
}

.about-sec2 h2 {
    font-size: 45px;
}

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

.about-sec-8 {
    padding-block: 110px;
}

.about-sec-8 ul {
    display: flex;
    justify-content: center;
    gap: 40px;
    padding-top: 15px;
}

.about-sec-8 ul li {
    font-weight: 400;
    font-size: 19px;
    line-height: 160%;
    text-align: center;
    color: #0d0e12;
    margin-bottom: 0px !important;
}

.about-sec-8 .wpb_text_column.wpb_content_element.text-center {
    margin-bottom: 0px !important;
}

.about-sec-8 ul li:first-child {
    list-style: none;
}

.about-sec-8 ul li::marker {
    color: #FFAC11;
}

.contact-sec-1  .info-svg-wrapper {
    width: 95px !important;
    height: 95px !important;
    position: relative;
}

.contact-sec-1 .wd-info-box {
    margin-bottom: 0px !important;
    gap: 30px;
    min-height: 210px;
}

.contact-sec-1 .wd-info-box h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-family: 'Outfit';
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    color: #101216;
    padding-bottom: 4px;
}

.contact-sec-1 {
    padding-block: 120px 160px;
}

.contact-sec-1 .wd-info-box p a {
    font-weight: 400;
    font-size: 19px;
    line-height: 1.5;
    text-align: center;
    color: #5b5b5b;
}

.contact-sec-1 .wd-info-box::before {
    content: '';
    border: 1px solid #e4e4e4;
    width: 100%;
    height: 224px;
    position: absolute;
    border-radius: 10px;
    top: 50px;
}

.wpforms-field-container input {
    border: 1px solid #e4e4e4 !important;
    border-radius: 10px !important;
    height: 66px !important;
}

div#wpforms-634-field_4-container {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field {
    padding-bottom: 5px !important;
}

div#wpforms-634-field_7-container {
    padding-top: 5px !important;
}

textarea#wpforms-634-field_10 {
    height: 140px !important;
    min-height: 140px !important;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
}

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

.contact-sec2 div#wpforms-634 {
    margin-top: 10px !important;
    margin-bottom: 0px !important;
}

.contact-sec2 p {
    line-height: 1.5;
}

.contact-sec2 h2 {
    margin-bottom: 10px;
}

.wpforms-submit-container {
    text-align: right;
}

button#wpforms-submit-634 {
    border-radius: 34px;
    width: 230px;
    height: 67px;
    background: #FFAC11;
    font-weight: 500;
    font-size: 19px;
    text-align: center;
    color: #fff;
    border: none !important;
}

.contact-sec2 {
    padding-bottom: 100px;
}

.contact-sec2 .wpb_gmaps_widget.wpb_content_element.vc_map_responsive {
    margin-bottom: 0px !important;
    height: 100%;
}

.contact-sec2 .wpb_wrapper {
    height: 100%;
    background: none !important;
}

.contact-sec2 .wpb_wrapper .wpb_map_wraper {
    height: 100%;
}

.contact-sec2 .wpb_wrapper .wpb_map_wraper iframe {
    border-radius: 12px !important;
}

.prepration-1 {
    padding-block: 120px;
}

.prepration-2 {
    padding-block: 110px 60px !important;
    counter-reset: section;
}

.prepration-2 .wd-info-box {
    position: relative;
    gap: 30px;
    margin-bottom: 15px;
}

.prepration-2 .wd-info-box::before {
    counter-increment: section;
    content: "0" counter(section);
    font-weight: 700;
    font-size: 35px;
    color: #fff;
    border-radius: 8px;
    width: 95px;
    height: 95px;
    background: #FFAC11;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prepration-2 .wd-info-box h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-weight: 600;
    font-size: 35px;
    line-height: 1.2;
    color: #101216;
    padding-bottom: 10px;
    font-family: 'Outfit';
}

.prepration-2 .wd-info-box p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    color: #3a3c43;
    margin-bottom: 25px;
}

.info-ul {
    display: flex;
    gap: 110px;
}

.pre-2 ul {
    padding: 0px !important;
    list-style: none;
    margin-bottom: 25px;
}

.pre-2 ul li {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8;
    color: #3a3c43;
    position: relative;
    padding-left: 40px;
}

.pre-2 ul li::before {
    content: "\f107";
    font-family: "woodmart-font";
    font-weight: 600;
    background: #ffac11;
    color: #fff;
    width: 25px;
    height: 25px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    top: 3px;
    position: absolute;
    left: 0;
}

p.paragrph-info {
    font-weight: 600 !important;
    color: #3a3c43;
}

p.paragrph-info strong {
    color: #FFAC11;
}

.prepration-2 .wpb_text_column.wpb_content_element {
    margin-bottom: 50px;
}

.prepration-3 {
    padding-block: 100px 80px !important;
}

.prepration-3 .wpb_column.vc_column_container.vc_col-sm-12 .wpb_text_column.wpb_content_element {
    margin-bottom: 60px;
}

.prepration-3 .wpb_column.vc_column_container.vc_col-sm-6 h2 {
    font-weight: 600;
    font-size: 33px;
    line-height: 1;
    color: #101216;
}

.prepration-3 ul {
    padding-left: 0px;
    list-style: none;
}

.prepration-3 ul li {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8;
    color: #3a3c43;
    position: relative;
    padding-left: 40px;
}

.prepration-3 ul li::before {
    content: "\f107";
    font-family: "woodmart-font";
    font-weight: 600;
    background: #ffac11;
    color: #fff;
    width: 25px;
    height: 25px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    top: 3px;
    position: absolute;
    left: 0;
}

.wpb_text_column.wpb_content_element.prepration-3text {
    border-radius: 15px;
    background: #fffbf2;
    padding: 43px 43px 20px 43px;
    margin-top: 50px;
}

.wpb_text_column.wpb_content_element.prepration-3text li::before {
    display: none;
}

.wpb_text_column.wpb_content_element.prepration-3text li {
    padding: 0px !important;
    line-height: 1.4;
    margin-bottom: 20px;
}

.wpb_text_column.wpb_content_element.prepration-3text li strong {
    color: #FFAC11;
}

.prepration-4 {
    padding-block: 100px 110px !important;
}

.prepration-4 h2 {
    font-weight: 600;
    font-size: 35px;
    line-height: 1;
    color: #101216;
}

.prepration-4 .wpb_column.vc_column_container.vc_col-sm-12 {
    padding-bottom: 20px;
}

.prepration-4  ul {
    padding: 0px !important;
    list-style: none;
}

.prepration-4 ul li {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8;
    color: #3a3c43;
    position: relative;
    padding-left: 40px;
}

.prepration-4 ul li::before {
    content: "\f107";
    font-family: "woodmart-font";
    font-weight: 600;
    background: #ffac11;
    color: #fff;
    width: 25px;
    height: 25px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    top: 5px;
    position: absolute;
    left: 0;
}

.prepration-5 {
    padding-block: 85px 105px !important;
}

.prepration-5 .info-svg-wrapper {
    width: 57.5px !important;
    height: 57.5px !important;
}

.prepration-5 h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-weight: 600;
    font-size: 30px;
    line-height: 107%;
    color: #fff;
    font-family: 'Outfit';
}

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

.prepration-5 .wpb_column.vc_column_container.vc_col-sm-6 .vc_column-inner > .wpb_wrapper {
    background: #FEBC40;
    min-height: 130px !important;
    padding-inline: 44px;
    padding-block: 44px;
    border-radius: 15px;
}

.prepration-5 .wpb_column.vc_column_container.vc_col-sm-6 .wpb_text_column.wpb_content_element {
    margin-bottom: 0px !important;
}

.prepration-5 .wpb_column.vc_column_container.vc_col-sm-6 .wd-info-box {
    margin-bottom: 25px;
}

.prepration-5 h2 {
    color: #fff;
    line-height: 1;
    padding-bottom: 10px;
}

.prepration-6 {
    padding-block: 100px 90px;
}

.prepration-6 .wpb_column.vc_column_container.vc_col-sm-6 h2 {
    font-weight: 600;
    font-size: 35px;
    line-height: 129%;
    color: #101216;
}

.prepration-6 .wpb_column.vc_column_container.vc_col-sm-6 ul {
    list-style: none;
    padding: 0px;
}

.prepration-6 .wpb_column.vc_column_container.vc_col-sm-6 ul li {
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #3a3c43;
    position: relative;
    display: flex;
    gap: 15px;
    margin-bottom: 19px;
}

.prepration-6 .wpb_column.vc_column_container.vc_col-sm-6 ul li::before {
    content: '';
    border: 1px solid #FFAC11;
    padding-inline: 11px;
    border-radius: 4px;
    height: 29px;
    width: 29px;
}

.prepration-7 {
    padding-block: 90px 100px;
    border-radius: 15px;
    margin-bottom: 110px !important;
}

.prepration-7 .btn.theme-btn {
    border: 1px solid #efe0be;
    color: #2680C7;
    font-weight: 600;
    font-size: 30px;
    background: none !important;
    gap: 15px;
}

.prepration-6 .wpb_column.vc_column_container.vc_col-sm-12 .wpb_column.vc_column_container.vc_col-sm-6 {
    padding-top: 10px;
}

.prepration-4 .wpb_column.vc_column_container.vc_col-sm-12 h2 {
    font-weight: 600;
    font-size: 50px !important;
}

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