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

/* Google Fonts (Inter, Manrope, Playfair Display) are loaded via wp_enqueue_style
   in functions.php (with preconnect resource hints) instead of a render-blocking
   @import. See woodmart_child_google_fonts(). */

html {
  scroll-behavior: smooth;
}

@supports (color: lab(0% 0 0)) {
    :root {
        --cream: lab(98.3707% .38144 9.63613);
        --cream-deep: lab(95.4625% 3.08248 17.3357);
        --ink: lab(5.23127% -1.15929 -6.2068);

        --background: lab(100% 0 0);
        --foreground: lab(5.23127% -1.15929 -6.2068);

        --card: lab(100% 0 0);
        --card-foreground: lab(5.23127% -1.15929 -6.2068);

        --popover: lab(100% 0 0);
        --popover-foreground: lab(5.23127% -1.15929 -6.2068);

        --primary: lab(73.9802% 29.8539 68.1053);
        --primary-foreground: lab(5.23127% -1.15929 -6.2068);

        --secondary: lab(57.251% -3.32055 -60.2773);
        --secondary-foreground: lab(100% 0 0);

        --muted: lab(96.5487% .580162 3.77269);
        --muted-foreground: lab(39.6537% -1.99997 -7.04927);

        --accent: lab(95.4625% 3.08248 17.3357);
        --accent-foreground: lab(5.23127% -1.15929 -6.2068);

        --destructive: lab(49.0747% 69.3434 49.6251);
        --destructive-foreground: lab(100% 0 0);

        --border: lab(90.7486% .581801 3.77376);
        --input: lab(90.7486% .581801 3.77376);

        --ring: lab(73.9802% 29.8539 68.1053);

        --sidebar: lab(100% 0 0);
        --sidebar-foreground: lab(5.23127% -1.15929 -6.2068);

        --sidebar-primary: lab(73.9802% 29.8539 68.1053);
        --sidebar-primary-foreground: lab(5.23127% -1.15929 -6.2068);

        --sidebar-accent: lab(95.4625% 3.08248 17.3357);
        --sidebar-accent-foreground: lab(5.23127% -1.15929 -6.2068);

        --sidebar-border: lab(90.7486% .581801 3.77376);
        --sidebar-ring: lab(73.9802% 29.8539 68.1053);
    }
}

.price-sec-banner h1.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-size: 60px;
    font-family: 'Playfair Display';
}
body{
	font-family: "Outfit", sans-serif; 
}
.section-1 {
    background: linear-gradient(180deg, var(--cream-deep) 0%, var(--cream) 100%);
    padding-top: 150px;
    padding-bottom: 90px;
    align-items: center;
}

.whb-general-header-inner .wd-logo img {
    max-width: 320px !important;
    width: 310px !important;
}

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

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

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

h1 {
    font-size: 4.7rem;
    color: #0d0e12;
    font-family: Playfair Display, ui-serif, Georgia, serif;
    font-weight: 600;
    margin-bottom: 31px;
    line-height: 0.8;
}

.contact-sec-1 .wd-info-box {
    /* border: none !important; */
}

.section-1 p {
    font-weight: 500;
    font-size: 20px;
    line-height: 159%;
    color: color-mix(in oklab, var(--ink) 65%, transparent);
    font-family: 'Manrope';
    width: 90%;
}

.btn-row {
}

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

.btn.theme-btn {
    background: var(--primary);
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    min-height: 0;
    padding-block: 14px;
    border-radius: 50px;
    padding-inline: 33.9px;
    font-family: 'Manrope';
}

.btn-row .wpb_wrapper .wd-button-wrapper:last-child a {
    background: var(--primary);
}

span.nav-link-text {
    font-weight: 400;
    font-size: 17px;
    text-align: right;
    color: #0d0e12;
    text-transform: capitalize;
    font-family: color-mix(in oklab,var(--ink) 80%,transparent);
}

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

.section-1 .wpb_column.vc_column_container.vc_col-sm-6:first-child {
	padding-block: 50px 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%;
    max-width: 38rem;
    margin: auto !important;
}

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

.sec-2 .wd-info-box {
    border-radius: 15px;
    padding-block: 60px 50px;
    margin-bottom: 0px !important;
    transition: .5s;
    gap: 25px;
    background: var(--cream);
    padding-inline: 50px;
    position: relative;
    min-height: 272px;
}

.sec-2 .wd-info-box h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-weight: 600;
    font-size: 32px;
    line-height: 1;
    color: #0d0e12;
    font-family: Playfair Display,ui-serif,Georgia,serif;
    padding-bottom: 5px;
}

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

.sec-2 .wd-info-box p {
    font-weight: 400;
    font-size: 17px;
    line-height: 1.4;
    color: color-mix(in oklab,var(--ink) 60%,transparent);
    font-family: 'Manrope';
    padding-top: 5px;
}

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

.sec-2 .wd-info-box:hover p , .sec-2 .wd-info-box:hover h4 {
}

.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: 13px !important;
    letter-spacing: 0.38em;
    text-transform: uppercase;
    color: #FFAC11;
    font-family: 'Manrope';
}

h2 {
    font-weight: 600;
    font-size: 50px;
    color: #0d0e12;
    font-family: Playfair Display,ui-serif,Georgia,serif;
    line-height: 1.2;
}

p {
    font-weight: 400;
    font-size: 17px;
    line-height: 1.4;
    color: color-mix(in oklab,var(--ink) 65%,transparent);
    font-family: 'Manrope';
}

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

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

.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: color-mix(in oklab,var(--ink) 80%,transparent);
}

.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: 0px 10px;
}

.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: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

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

.sec-5 .wd-info-box .info-box-subtitle.subtitle-color-default.wd-fontsize-xs.subtitle-style-default {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: lab(90.7486% .581801 3.77376);
    font-family: 'Manrope';
    position: relative;
}

.sec-5 .wd-info-box h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-weight: 600;
    font-size: 45px;
    color: #fff;
    font-family: 'Playfair Display';
    position: relative;
}

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

.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: #fff;
    border: 1px solid #fff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}

body .sec-6 {
    padding-block: 100px 90px;
    background: #FFEFD1 !important;
}

.inner-testimonial {
    margin: auto;
    text-align: center;
    background: #fff;
    padding: 0px 30px 30px !important;
    border-radius: 30px;
}

.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: 16px;
    line-height: 1.6;
    color: color-mix(in oklab,var(--ink) 75%,transparent);
    padding-top: 71px !important;
    padding-bottom: 9px !important;
    text-align: left;
    font-family: 'Manrope';
    min-height: 360px;
    border-bottom: 1px solid;
    border-color: color-mix(in oklab,var(--border) 60%,transparent);
    margin-bottom: 18px !important;
}

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

.wd-testimon-name.title {
    font-family: 'Playfair Display' !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #0d0e12;
    font-size: 18px;
    margin-bottom: 3px !important;
}


.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: 65px;
}

.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;
    position: relative;
    z-index: 2;
    padding-block: 110px !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 30px;
    margin-bottom: 120px !important;
}

.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 {
    position: relative;
}

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

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

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

.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: 20px;
    line-height: 100%;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Playfair Display';
    margin-bottom: 30px !important;
}

.footer-column .menu-item a {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
    color: #A5A7AA !important;
    font-family: 'Manrope';
}

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

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

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

.wd-copyrights.copyrights-wrapper.wd-layout-two-columns {
    border-top: 1px solid #3e3e3e;
    padding: 0px !important;
}

.wd-copyrights  .container.wd-grid-g {
    padding-block: 20px 18px !important;
    align-items: center;
}

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

.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;
    font-size: 15px;
    font-family: 'Manrope';
}

.foot-uls p {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
    font-size: 13px;
    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 {
    margin-top: 110px;
    text-align: center;
    background: #FFFDF6;
    padding: 30px;
    border: 1px solid;
    border-color: var(--border);
    border-radius: 20px;
    margin-bottom: 110px;
}

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

.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: 20px;
    line-height: 1.2;
    color: #1a1a1c;
    font-family: Playfair Display, ui-serif, Georgia, serif;
}

.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: 65px !important;
    height: 65px !important;
    position: relative;
}

.contact-sec-1 .wd-info-box {
    margin-bottom: 0px !important;
    gap: 30px;
    min-height: 278px;
    border: 1px solid #d3d3d3;
    margin-top: 20px;
    padding-block: 40px;
    border-radius: 20px;
}

.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;
}

.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: 50px;
    background: #25D366;
    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 90px;
}

body .prepration-2 {
    padding-block: 0px 60px !important;
    counter-reset: section;
    background: none !important;
}

.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: 20px;
    color: #0B1222;
    border-radius: 8px;
    width: 45px;
    height: 45px;
    background: #FFAC12;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Manrope';
}

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

.prepration-2 .wd-info-box p {
    font-weight: 400;
    font-size: 17px;
    line-height: 1.4;
    color: #7a7a7a;
    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;
    background: #FFF6E0;
    margin-top: 70px;
}

.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: 25px;
    line-height: 1;
    color: #101216;
}

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

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

.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;
    font-family: 'Manrope';
    font-size: 16px;
}

.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: 100px 0px !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: 23px;
    line-height: 1;
    color: #000;
    font-family: 'Playfair Display';
    padding-bottom: 8px;
}

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

.prepration-5 .wpb_column.vc_column_container.vc_col-sm-6 .vc_column-inner > .wpb_wrapper {
}

.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;
    background: #FFF9EC;
    padding-inline: 40px;
    padding-block: 40px;
    min-height: 255px;
    border-radius: 20px;
}

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

.prepration-6 {
    padding-block: 50px 30px;
    margin-block: 100px;
}

.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;
}

body .prepration-7 {
    padding-block: 0px 100px;
    border-radius: 15px;
    margin-bottom: 0px !important;
    background: none !important;
}

.prepration-7 .btn.theme-btn {
    color: #FC9F30;
    font-weight: 600;
    font-size: 30px;
    background: none !important;
    gap: 15px;
    padding: 0px;
}

.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;
}
/**********New-CSS***********/
span.sec-1-head {
  	font-family: "Manrope", sans-serif;
  	letter-spacing: .35em;
  	text-transform: uppercase;
  	color: var(--primary);
  	font-size: 0.8rem;
  	font-weight: 700;
}

h1 strong {
    color: var(--primary);
    font-style: italic;
    font-weight: 600;
}

.section-1 h3 {
    font-size: 2.6rem;
    font-family: 'Playfair Display';
    color: color-mix(in oklab, var(--ink) 60%, transparent);
}

.section-1 img.vc_single_image-img.attachment-full {
    border-radius: 30px;
    rotate: 2deg;
}
.whb-general-header .btn.theme-btn {
    background: var(--secondary);
}

.section-1 .btn.theme-btn {
    gap: 12px;
    min-height: 58px;
}

.section-1 .btn.theme-btn img {
    filter: brightness(0) invert(1);
}

.btn-row .wpb_wrapper .wd-button-wrapper:first-child a {
    background-color: #25d366;
}

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

.sec-extra-2 .info-box-icon {
    background: color-mix(in oklab, var(--primary) 30%, transparent);
    border-radius: 3.40282e38px;
    width: 55px;
    height: 55px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid #7a4607;
}

.sec-extra-2 .info-box-icon img {
    filter: brightness(0) saturate(100%) invert(80%) sepia(55%) saturate(3774%) hue-rotate(337deg) brightness(105%) contrast(98%);
}

.sec-extra-2 .wd-info-box {
    margin-bottom: 0px !IMPORTANT;
    align-items: center;
}

.sec-extra-2 {
    padding-block: 100px;
    margin-bottom: 110px;
}

.sec-extra-2 h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-size: 20px;
    font-family: 'Playfair Display';
    color: #fff;
}

.sec-extra-2 p {
    color: color-mix(in oklab,var(--color-white) 55%,transparent);
    font-size: 14px;
    font-family: 'Manrope';
}

.sec-extra-2 .info-box-inner.reset-last-child {
    margin-top: 5px;
}

.sec-extra-2 .wpb_column.vc_column_container.vc_col-sm-3:not(:last-child) {
    position: relative;
}

.sec-extra-2 .wpb_column.vc_column_container.vc_col-sm-3:not(:last-child)::before {
    content: '';
    border-right: 1px solid #343434 !important;
    width: 40%;
    height: 110px;
    position: absolute;
    right: 25px;
    top: -30px;
}

.sec-2 .wd-info-box::before {
    content: '';
    background-color: var(--primary);
    width: 70px;
    height: 1px;
    transition: 0.5s;
}

.sec-2 .wd-info-box:hover::before {
    width: 100%;
    transition: 0.5s;
}

.sec-extra-3 {
    background: #FFF0D2;
    padding-block: 120px;
}

.sec-extra-3 .info-svg-wrapper {
    width: 20px !important;
    height: 20px !important;
}

.sec-extra-3 .info-box-icon {background: #FFF1E0;padding: 18px;border-radius: 50px;}

.sec-extra-3 .info-box-icon img {
    filter: brightness(0);
}

.sec-extra-3 .wd-info-box {
    background: var(--color-white);
    padding: 30px;
    border-radius: 30px;
    margin-bottom: 0px !important;
}

.sec-extra-3 .wd-info-box h3.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-family: Playfair Display, ui-serif, Georgia, serif;
    font-size: 21px;
    padding-top: 10px;
}

.sec-extra-3 .wd-info-box p {
    color: color-mix(in oklab,var(--ink) 65%,transparent);
    font-size: 16px;
    min-height: 164px;
}

.sec-extra-3 a.btn.btn-style-default.btn-shape-rectangle.btn-size-default.btn-icon-pos-right {
    background: none !important;
    padding: 0px !important;
    width: 100%;
    justify-content: space-between;
    font-size: 14px;
    font-family: 'Manrope';
    text-align: left;
    line-height: 1.4;
    font-weight: 800;
    color: #000;
}

.sec-extra-3 a.btn.btn-style-default.btn-shape-rectangle.btn-size-default.btn-icon-pos-right img {
    width: 15px !important;
    height: 15px !important;
}

.sec-extra-3 .wpb_text_column.wpb_content_element {
    margin-bottom: 60px !important;
}

h2 strong {
    font-style: italic;
}

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

.sec-3 .wpb_column.vc_column_container.vc_col-sm-6:last-child a.btn.btn-style-default.btn-shape-rectangle.btn-size-default.line-btn {
    background: none !important;
    padding: 0px !important;
    font-size: 17px;
    font-family: 'Manrope';
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}

.sec-3 .wpb_column.vc_column_container.vc_col-sm-6:last-child a.btn.btn-style-default.btn-shape-rectangle.btn-size-default.line-btn::after {
    content: '';
    width: 60px;
    height: 1px;
    background: #000;
    transition: 0.5s;
}

.sec-3 .wpb_column.vc_column_container.vc_col-sm-6:last-child a.btn.btn-style-default.btn-shape-rectangle.btn-size-default.line-btn:hover::after {
    width: 120px !important;
    transition: 0.5s;
}

.sec-3 h2 {
    padding-bottom: 11px;
}

.sec-4 .vc_row.wpb_row.vc_inner.vc_row-fluid h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-size: 50px;
    font-family: 'Playfair Display';
    line-height: 1;
    position: relative;
    top: -8px;
}

.sec-4 .vc_row.wpb_row.vc_inner.vc_row-fluid p {
    color: color-mix(in oklab,var(--ink) 70%,transparent);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
}

.sec-4 .wpb_text_column.wpb_content_element {
    margin-bottom: 35px !important;
}

.sec-4 .wd-info-box {
    margin-bottom: 40px !important;
    border-left: 1px solid;
    padding-left: 30px;
    border-color: color-mix(in oklab,var(--ink) 20%,transparent);
}

.sec-4 a.btn.btn-style-default.btn-shape-rectangle.btn-size-default.btn.theme-btn {
    background: #000;
    padding-inline: 40px;
    padding-block: 18px;
}

.sec-4 img.vc_single_image-img.attachment-full {
    border-radius: 30px;
}

.wd-testimon-bio {
    width: 100%;
}

.wd-testimon-pos {
    line-height: 1.9;
    font-family: 'Manrope';
    font-size: 14px;
    color: #868B8D;
}

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

.wd-testimon-text.reset-last-child::after {
    content: "\f148 \f148 \f148 \f148 \f148";
    font-family: "woodmart-font";
    font-weight: 400;
    position: absolute;
    top: 28px;
    left: 0px;
    color: #FC9F30;
    font-size: 19px;
}

body .sec-6 .wpb_text_column.wpb_content_element {}

.sec-6 .wpb_text_column.wpb_content_element h5 {
    font-size: 17px;
}

.sec-6 .wpb_text_column.wpb_content_element h5 strong {
    color: #6F6077;
    font-weight: 400;
}

.sec-6 .wpb_text_column.wpb_content_element h5 {
    color: lab(5.23127% -1.15929 -6.2068);
    font-family: 'Manrope';
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.sec-6 .wpb_text_column.wpb_content_element h5::before {
    content: "\f148 \f148 \f148 \f148 \f148";
    font-family: "woodmart-font";
    font-weight: 400;
    color: #FC9F30;
    font-size: 21px;
    left: -13px;
    position: relative;
    top: -1px;
}

.wd-accordion {
    width: 65%;
    margin: auto;
    background: lab(99 -0.03 6.75) !important;
    border-radius: 20px;
    border: 1px solid;
    border-color: var(--border);
}

.wd-accordion-item {
    margin-bottom: 0px !important;
    background: none !important;
}

body .about-sec-6 {
    background: none !important;
    background: none !important;
}

.wd-accordion-item {
    border-bottom: 1px solid var(--border) !important;
    border-radius: 0px !important;
}

.wd-accordion .wd-accordion-item:last-child {
    border: none !important;
}

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

.sec-5 .wd-info-box img.attachment-800x600.size-800x600 {
    border-radius: 20px;
    transition: 0.5s;
}

.sec-5 .wd-info-box:hover img.attachment-800x600.size-800x600 {
    transform: scale(1.1);
}

.sec-5 .wd-info-box .info-box-content:before {
    content: '';
    background: #000000cc;
    height: 80px;
    width: 100%;
    position: absolute;
    bottom: 0;
    filter: blur(51px);
    display: block !important;
    left: 0;
    right: 0;
}

.about-sec-4 p {
    text-align: left;
}

.about-sec-4 ul li {
    width: auto;
    padding-block: 0px !important;
    height: auto !important;
}

.about-sec-4 ul li a {
    color: color-mix(in oklab, var(--ink) 80%, transparent) !important;
    font-family: 'Manrope';
    font-size: 14px;
    background: #fff !important;
    padding-block: 10px;
    padding-inline: 17px;
    border-radius: 35px;
    border: 1px solid;
    border-color: var(--border);
}

.about-sec-4 ul {
    column-gap: 15px;
    row-gap: 0px;
    padding-inline: 0px !important;
}

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

.pre-foot .vc_row.wpb_row.vc_row-fluid::before {
    content: '';
    background: lab(5.23127% -1.15929 -6.2068);
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.9;
    border-radius: 30px;
}

.pre-foot .vc_row.wpb_row.vc_row-fluid h2 {
    font-size: 70px;
    font-family: 'Playfair Display';
    color: #ffff;
}

.pre-foot .vc_row.wpb_row.vc_row-fluid .btn.theme-btn {
    padding-block: 22px;
    padding-inline: 40px;
    color: #000;
}

.about-sec-4 ul li a:hover {
    color: #FC9F30 !important;
    border-color: #FC9F30 !important;
}

.about-1 .wpb_text_column.wpb_content_element a {
    color: #0B121A;
    font-size: 14px;
}

.about-1 .wpb_text_column.wpb_content_element p:first-child {
    font-size: 16px;
    display: flex;
    gap: 6px;
    align-items: center;
    margin-bottom: 4px;
}

.about-1 .wpb_text_column.wpb_content_element span.sec-1-head {
    font-size: 13px;
}

.about-1 img.vc_single_image-img.attachment-full {
    rotate: 0deg !important;
}

.about-2 img.vc_single_image-img.attachment-full {
    border-radius: 20px;
}

.about-2 .wpb_column.vc_column_container.vc_col-sm-6:first-child {
    width: 45%;
}

.about-2 .wpb_column.vc_column_container.vc_col-sm-6:last-child {
    width: 55%;
}

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

.about-3.sec-extra-3 .wd-info-box {
    margin-bottom: 30px !important;
    border: 1px solid #E8E4DD;
}

.about-3.sec-extra-3 .wd-info-box .info-box-icon {
    background: #FC9F30;
    border-radius: 22px;
    padding: 16px;
}

.about-3 {
    padding-bottom: 90px;
}

.about-4.sec-extra-2 .wpb_column.vc_column_container.vc_col-sm-3:not(:last-child)::before {
    display: none;
}

.about-4.sec-extra-2 .wd-info-box {
    text-align: center !important;
}

.sec-extra-2 .wd-info-box h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    color: #fff;
    font-size: 21px !important;
}

.sec-extra-2 .wd-info-box  p {
    font-size: 14px;
    color: #fff;
}

.about-5 .info-svg-wrapper {
    width: 35px !important;
    height: 35px !important;
}

.about-5  .wd-info-box h3.info-box-title.title.box-title-style-default.wd-fontsize-m {
    color: #000;
    font-size: 40px;
    font-family: "Playfair Display", ui-serif, Georgia, serif;
    padding-top: 10px;
    padding-bottom: 10px;
}

.about-5 .wd-info-box p.mt-5.text-base.leading-relaxed.text-ink\/70 {
    width: 70%;
    margin-inline: auto;
}

.about-5 .wd-info-box {
    margin-bottom: 12px;
}

.about-5  a.btn.btn-style-default.btn-shape-rectangle.btn-size-default.btn.theme-btn.btn-icon-pos-right {
    gap: 10px;
}

.about-5 a.btn.btn-style-default.btn-shape-rectangle.btn-size-default.btn.theme-btn.btn-icon-pos-right img {
    filter: brightness(0) invert(1);
    width: 19px;
}

.about-5 {
    padding-bottom: 100px;
}

.about-6 {
    padding-top: 100px !important;
}

.about-6 p {
    font-size: 36px;
    width: 70%;
    margin: auto;
    font-family: '"Playfair Display", ui-serif, Georgia, serif';
    color: lab(5.23127% -1.15929 -6.2068);
    padding-bottom: 20px;
}

.about-6 h5 {
    font-family: 'manrope';
}

.about-6 .wd-info-box {
    position: relative;
}

.about-6 .wd-info-box::before {
    content: "\f148 \f148 \f148 \f148 \f148 ";
    font-family: "woodmart-font";
    font-weight: 400;
    color: #FB9F32;
    font-size: 24px;
}

.about-6 {
    padding-bottom: 60px;
    margin-bottom: 50px;
}

.sec-extra-2 .info-box-inner.reset-last-child {
    margin-top: 3px;
}

body .about-4.sec-extra-2 .wd-info-box h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-size: 41px !important;
    color: lab(5.23127% -1.15929 -6.2068);
}

body .about-4.sec-extra-2 .wd-info-box p {
    color: lab(5.23127% -1.15929 -6.2068);
}

.ser-inner-1 .wd-list {
    flex-direction: row;
    gap: 20px;
}

.ser-inner-1 .wd-list span.wd-icon.fa.fa-regular.fa-bell {
    background: none !important;
    width: auto;
    height: auto;
}

.ser-inner-1 .wd-list .wd-icon :is(img,svg) {
    width: 19px;
    filter: brightness(0) saturate(100%) invert(80%) sepia(55%) saturate(3774%) hue-rotate(337deg) brightness(105%) contrast(98%);
}

.ser-inner-1 .wd-list span.wd-list-content.list-content {
    font-size: 14px;
    font-family: 'Manrope';
}

.ser-inner-1  .wpb_column.vc_column_container.vc_col-sm-6 {
    padding-bottom: 0px !important;
}

.ser-inner-1  .btn-row .wpb_wrapper {
    margin-bottom: 25px;
}

.ser-2 .wpb_column.vc_column_container.vc_col-sm-6:first-child {
    width: 55%;
}

.ser-2 .wpb_column.vc_column_container.vc_col-sm-6:last-child {
    width: 45%;
}

.ser-2 {
    padding-top: 120px;
}

.ser-3 .wd-info-box .info-svg-wrapper :is(img,svg) {
    height:  !important;
}

.ser-3.sec-extra-3 .info-svg-wrapper {
    width: 25px !important;
    height: 26px !important;
}

.ser-4 .info-box-subtitle.subtitle-color-default.wd-fontsize-xs.subtitle-style-default {
    font-size: 26px;
    font-family: 'Playfair Display';
    color: #fc9f30;
}

.ser-4.about-3.sec-extra-3 .wd-info-box {
    min-height: 235px;
    background: #FFFAE8;
}

body section.vc_section.sec-extra-3.about-3.ser-4 {
    background: none !important;
}

.ser-6 {
    padding-top: 100px !important;
}

.ser-6 p {
    width: 50%;
    margin: auto;
    padding-bottom: 19px;
}

.ser-6  .info-box-subtitle.subtitle-color-default.wd-fontsize-xs.subtitle-style-default {
    font-size: 17px !important;
    color: var(--primary);
    font-family: 'Manrope';
}

.ser-6 a.btn.btn-style-default.btn-shape-rectangle.btn-size-default.btn.theme-btn.btn-icon-pos-right {
    color: #000 !important;
}

.ser-6 a.btn.btn-style-default.btn-shape-rectangle.btn-size-default.btn.theme-btn.btn-icon-pos-right img {
    filter: brightness(0);
}

.ser-7 {
    padding-block: 100px !important;
}

.ser-7 h2 {
    font-size: 40px;
    text-align: left;
}

.ser-7 ul li a {
    width: 240px;
    height: 50px !important;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.ser-7 ul li {
    background: none !important;
}

.ser-7 .wd-button-wrapper {
    margin-top: 20px;
    padding-left: 10px;
}

.ser-7 .wd-button-wrapper a.btn.btn-style-link.btn-shape-rectangle.btn-size-default.btn-icon-pos-right {
    font-family: 'Manrope';
    gap: 10px;
    border: none !important;
    color: #FC9F5F !important;
    font-size: 16px;
    text-transform: capitalize;
}

.ser-7 .wd-button-wrapper a.btn.btn-style-link.btn-shape-rectangle.btn-size-default.btn-icon-pos-right img {
    width: 17px;
    filter: brightness(0) saturate(100%) invert(80%) sepia(55%) saturate(3774%) hue-rotate(337deg) brightness(105%) contrast(98%);
}

.vc_row.wpb_row.vc_row-fluid.about-sec-4.ser-7 {
    padding-bottom: 110px !important;
    margin-top: 0px !important;
}

body .ser-8 {
    background: none !important;
    padding-block: 0px 100px;
}

body .ser-8 img.vc_single_image-img.attachment-full {
    rotate: 0deg;
}

body .ser-8 .wpb_column.vc_column_container.vc_col-sm-6 {
    padding: 0px !important;
}

body .ser-8 .wpb_column.vc_column_container.vc_col-sm-6 p.mt-8.max-w-md.text-base.leading-relaxed.text-ink\/65.md\:text-lg {
    font-size: 17px;
}

.wd-nav>li:is(.wd-has-children,.menu-item-has-children)>a:after {
    color: #000 !important;
    font-size: 11px;
}

.color-scheme-dark.wd-design-default.wd-dropdown-menu.wd-dropdown {
    width: 311px;
    left: -95px;
    padding-inline: 10px;
    border-radius: 15px;
    padding-block: 10px;
    border: 1px solid #d3d3d3;
    box-shadow: none !important;
}

.wd-sub-menu li>a {
    font-size: 15px;
    color: #000;
    font-family: 'Manrope';
    padding-block: 14px;
    padding-inline: 15px;
    border-radius: 10px;
}

.wd-sub-menu li>a:hover {
    background: #FFF5DE;
}

.sol-1 .btn-row .wpb_wrapper {
    justify-content: center;
    padding-top: 13px;
}

.sol-1 {
    padding-top: 100px;
}

.sol-1 .info-box-icon img {
    filter: brightness(0) saturate(100%) invert(80%) sepia(55%) saturate(3774%) hue-rotate(337deg) brightness(105%) contrast(98%);
}

.sol-1 .btn-row .wpb_wrapper a img {
    filter: brightness(0) invert(1);
}

.sol-1 .btn-row .wpb_wrapper a {
    gap: 12px;
    height: 53px;
}

.sol-2 .vc_row.wpb_row.vc_row-fluid {
    padding: 40px;
    border: 1px solid;
    border-color: lab(90.7486% .581801 3.77376);
    border-radius: 30px;
    margin-bottom: 30px !important;
}

.sol-2 .vc_row.wpb_row.vc_row-fluid .wpb_text_column.wpb_content_element {
    margin-bottom: 0px !important;
}

.sol-2 h2 {
    font-size: 40px;
}

.wpb_text_column.wpb_content_element.text-pink {
    background: lab(98.3707% .38144 9.63613);
    padding: 40px;
    border-radius: 20px;
}

.wpb_text_column.wpb_content_element.text-pink div {
    padding-bottom: 6px;
    color: color-mix(in oklab,var(--ink) 60%,transparent);
    font-family: 'Manrope';
    font-weight: 600;
    font-size: 15px;
}

.wpb_text_column.wpb_content_element.text-pink div strong {
    color: lab(5.23127% -1.15929 -6.2068);
    font-weight: 500;
}

.sol-2 .vc_row.wpb_row.vc_row-fluid p {
    font-size: 19px;
}

.sol-2 .vc_row.wpb_row.vc_row-fluid ul {
    padding: 0px !important;
    list-style: none;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.sol-2 .vc_row.wpb_row.vc_row-fluid ul li {
    background: lab(98.3707% .38144 9.63613);
    padding-inline: 17px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 29px;
    color: #000;
    font-family: 'Manrope';
    margin-bottom: 0;
    border: 1px solid #f1f0f0;
}

.sol-2 .vc_row.wpb_row.vc_row-fluid  h5 {
    color: var(--primary);
    font-family: 'Manrope';
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-weight: 700;
}

.sol-2 {
    padding-top: 110px;
    padding-bottom: 80px;
}

.sol-main p {
    font-weight: 400;
}

.footer-column.footer-column-6.wd-grid-col {
    display: none !important;
}

.footer-sidebar .footer-column-5  p a {
    word-break: break-all;
    color: #A5A7AA;
    font-size: 15px;
}

.footer-column li {
    margin-bottom: 8px;
}

.foot-uls {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Manrope';
    color: #f7ac11;
    font-weight: 500;
}

.foot-uls strong:not(:last-child) {
    background: #f7ac1159;
    padding-inline: 11px;
    font-size: 11px;
    padding-block: 1px 2px;
    color: #f7ac11;
    border-radius: 10px;
    margin-left: 8px;
    position: relative;
    top: -2px;
}

.foot-uls a {
    color: #A5A7AA;
    text-transform: capitalize;
    font-size: 15px;
    margin-block-start: 5px;
    display: block;
}
.footer-column .menu-item a:hover {
    color: #ffac12 !important;
}

.area-1 .wd-entry-content ul {
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    justify-content: center;
}

.area-1 .wd-entry-content ul li {
    width: 26%;
    list-style: none;
}

.area-1 .wd-entry-content ul li a {
    text-align: center;
    width: 100%;
    display: block;
    color: color-mix(in oklab,var(--ink) 80%,transparent);
    font-family: 'Manrope';
    border: 1px solid;
    padding-block: 17px;
    border-radius: 11px;
    font-size: 16px;
    border-color: #d3d3d3;
    font-weight: 600;
}

.area-1 .wd-nav-tabs {
    gap: 15px;
}

.area-1 .wd-nav-tabs span.nav-link-text.wd-tabs-title {
    background: lab(95.4625% 3.08248 17.3357);
    padding-inline: 25px;
    padding-block: 8px;
    border-radius: 30px;
    font-weight: 500;
    color: #545454;
    font-family: 'Manrope';
    font-size: 15px;
}

.area-1 .wd-nav-tabs li.wd-active span.nav-link-text.wd-tabs-title {
    background: #FC9F30;
    color: #000;
}

.area-1 p a {
    color: #fc9f30;
}

.area-1 {
    padding-bottom: 70px;
}

.area-2 {
    background: #FC9F30 !important;
}

.area-2 span.sub-heading {
    color: var(--primary-foreground);
}

.area-2.about-3.sec-extra-3 .wd-info-box {
    background: color-mix(in oklab,var(--color-white) 10%,transparent);
    border: none !important;
    flex-direction: row;
    gap: 10px;
    min-height: 155px;
}

.about-3.sec-extra-3 .wd-info-box .info-box-icon {
    background: none;
    padding: 0;
}

.area-2.sec-extra-3 .wd-info-box h3.info-box-title.title.box-title-style-default.wd-fontsize-m {
    padding: 0px !important;
    font-size: 24px;
}

.area-2.about-3.sec-extra-3 .wd-info-box p {
    position: relative;
    left: -29px;
    font-size: 17px;
}

.area-2.sec-extra-3 .wd-info-box .info-box-icon {
    position: relative;
    top: 4px;
}

.after-extra-2 {
    background: none !important;
    padding-bottom: 0px !important;
}

.after-extra-2.sec-extra-3 .wd-info-box {
    background: #FFFAE8;
    padding-bottom: 50px;
    padding-inline: 30px;
    border: 1px solid #E8E0EB;
}

.after-extra-2.sec-extra-3 .wd-info-box p {
    min-height: 70px;
}

.after-extra-2.sec-extra-3 .wd-info-box .info-box-icon {
    background: #fc9f30;
    border-radius: 20px;
}

.after-extra-2 {
    padding-bottom: 120px !important;
}

.after-2 .wd-info-box {
    margin-bottom: 0px !important;
    background: #fff;
    padding: 40px;
    border-radius: 30px;
    min-height: 440px;
    border: 1px solid #DDDDDD;
}

.after-2 .wd-info-box h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-family: Playfair Display,ui-serif,Georgia,serif;
    font-size: 40px;
    padding-bottom: 10px;
}

.after-2 .wd-info-box ul {
    list-style: none !important;
    padding: 0px;
}

.after-2 .wd-info-box ul li {
    color: #000;
    font-family: 'Manrope';
    font-size: 16px;
}

.after-2 {padding-block: 100px !important;}

.after-2 .wpb_column.vc_column_container.vc_col-sm-6 {}

.after-2 .wpb_column.vc_column_container.vc_col-sm-6 ul li {
    position: relative;
    display: flex;
    gap: 12px;
}

.after-2 .wpb_column.vc_column_container.vc_col-sm-6 ul li::before {
    color: #757A7D;
    content: "\f112";
    font-family: "woodmart-font";
    font-weight: 400;
}

.after-2 .wpb_column.vc_column_container.vc_col-sm-6:first-child ul li::before {
    content: "\f107";
    color: #ffb411;
}

.after-extra-3 {
    padding-block: 100px;
    padding-bottom: 0 !important;
}

.after-extra-3 .vc_row.wpb_row.vc_row-fluid:first-child {
    width: 80%;
    margin-inline: auto;
}

.after-extra-3 .vc_row.wpb_row.vc_row-fluid:first-child h2 {
    font-size: 42px;
}

.after-extra-3.ser-4.about-3.sec-extra-3 .wd-info-box {
    min-height: auto !important;
    padding-block: 10px 10px !important;
}

.after-extra-3.ser-4.about-3.sec-extra-3 .wd-info-box h3.info-box-title.title.box-title-style-default.wd-fontsize-m {
    padding-top: 0px !important;
}

.after-4 {
    padding-top: 80px !important;
    padding-bottom: 0px !IMPORTANT;
}

.after-5 {
    background: #fffcef;
    margin-block: 110px;
}

.prepration-2 h2 {
    font-size: 41px;
}

body .prepration-2 {
    padding-bottom: 0px !important;
}

.prepration-3 h2 {
    font-size: 40px;
}

.prepration-3 .wpb_column.vc_column_container.vc_col-sm-6 p {
    font-size: 16px;
    margin-bottom: 25px;
}

.prepration-3 img.vc_single_image-img.attachment-full {
    border-radius: 30px;
}

.prepration-5 h2 {
    color: #000;
    font-size: 40px;
}

.prepration-5 .wpb_column.vc_column_container.vc_col-sm-12 p {
    color: #000;
}

.prepration-5 .wpb_column.vc_column_container.vc_col-sm-6 .wd-info-box p {
    color: #5F5A58;
    font-size: 16px;
}

.prepration-6 {
    background: #FFF9EC;
    padding-inline: 70px;
    border-radius: 30px;
}

.prepration-6 .wpb_column.vc_column_container.vc_col-sm-4 .wpb_text_column.wpb_content_element h2 {
    font-size: 17px;
    text-transform: uppercase;
    color: #ffac11;
}

.prepration-6 .wpb_column.vc_column_container.vc_col-sm-4 .wpb_text_column.wpb_content_element ul li {
    font-size: 16px;
    font-family: 'Manrope';
    position: relative;
    display: flex;
    gap: 15px;
}

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

.prepration-6 .wpb_column.vc_column_container.vc_col-sm-4 .wpb_text_column.wpb_content_element ul li::before {
    content: "\f107";
    font-family: "woodmart-font";
    font-weight: 400;
    color: #ffbd11;
}

.prepration-6 h2 {
    font-size: 40px;
}

.prepration-6 .wpb_text_column.wpb_content_element {
    margin-bottom: 40px;
}

.prepration-6 .wpb_text_column.wpb_content_element p {
    font-size: 16px;
}

body .prepration-7 h2 {
    font-size: 40px;
}

.prepration-7 .btn.theme-btn img {
    filter: brightness(0) saturate(100%) invert(62%) sepia(51%) saturate(764%) hue-rotate(337deg) brightness(108%) contrast(106%);
}

 .pricing-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    padding: 1.5rem 0;
    font-family: var(--font-sans);
  }
  .card {
    background: #fff;
    border: 0.5px solid #d3d3d3;
    border-radius: 30px;
    padding: 2.2rem;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: .5s;
  }
  .card.featured {
    border: 2px solid #E8A020;
    background: #FFFDF5;
  }
  .badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: #E8A020;
    color: #0B121A;
    font-size: 13px;
    font-weight: 500;
    padding: 4px 14px;
    border-radius: 20px;
    white-space: nowrap;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-family: 'Manrope';
    font-weight: 700;
  }
  .card-title {
    font-size: 25px;
    font-weight: 500;
    color: #000;
    margin: 0;
    line-height: 1.2;
    font-family: 'Playfair Display';
    padding-bottom: 9px;
  }
  .card-sub {
    font-size: 15px;
    margin: 0;
  }
  .price {
    font-size: 40px;
    font-weight: 500;
    color: #0B121A;
    margin: 4px 0 0;
    font-family: 'Playfair Display';
    padding-bottom: 5px;
  }
  .desc {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    color: #7e7e7e;
  }
  .features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
    padding-bottom: 20px;
    padding-top: 10px;
  }
  .features li {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    font-size: 13px;
    color: #4e4e4e;
    line-height: 1.5;
    font-family: 'Manrope';
  }
  .features li i {
    color: #E8A020;
    font-size: 15px;
    margin-top: 1px;
    flex-shrink: 0;
  }
  .price-sec-1 .btn {
    display: block;
    text-align: center;
    padding: 12px 20px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    border: 1.5px solid var(--color-border-secondary);
    background: transparent;
    color: var(--color-text-primary);
    margin-top: 8px;
    transition: background 0.15s;
  }
  .price-sec-1 .btn.primary {
    background: #E8A020;
    border-color: #E8A020;
    color: #fff;
  }
  .price-sec-1 .btn.primary:hover { background: #d09018; border-color: #d09018; }

.features li::before {
    content: "\f107";
    font-family: "woodmart-font";
    font-weight: 400;
    color: #e8a020;
}

.price-sec-1 .card.featured button.btn.primary {
    width: 100%;
    font-family: 'Manrope';
    text-transform: capitalize;
    color: #000;
}

.price-sec-1 .card button.btn {
    width: 100%;
    border: 1px solid #d3d3d3;
    text-transform: capitalize;
    font-family: 'Manrope';
}

.price-sec-1 .card button.btn:hover {
    background: lab(5.23127% -1.15929 -6.2068);
    color: #fff;
    border: 1px solid #000;
}

.price-sec-1 .card.featured button.btn.primary:hover {
    background: #E8A020;
}

.price-sec-1 .card.featured button.btn.primary {
    border: none !important;
}

.price-sec-banner {
    padding-top: 166px !important;
}

.price-sec-1 {
    padding-top: 100px;
    padding-bottom: 50px;
}

.card:hover {
    transform: translateY(-10px);
    transition: .5s;
}

.price-sec-banner .info-box-subtitle.subtitle-color-default.wd-fontsize-xs.subtitle-style-default {
    font-family: "Manrope", sans-serif;
    letter-spacing: .35em;
    text-transform: uppercase;
    color: var(--primary);
    font-size: 0.8rem;
    font-weight: 700;
}

.price-sec-banner h2.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-size: 60px;
    font-family: 'Playfair Display';
}

.price-sec-banner h2.info-box-title.title.box-title-style-default.wd-fontsize-m strong {
    color: #fc9f30;
}

.sec-price-4 .info-svg-wrapper {
    width: 30px !important;
    height: 30px !important;
}

.sec-price-4 .info-svg-wrapper img {
    filter: brightness(0);
}

.sec-price-4 .wd-info-box {
    text-align: center;
    margin-bottom: 0 !important;
    gap: 30px;
}

.sec-price-4 .wd-info-box h3.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-size: 18px;
    font-family: 'Playfair Display';
    padding-bottom: 4px;
}

.sec-price-4 .wd-info-box p {
    font-size: 14px;
    color: #7e7e7e;
}

.sec-price-4  .info-box-icon {
    background: #FC9F30;
    padding: 11px;
    border-radius: 10px;
}

.sec-price-4 {
    padding-block: 110px;
}

.price-sec-2 .info-box-subtitle.subtitle-color-default.wd-fontsize-xs.subtitle-style-default {
    text-transform: uppercase;
    color: #0b121a;
    font-size: 0.8rem;
    font-weight: 700;
    background-color: #E3912E;
    display: inline-flex;
    padding-inline: 15px;
    padding-block: 5px;
    border-radius: 15px;
    position: relative;
    align-items: center;
    gap: 9px;
    font-family: 'Manrope';
    letter-spacing: 1px;
}

.price-sec-2 .info-box-subtitle.subtitle-color-default.wd-fontsize-xs.subtitle-style-default::before {
    content: '';
    background: url(/wp-content/uploads/2026/06/user.svg);
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: cover;
}

.price-sec-2 h2.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-size: 52px;
    font-family: 'Playfair Display';
    padding-top: 5px;
    padding-bottom: 10px;
}

.price-sec-2 p {
    font-size: 15px;
    padding-bottom: 5px;
}

.price-sec-2 .btn-row .wpb_wrapper .wd-button-wrapper:first-child a {
    background: #0B121A;
    font-size: 13px;
    padding-inline: 20px;
    height: auto;
}

.price-sec-2 .btn-row .wpb_wrapper .wd-button-wrapper:first-child a img {
    width: 15px;
}

.price-sec-2 .btn-row .wpb_wrapper .wd-button-wrapper:last-child a {
    background: #FEE1C1;
    height: auto;
    color: #000;
    font-size: 13px;
    border: 1px solid #d3d3d3;
}

.preg-2 {
    padding-top: 0px !important;
    padding-bottom: 100px !important;
}

.preg-2.after-extra-2.sec-extra-3 .wd-info-box {
    background: none !important;
}

.preg-1 {
    padding-block: 50px !important;
}

.preg-1 .vc_row.wpb_row.vc_row-fluid {
    width: 90%;
    margin: auto;
}

.preg-1 .vc_row.wpb_row.vc_row-fluid .info-box-icon {
    background: none !important;
    padding: 0px;
}

.preg-1 .vc_row.wpb_row.vc_row-fluid .info-box-icon .info-svg-wrapper {
    width: 30px !important;
    height: 30px !important;
}

.preg-1.sec-extra-3 .wd-info-box h3.info-box-title.title.box-title-style-default.wd-fontsize-m {
    padding-top: 0px;
}

.preg-1 .vc_row.wpb_row.vc_row-fluid .info-box-icon .info-svg-wrapper img {
    filter: brightness(0) saturate(100%) invert(76%) sepia(12%) saturate(5842%) hue-rotate(336deg) brightness(101%) contrast(98%);
}

body section.vc_section.sec-extra-3.about-3.ser-4.preg-5 {
    background: #FFF3D9 !important;
    padding-top: 100px;
    padding-bottom: 40px !important;
}

body section.vc_section.sec-extra-3.about-3.ser-4.preg-5 ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    font-family: 'Manrope';
    color: color-mix(in oklab,var(--ink) 65%,transparent);
}

.preg-1 .vc_row.wpb_row.vc_row-fluid .wd-info-box {
    padding-bottom: 30px;
}

.preg-1 .vc_row.wpb_row.vc_row-fluid .wd-info-box {
    border: 1px solid #fc9e2f;
}

.preg-6 {
    padding-bottom: 0px !important;
}

.preg-7 {
    background: #FFF0D3 !important;
}

.inner-area-1 h1 {
    margin-bottom: 30px;
}

.inner-area-1 p {
    font-size: 16px;
}

.inner-area-1.about-1 .wpb_text_column.wpb_content_element p:first-child {
    padding-bottom: 10px;
}

.inner-area-9 h2 {
    font-size: 40px;
}

.area-inner2 {
    background: #FFF0D2;
    padding-block: 100px;
}

.area-inner2 h2 {
    font-size: 40px;
}

.area-inner2 .wd-info-box {
    background: #fff;
    padding: 20px;
    border-radius: 25px;
    border: 1px solid #E8E4DD;
    transition: 0.5s;
}

.area-inner2 .wd-info-box .info-box-subtitle.subtitle-color-default.wd-fontsize-xs.subtitle-style-default {
    font-family: 'Manrope';
    font-size: 13px;
    color: #ffac11;
}

.area-inner2 .wd-info-box h3.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-weight: 400;
    font-size: 15px;
    font-family: 'Manrope';
}

.area-inner2 .wd-info-box .info-svg-wrapper {
    width: 20px !important;
    height: 20px !important;
}

.area-inner3 .wd-info-box {
    flex-direction: row-reverse;
}

.area-inner3 .wd-info-box .info-box-subtitle.subtitle-color-default.wd-fontsize-xs.subtitle-style-default {
    display: none !important;
}

.area-inner3 .wd-info-box h3.info-box-title.title.box-title-style-default.wd-fontsize-m {
    margin: 0px !important;
}

.area-inner2 .wd-info-box:hover {
    border-color: #ffac55;
}

.area-inner2 .wd-info-box img {
    filter: brightness(0) saturate(100%) invert(45%) sepia(6%) saturate(349%) hue-rotate(164deg) brightness(95%) contrast(91%);
}

.area-inner2 p a , .area-inner2  a {
    color: #FFAC11;
}

.area-inner3 {
    background: none !important;
    padding-bottom: 70px;
}

.area-inner4 {
    background: #fff0d2 !important;
}

.area-inner4 .wd-info-box p {
    font-size: 15px;
}

.area-inner4 .wd-info-box h3.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-family: 'Manrope';
}

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

.inner-area-6 .wpb_text_column.wpb_content_element {
    margin-bottom: 40px;
}

.inner-area-6 .wd-info-box {
    border: 1px solid #E8E4DD;
    padding-block: 30px;
    padding-inline: 30px;
    border-radius: 20px;
    min-height: 189px;
}

.inner-area-6 .wd-info-box .info-box-subtitle.subtitle-color-default.wd-fontsize-xs.subtitle-style-default {
    display: none !important;
}

.inner-area-6 .wd-info-box h3.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-size: 25px;
    font-family: 'Playfair Display';
}

.inner-area-7 {
    background: #FFF1D3;
    padding-block: 100px 100px!important;
}

.inner-area-7 .wd-info-box {
    background: #fff;
    min-height: 226px;
    padding: 30px;
    border-radius: 20px;
}

.inner-area-7 .wd-info-box .info-box-subtitle.subtitle-color-default.wd-fontsize-xs.subtitle-style-default {
    font-size: 35px;
    font-family: 'Playfair Display';
    color: #ffc430;
}

.inner-area-7 .wd-info-box h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-size: 23px;
    font-family: 'Playfair Display';
}

.inner-area-7 .wd-info-box  p {
    font-family: 'Manrope';
    font-size: 16px;
}

.inner-area-7 img.vc_single_image-img.attachment-full {
    border-radius: 30px;
}

.inner-area-7 .wpb_text_column.wpb_content_element {
    margin-bottom: 50px;
}

.inner-area8 ul li::before {
    content: '';
    background: url(/wp-content/uploads/2026/06/sparkle.svg);
    width: 20px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    filter: brightness(0) saturate(100%) invert(83%) sepia(42%) saturate(2641%) hue-rotate(336deg) brightness(100%) contrast(103%);
}

.inner-area8 ul li {
    list-style: none;
    display: flex;
    gap: 10px;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.4;
    color: 
color-mix(in oklab, var(--ink) 65%, transparent);
    font-family: 'Manrope';
}

.inner-area8 ul {
    padding: 0px;
}

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

.inner-arealastsec h2 {
    font-size: 41px;
}

.inner-arealastsec p {
    font-size: 18px;
}

.single-post .wd-content-area.site-content {
    padding-top: 184px;
    width: 70%;
    margin-inline: auto;
    padding-bottom: 110px !important;
    position: relative;
    z-index: 2;
}

.single-post .wd-content-area.site-content h1.wd-entities-title.wd-post-title.title {
    font-size: 45px;
    text-align: left;
    font-family: 'Playfair Display';
    color: #000;
}

.single-post .wd-content-area.site-content .wd-post-cat.wd-style-with-bg {
    width: 100%;
    text-align: left;
    margin-inline: 0 auto;
    background: none !important;
    padding-inline: 0px;
}

.single-post .wd-content-area.site-content .wd-post-cat.wd-style-with-bg a {
    color: #ffb62a;
    font-family: 'Manrope';
    font-size: 16px;
    text-transform: capitalize;
}

.single-post .wd-content-area.site-content .wd-post-meta {
    width: 100%;
    justify-content: start;
}

.single-post .wd-content-area.site-content .wd-post-meta .wd-post-author.wd-meta-author {
    display: none !important;
}

.single-post .wd-content-area.site-content h3 {
    font-size: 30px;
    font-family: 'Playfair Display';
    color: #000;
}

.single-post .wd-content-area.site-content ul li {
    font-weight: 400;
    font-size: 17px;
    line-height: 1.4;
    color: 
color-mix(in oklab, var(--ink) 65%, transparent);
    font-family: 'Manrope';
}

.single-post .wd-content-area.site-content ul li strong , .single-post .wd-content-area.site-content p strong {
    color: #000;
}

.single-post .wd-content-area.site-content h2 {
    font-size: 45px;
}

.single-post .wd-content-area.site-content .wd-page-nav.wd-design-1 {
    display: none !important;
}

.single-post .wd-content-area.site-content .wd-single-footer {
    display: none !important;
}

.single-post .wd-content-area.site-content .wpb_text_column.wpb_content_element {
    margin-bottom: 0px !important;
}

.single-post .wd-content-area.site-content input#submit {
    background: #fc9f30;
    text-transform: capitalize;
    border-radius: 100px;
    font-size: 16px;
    border: none !important;
    box-shadow: none !important;
    padding-inline: 50px;
    padding-block: 21px;
}

.blog-1 {
    padding-block: 100px;
}

.wd-post-content.article-body-container {
    background: none !important;
    text-align: left;
}

.wd-post-inner.article-inner {
    box-shadow: none !important;
}

h3.wd-post-title.wd-entities-title.title.post-title {
    text-align: left;
    font-size: 31px;
    width: 100%;
    font-family: 'Playfair Display';
    color: #000;
    line-height: 1.3;
}

.wd-post-read-more.wd-style-link.read-more-section {
    width: 100%;
    text-transform: capitalize;
    font-size: 15px;
    font-family: 'Manrope';
}

.wd-post-excerpt.entry-content {
    font-size: 16px;
    font-family: 'Manrope';
}

.wd-post-content.article-body-container {
    background: #FFFAE8 !important;
    border: 1px solid #E9E5DE;
    border-radius: 30px !important;
    padding-inline: 50px !important;
    padding-block: 90px 50px !important;
}

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

.wd-post-read-more.wd-style-link.read-more-section a {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.wd-post-inner.article-inner .wd-post-cat.wd-style-with-bg.meta-post-categories {
    width: 100%;
    background: none !important;
    padding: 0px !important;
}

.wd-post-inner.article-inner .wd-post-cat.wd-style-with-bg.meta-post-categories a {
    color: #febc40 !important;
    text-transform: capitalize;
    font-size: 14px;
    font-family: 'Manrope';
}

.single-post .wd-page-content.main-page-wrapper {
    position: relative;
}

.page-id-17 .section-1 img.vc_single_image-img.attachment-full {
    rotate: 0deg;
}

.page-id-17 .pre-foot .vc_row.wpb_row.vc_row-fluid .btn.theme-btn {
    /* display: none; */
}

.policy-page {
    padding-top: 160px;
    padding-bottom: 50px;
}

.policy-page h1 {
    font-size: 45px;
}

.policy-page h2 {
    font-size: 30px;
}

.policy-page  .wpb_text_column.wpb_content_element {
    width: 60%;
    margin-inline: auto;
}

.policy-page p , .policy-page ul li {
    font-size: 17px;
    color: color-mix(in oklab, var(--ink) 65%, transparent);
    font-family: 'Manrope';
}

.policy-page p a {
    color: #fc9f30;
}

strong.heading {
    font-style: normal;
    font-size: 35px;
    color: color-mix(in oklab, var(--ink) 65%, transparent);
}

.blog-banner h1.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-size: 58px;
    font-family: 'Playfair Display';
    line-height: 1;
    margin-bottom: 25px;
    padding-top: 5px;
}

.footer-sidebar .footer-column-5 p br {
    display: block !important;
}

.footer-sidebar .footer-column-5 p {
    line-height: 1.9;
}

.info-contact .info-svg-wrapper {
    width: 20px !important;
    height: 20px !important;
}

.info-contact {
    padding-top: 20px;
}

.info-contact p {
    color: color-mix(in oklab,var(--ink) 55%,transparent);
    font-size: 15px;
    line-height: 1.2;
}

.info-contact .info-svg-wrapper img {
    filter: brightness(0) saturate(100%) invert(58%) sepia(0%) saturate(1074%) hue-rotate(53deg) brightness(91%) contrast(85%) !important;
}

@media (max-width: 1350px){
    p {
    font-size: 14px !important;
}

h3 {
    font-size: 30px !important;
}

h1 {
    font-size: 50px !important;
}

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

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

h2 {
    font-size: 35px !important;
}

.sec-extra-3 .wd-info-box h3.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-size: 20px !important;
}

.sec-extra-3 a.btn.btn-style-default.btn-shape-rectangle.btn-size-default.btn-icon-pos-right {
    font-size: 12px;
}

.wd-testimon-text.reset-last-child {
    font-size: 14px;
}

.about-sec-6 .wd-accordion .wd-accordion-title-text span {
    font-size: 18px;
}

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

.footer-column .menu-item a {
    font-size: 13px;
}

.foot-uls a {
    font-size: 13px;
}

.footer-sidebar .footer-column-5 p a {
    font-size: 13px;
}

span.nav-link-text {
    font-size: 14px;
}

.card-title {
    font-size: 20px !important;
}

p.price {
    font-size: 30px !important;
}

.sec-price-4 .wd-info-box h3.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-size: 20px !important;
}

.about-sec-6 .wd-accordion .wd-accordion-title-text span {
    font-size: 16px !important;
}

    .after-2 .wd-info-box h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-size: 30px;
}

.after-2 .wpb_column.vc_column_container.vc_col-sm-6 ul li {
    font-size: 14px;
}

.after-5 {
    margin-block: 0px !important;
}
	
	li {
    font-size: 14px !important;
}

    .wd-post-excerpt.entry-content {
    font-size: 14px !important;
}

    .single-post .wd-content-area.site-content {
    padding-top: 130px !important;
}

.single-post .wd-content-area.site-content h1.wd-entities-title.wd-post-title.title {
    font-size: 30px !important;
    width: 100%;
}

.single-post .wd-content-area.site-content h3 {
    font-size: 25px !important;
}
}

@media (max-width: 999px){
    .section-1 {
    padding-block: 60px 30px !important;
}

h1.font-serif.text-5xl.leading-\[0\.95\].text-ink.md\:text-7xl {
    font-size: 28px !important;
}

h3 {
    font-size: 23px !important;
}

.btn-row .wpb_wrapper {
    flex-direction: column;
}

.section-1 .btn.theme-btn {
    width: 100%;
}

.sec-extra-2 {
    padding-block: 60px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 70px;
}

.sec-extra-2 .wpb_column.vc_column_container.vc_col-sm-3 {
    width: 50%;
}

.sec-2 .wd-info-box {
    padding: 20px;
    min-height: auto;
}

.sec-2 {
    padding-bottom: 50px;
}

.sec-extra-3 {
    display: flex;
    flex-wrap: wrap;
    padding-block: 40px !important;
}

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

.sec-extra-3 .wd-info-box p {
    min-height: 100px;
}

.sec-extra-3 .vc_row.wpb_row.vc_row-fluid {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}

.sec-3 {
    padding-block: 60px !important;
}

.sec-3 .wpb_column.vc_column_container.vc_col-sm-6:last-child {
    padding-left: 0;
}

.sec-3 .wpb_column.vc_column_container.vc_col-sm-6:last-child a.btn.btn-style-default.btn-shape-rectangle.btn-size-default.line-btn {
    font-size: 14px;
}

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

.sec-4 .vc_row.wpb_row.vc_inner.vc_row-fluid {
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: column; */
}

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

.sec-4 .vc_row.wpb_row.vc_inner.vc_row-fluid h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-size: 22px;
}

.sec-4 .vc_row.wpb_row.vc_inner.vc_row-fluid p {
    font-size: 11px !important;
}

.sec-4 a.btn.btn-style-default.btn-shape-rectangle.btn-size-default.btn.theme-btn {
    font-size: 13px;
}

.wd-testimon-text.reset-last-child {
    min-height: auto;
}

body .sec-6 {
    padding-block: 40px !important;
}

h2 {
    font-size: 25px !important;
}

.wd-accordion {
    width: 100%;
}

.sec-5 .wd-info-box .wd-button-wrapper {
    position: unset;
}

.sec-5 .wd-info-box .wd-button-wrapper a::before {
    width: 30px;
    height: 30px;
    font-size: 13px;
}

.wd-copyrights .wd-col-end.reset-last-child {
    justify-content: center;
}
}

@media (max-width: 768px){
    .home .section-1 h1.font-serif.text-5xl.leading-\[0\.95\].text-ink.md\:text-7xl {
    margin-bottom: 10px;
    line-height: 1;
}
	
	.wa__btn_popup {
    bottom: 30px !important;
}

    .wa__btn_popup {
    bottom: 30px !important;
}

    strong.heading {
    font-size: 20px;
    line-height: 1.1;
}

h3 {
    font-size: 20px !important;
}

p br {
    display: none !important;
}

.btn.theme-btn {
    min-height: auto !important;
    height: auto !important;
}

.btn.theme-btn {
    padding-block: 12px;
}

.btn-row .wpb_wrapper .wd-button-wrapper:first-child a {
    padding-block: 8px;
}

.section-1 {
    padding-bottom: 50px !important;
}

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

.sec-extra-2 .wpb_column.vc_column_container.vc_col-sm-3:not(:last-child)::before {
    display: none;
}

.sec-extra-2 {
    row-gap: 20px;
    margin-bottom: 40px !important;
}

.sec-extra-2 .wd-info-box {
    flex-direction: column;
    text-align: center;
}

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

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

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

.sec-2 .wd-info-box {
    margin-bottom: 20px !important;
}

.sec-2 {
    padding-bottom: 30px !important;
}

.sec-extra-3 .wpb_text_column.wpb_content_element {
    margin-bottom: 30px !important;
}

p {
}

span.sub-heading {
    font-size: 11px !important;
}

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

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

.sec-3 {
    flex-direction: column;
    row-gap: 20px;
    padding-top: 30px !important;
    padding-bottom: 20px !important;
}

.sec-4 {
    flex-direction: column;
    row-gap: 20px;
    padding-bottom: 25px;
}

.sec-4 .vc_row.wpb_row.vc_inner.vc_row-fluid h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-size: 31px;
}

.sec-4 .wd-info-box {
    padding: 0;
    border: none !important;
}

.sec-4 .vc_row.wpb_row.vc_inner.vc_row-fluid {}

.sec-4 .vc_row.wpb_row.vc_inner.vc_row-fluid .wpb_column.vc_column_container.vc_col-sm-6 {
    width: 50%;
}

h2 br {
    display: none;
}

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

body .sec-6 {
    padding-bottom: 20px !important;
}

body .about-sec-6 {
    padding-block: 40px !important;
}

.about-sec-6 .wpb_text_column.wpb_content_element {
    padding-bottom: 0px !important;
}

.about-sec-6 .wd-accordion .wd-accordion-title-text span {
    font-size: 14px !important;
}

.wd-accordion-content p {
    font-size: 13px !important;
}

.sec-5 .wd-info-box {
    margin-bottom: 20px !important;
}

.about-sec-4 {
    margin-top: 20px !important;
    margin-inline: 0;
    padding-inline: 10px;
    margin-bottom: 40px;
}

.about-sec-4 {}

.about-sec-4 ul li {
    width: 100%;
}

.about-sec-4 ul li a {
    width: 100%;
    font-size: 13px;
}

.pre-foot .vc_row.wpb_row.vc_row-fluid {
    padding-block: 50px !important;
    margin-bottom: 40px !important;
}

.pre-foot {
    margin: 0;
}

.pre-foot .vc_row.wpb_row.vc_row-fluid .btn.theme-btn {
    font-size: 13px;
    padding-block: 15px;
}

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

.footer-sidebar p {
    text-align: center;
}

.wd-social-icons.wd-style-default.wd-size-default.social-follow.wd-shape-circle.text-center {
    text-align: center;
    justify-content: center !important;
}

.wd-copyrights .wd-col-end.reset-last-child {
    flex-wrap: wrap;
}

.wd-copyrights .wd-col-end.reset-last-child a {
    font-size: 12px;
}

.wd-col-start.reset-last-child {
    font-size: 12px;
}
	
	h2 {
    font-size: 21px !important;
}

    .footer-column.footer-column-3.wd-grid-col {
    padding-left: 0px;
    text-align: center;
}

.footer-column {
    text-align: center;
}

.foot-uls p {
    justify-content: center;
}

    .section-1 h1.font-serif.text-5xl.leading-\[0\.95\].text-ink.md\:text-7xl {
    margin-bottom: 18px;
}

p {
    font-size: 13px !important;
    width: 100% !important;
}

.about-2 .wpb_column.vc_column_container.vc_col-sm-6 {
    width: 100% !important;
}

.about-2 {
    padding-bottom: 0px !important;
}

.about-3.sec-extra-3 .wd-info-box {
    margin-bottom: 20px !important;
}

.about-3.sec-extra-3 .vc_row.wpb_row.vc_row-fluid {
    gap: 0px;
}

.about-3.sec-extra-3 .wd-info-box .info-svg-wrapper {
    width: 28px !important;
    height: 25px !important;
}

.about-4 {
    padding-block: 30px !important;
}

body .about-4.sec-extra-2 .wd-info-box h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-size: 25px !important;
}

.about-5 .wd-info-box p.mt-5.text-base.leading-relaxed.text-ink\/70 {
    width: 100%;
}

.about-5 {
    padding-bottom: 50px;
}

.about-6 {padding-top: 40px !important;padding-bottom: 0px !important;}

.about-6 p {
    width: 100%;
    font-family: 'Manrope';
}

.about-6 h5 {
    font-size: 15px;
}

.sec-extra-3 .wd-info-box h3.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-size: 18px !important;
}

    .ser-inner-1 .wd-list {
    flex-wrap: wrap;
    row-gap: 10px;
}

.ser-inner-1 .wd-list span.wd-list-content.list-content {
    font-size: 13px;
}

.about-1 .wpb_text_column.wpb_content_element span.sec-1-head {
    font-size: 11px;
}

.about-1 .wpb_text_column.wpb_content_element a {
    font-size: 11px;
}

.ser-2 {
    row-gap: 0px !important;
    padding-bottom: 50px !important;
}

.ser-4.about-3.sec-extra-3 .wd-info-box {
    min-height: auto;
}

.ser-6 {
    padding-block: 40px !important;
}

.ser-6 .info-box-subtitle.subtitle-color-default.wd-fontsize-xs.subtitle-style-default {
    font-size: 14px !important;
}

.vc_row.wpb_row.vc_row-fluid.about-sec-4.ser-7 {
    padding-block: 40px !important;
}

.ser-7 .wd-button-wrapper a.btn.btn-style-link.btn-shape-rectangle.btn-size-default.btn-icon-pos-right {
    font-size: 14px;
}

body .ser-8 {
    padding-top: 0px !important;
    row-gap: 20px;
}
	
	.wd-sub-menu li>a {
    font-size: 13px !important;
}

    .sol-main .wpb_column.vc_column_container.vc_col-sm-6 {
    padding-bottom: 0px !important;
}

.sol-2 {
    padding-top: 40px !important;
    margin: 0;
    padding-bottom: 20px;
}

.sol-2 .vc_row.wpb_row.vc_row-fluid {
    padding: 15px 0px;
}

.wpb_text_column.wpb_content_element.text-pink {
    padding: 10px 30px;
}

.wpb_text_column.wpb_content_element.text-pink div strong {
    font-size: 13px;
}

.wpb_text_column.wpb_content_element.text-pink div {
    font-size: 14px;
}

.sol-2 .vc_row.wpb_row.vc_row-fluid p {
    padding-top: 20px;
}

.sol-2 .vc_row.wpb_row.vc_row-fluid ul li {
    font-size: 11px !important;
}

.sol-2 .vc_row.wpb_row.vc_row-fluid:nth-child(2) .wpb_text_column.wpb_content_element.text-pink {
    margin-top: 30px;
}

.about-5 {
    padding-top: 50px;
}

.btn-row .wpb_wrapper .wd-button-wrapper a {
    width: 100%;
}

.sol-2 .vc_row.wpb_row.vc_row-fluid:nth-child(4) .wpb_text_column.wpb_content_element.text-pink {
    margin-top: 30px;
}

    .price-sec-banner {
    padding-top: 90px !important;
}

.price-sec-1 {
    padding-top: 40px !important;
    padding-bottom: 0px !important;
}

.features li {
    font-size: 13px !important;
}

.price-sec-2 .btn-row .wpb_wrapper .wd-button-wrapper:first-child a {
    padding-block: 14px;
}

.sec-price-4 {
    padding-block: 50px 30px;
}

.sec-price-4 .wd-info-box {
    margin-bottom: 20px !important;
}
	
	.area-1 .wd-entry-content ul {
    flex-wrap: wrap;
}

.area-1 .wd-entry-content ul li a {
    font-size: 10px;
}

.area-1 .wd-entry-content ul li {
    width: 47%;
}

.area-1 {
    padding-bottom: 10px;
}

.area-2 {
    padding-bottom: 20px !important;
}

.area-1 .wd-nav-tabs li span.nav-link-text.wd-tabs-title {
    font-size: 12px;
}

    .prepration-1 {
    padding-top: 40px;
    padding-bottom: 0px;
}

.prepration-2 .wd-info-box h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-size: 20px;
}

.prepration-3 {
    margin-top: 10px;
    padding-block: 40px 10px!important;
}

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

.prepration-3 .wpb_column.vc_column_container.vc_col-sm-6 h2 {
    font-size: 20px !important;
}

.wpb_text_column.wpb_content_element.prepration-3text {
    padding-inline: 30px !important;
    padding-block: 30px !important;
}

.prepration-5 {
    padding-block: 50px 0px !important;
}

.prepration-5 .wpb_column.vc_column_container.vc_col-sm-6 .wd-info-box {
    padding: 20px !important;
    min-height: auto;
}

.prepration-5 h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-size: 20px !important;
}

.prepration-6 {
    margin-top: 20px !important;
    padding-inline: 10px !important;
    margin-inline: 0;
    margin-bottom: 40px !important;
}

.prepration-6 .wpb_column.vc_column_container.vc_col-sm-4 .wpb_text_column.wpb_content_element h2 {
    font-size: 16px !important;
}

.prepration-6 .wpb_text_column.wpb_content_element {
    margin-bottom: 30px;
}

.prepration-6 .wpb_column.vc_column_container.vc_col-sm-4 .wpb_text_column.wpb_content_element ul li {
    font-size: 13px !important;
}

.prepration-7 .btn.theme-btn {
    font-size: 19px;
}

.prepration-7 .btn.theme-btn img {
    width: 19px;
}

body .prepration-7 {
    padding-bottom: 40px !important;
}

    .after-extra-2.sec-extra-3 .wd-info-box p {
    min-height: auto;
}

.after-2 {
    padding-block: 40px !important;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.after-2 .wd-info-box {
    min-height:  auto !important;
    padding-block: 20px;
    padding-inline: 20px;
}

.after-2 .wpb_column.vc_column_container.vc_col-sm-6 ul li {
    font-size: 13px !important;
}

.after-2 .wd-info-box h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-size: 25px !important;
}

.about-3.sec-extra-3 .vc_row.wpb_row.vc_row-fluid {
    margin-inline: 0px !important;
    width: 100%;
}

.about-3.sec-extra-3 .vc_row.wpb_row.vc_row-fluid:last-child .wpb_column.vc_column_container.vc_col-sm-12 > .vc_column-inner {
    padding-inline:  !important;
}

.after-extra-3 .vc_row.wpb_row.vc_inner.vc_row-fluid:last-child .vc_column-inner {
    padding: 0;
}

.after-extra-3 {
    padding-bottom: 0px !important;
}

body .after-4 {
    padding-top: 30px !important;
}

    .preg-1 .vc_row.wpb_row.vc_row-fluid {
    margin: 0;
    width: 100%;
}

.preg-1 .vc_row.wpb_row.vc_row-fluid .vc_column-inner {
    padding: 7.5px;
}

.preg-1 .vc_row.wpb_row.vc_row-fluid .wd-info-box {
    flex-direction: column;
}

.preg-1 {
    padding-bottom: 0px !important;
}

.preg-2 {
    padding-top: 30px !important;
}

body section.vc_section.sec-extra-3.about-3.ser-4.preg-5 ul li {
    font-size: 13px !important;
}

body section.vc_section.sec-extra-3.about-3.ser-4.preg-5 {
    padding-bottom: 20px !important;
}

.preg-7 {
    margin-bottom: 50px !important;
}

    .blog-1 {
    padding-block: 40px 10px !important;
}

.wd-post-content.article-body-container {
    padding: 60px 30px 30px !important;
}

    .wd-post-read-more.wd-style-link.read-more-section a {
    font-size: 13px;
}
	
	.single-post .wd-content-area.site-content {
    width: 100%;
    padding-top: 110px !important;
    padding-bottom: 50px !important;
}

.single-post .wd-content-area.site-content h1.wd-entities-title.wd-post-title.title {
    font-size: 20px !important;
}

.single-post .wd-content-area.site-content .wd-post-cat.wd-style-with-bg {
}

.single-post .wd-content-area.site-content .wd-post-cat.wd-style-with-bg a {
    font-size: 14px;
}

.single-post .wd-content-area.site-content h3 {
    font-size: 20px !important;
}

.single-post .wd-content-area.site-content ul li {
    font-size: 13px !important;
}

.single-post .wd-content-area.site-content input#submit {
    font-size: 13px;
    padding: 10px 30px;
}

.policy-page {
    padding-block: 90px 10px !important;
}

.policy-page .wpb_text_column.wpb_content_element {
    width: 100%;
}

.policy-page .wpb_text_column.wpb_content_element h1.font-serif.text-5xl.text-ink.md\:text-6xl {
    font-size: 24px !important;
}

.policy-page p, .policy-page ul li {
    font-size: 13px !important;
}

.sec-extra-2 .wpb_column.vc_column_container.vc_col-sm-3 {
    width: 50%;
}

.sec-extra-2 .wd-info-box h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-size: 15px !important;
}

.pricing-wrap {
    grid-template-columns: repeat(auto-fit, minmax(100%, 0fr));
}

    h1 {
    font-size: 25px !important;
    line-height: 1.1;
    margin-bottom: 19px;
}

.contact-sec-1 {
    padding-block: 30px 40px;
}

.contact-sec-1 .wd-info-box h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-size: 20px !important;
}

.contact-sec-1 .wd-info-box p a {
    font-size: 16px;
}

.contact-sec-1 .wd-info-box p br {
    display: block !important;
}

.contact-sec-1 .wd-info-box::before {
    display: none;
}

.contact-sec-1 .wd-info-box {
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #d3d3d3 !important;
    min-height: auto;
}

.contact-sec-1 .wd-info-box p a {
    font-size: 14px;
    line-height: 1.9;
}

.contact-sec2 {
    row-gap: 20px;
    padding-bottom: 40px !important;
}

.wpforms-field-container input {
    height: 48px !important;
    font-size: 14px !important;
}

.wpforms-field-container input::placeholder , .wpforms-field-container textarea::placeholder {
    font-size: 12px;
    color: #cbcbcb;
}

.wpforms-field-container textarea {
    font-size: 14px !important;
}

button#wpforms-submit-634 {
    height: 45px;
    font-size: 14px;
}

.contact-sec-1 .info-svg-wrapper {
    width: 40px !important;
    height: 40px !important;
}
	
	.page-id-17 .btn-row .wpb_wrapper .wd-button-wrapper:first-child a {
    height: 40px !important;
}
	
	.whb-general-header-inner .wd-logo img {
    max-width: 130px !important;
    width: 130px !important;
}
	
.footer-column img.image.wp-image-782.attachment-full.size-full {
    width: 190px !important;
}
}

/* ── Footer agency credit (Developed By: Techno Tweak) ───────────────────────
   Make the copyrights bottom row a 3-column layout: copyright | credit | links.
   Scoped to .wd-copyrights so no other grid is affected. */
.wd-copyrights.wd-layout-two-columns .container.wd-grid-g {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 8px 20px;
}
.wd-copyrights .wd-col-start  { justify-self: start; }
.wd-copyrights .tt-credit     { justify-self: center; }
.wd-copyrights .wd-col-end    { justify-self: end; }

.tt-credit {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.72); /* brighten only the "Developed By:" credit text */
}
.tt-credit .tt-credit-link {
    display: inline-flex;
    align-items: center;
    line-height: 0;
}
.tt-credit img {
    max-height: 30px;
    width: auto;
    height: auto;
    display: block;
    /* Logo is already white (transparent PNG) — no filter/background needed on the dark footer. */
}

/* Stack cleanly on mobile: copyright, credit, links — all centered. */
@media (max-width: 768px) {

    .wa__btn_popup {
    bottom: 20px !important;
}

.wa__btn_popup .wa__btn_popup_icon {
    padding: 17px !important;
    width: 10px !important;
    height: 10px !important;
}

.wa__btn_popup_txt span {
    font-size: 10px;
}

.wa__btn_popup .wa__btn_popup_txt {
    width: 132px !important;
    padding-block: 4px !important;
}

.wa__btn_popup .wa__btn_popup_icon:before {
    width: 30px !important;
    height: 20px !important;
    background-size: contain !important;
    background-position: center !important;
    margin: auto !important;
    top: 0px !important;
    bottom: 0px !important;
    left: 0 !important;
    right: 0px !important;
}

    .wd-copyrights.wd-layout-two-columns .container.wd-grid-g {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
        row-gap: 12px;
    }
    .wd-copyrights .wd-col-start,
    .wd-copyrights .tt-credit,
    .wd-copyrights .wd-col-end { justify-self: center; }
}

/* ── Footer top columns: balanced widths on desktop only ─────────────────────
   WoodMart renders 6 equal columns (each span 2 of a 12-track grid) and the
   6th is empty. Rebalance into 5 proportional tracks — wider logo/About and
   Contact (WhatsApp), compact Services/Company/Location — and hide the empty
   trailing column. Scoped to >=1025px so WoodMart's tablet/mobile stacking is
   untouched. */
@media (min-width: 1025px) {
    .wd-footer .footer-sidebar.wd-grid-g {
        grid-template-columns: 1.35fr 1fr 0.9fr 0.9fr 1.15fr;
        column-gap: 48px;
    }
    .wd-footer .footer-sidebar .footer-column.wd-grid-col {
        grid-column: auto / span 1; /* each visible column occupies one track */
    }
    .wd-footer .footer-sidebar .footer-column-6 {
        display: none; /* empty trailing column — removes dead space */
    }
}

/* ── Floating WhatsApp widget: move to the bottom-LEFT corner ─────────────────
   The wp-whatsapp plugin (JS) anchors the button (.wa__btn_popup), its tooltip
   label (.wa__btn_popup_txt) and the chat panel (.wa__popup_chat_box) to the
   right via inline styles (no !important). These !important rules re-anchor all
   three to the left. The tooltip label normally sits to the LEFT of the button,
   so it is flipped to the RIGHT to avoid running off the screen edge.
   Size, colour, z-index and bottom offsets are unchanged. */
.wa__btn_popup {
    left: 30px !important;
    right: auto !important;
    bottom: 50px !important;
}
.wa__popup_chat_box {
    left: 30px !important;
    right: auto !important;
}
.wa__btn_popup_txt {
    left: 100% !important;
    right: auto !important;
    margin-left: 7px !important;
    margin-right: 0 !important;
}
@media (max-width: 575px) {
    .wa__btn_popup,
    .wa__popup_chat_box {
        left: 20px !important;
        right: auto !important;
    }
}

.wa__btn_popup .wa__btn_popup_txt {
    top: 50% !important;
}

.wa__btn_popup {
    bottom: 50px !important;
}

.page-id-17 .pre-foot {
    display: none !important;
}

.page-id-17 .pre-foot.contact-pre {
    display: block !important;
}