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




@font-face {
    font-family: 'Inter';
    src: url('/wp-content/themes/woodmart-child/fonts/Inter-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/wp-content/themes/woodmart-child/fonts/Inter-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/wp-content/themes/woodmart-child/fonts/Inter-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/wp-content/themes/woodmart-child/fonts/Inter-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

html {
  scroll-behavior: smooth;
}

.wd-post-image {width: 100%;text-align: left;}

.gati-card .card-header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  gap: 10px !important;
  margin-bottom: 8px !important;
}

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

.gati-card .header-left {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
}

.gati-card-close {
  background: transparent !important;
  border: none !important;
  color: #94a3b8 !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  padding: 0 !important;
  margin: -4px -2px 0 0 !important;
  cursor: pointer !important;
  outline: none !important;
  box-shadow: none !important;
  width: 24px !important;
  height: 24px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease !important;
  flex-shrink: 0 !important;
}

.gati-card-close:hover {
  color: #ef4444 !important;
  transform: scale(1.1) !important;
}

.gati-card-close:active {
  transform: scale(0.95) !important;
}

.gati-card-close:focus {
  outline: none !important;
  box-shadow: none !important;
}


span.nav-link-text {font-weight: 400;font-size: 14px !important;line-height: 1;color: #021224;font-family: 'Inter';text-transform: capitalize;}

body {
	font-family: 'Inter' !important;
}


ul#menu-main-menu {
    gap: 30px;
    padding-left: 100px;
}

.sec-1 {
    background-size: cover;
    background-repeat: no-repeat;
}

.whb-general-header a.btn.btn-style-default.btn-shape-rectangle.btn-size-default {
    border: 1px solid rgba(2, 18, 36, 0.15) !important;
    border-radius: 10px !important;
    padding: 11px 14px !important;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 1;
    color: #021224;
    text-transform: capitalize;
    font-family: 'Inter';
    min-height: 0;
    background: rgba(2, 18, 36, 0.05) !important;
}

a.btn.btn-style-default.btn-shape-rectangle.btn-size-default.btn.theme-btn.green {
    background: linear-gradient(154deg, #1da871 0%, #76e2e7 100%) !important;
    font-weight: 700;
    border-color: #1da871 !important;
}

section.vc_section {
    padding-top: 0px !important;
}

section.vc_section.sec-1 {
    padding-top: 260px !important;
    padding-bottom: 160px !important;
}

section.vc_section.sec-1 h4 {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #021224;
    font-family: 'Inter';
    font-f]: ;
    display: flex;
    align-items: center;
    gap: 10px;
}

section.vc_section.sec-1 h4::before {
    content: '';
    background: #1DA871;
    width: 7px;
    height: 7px;
    display: block;
    border-radius: 10px;
}

h1 {
    font-weight: 700;
    font-size: 70px;
    line-height: 102%;
    letter-spacing: -0.03em;
    color: #021224;
    font-family: 'Inter';
}

h1 strong {
    background: linear-gradient(164deg, #1da871 0%, #76e2e7 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.sec-1 p {
    font-weight: 400;
    font-size: 18px;
    line-height: 156%;
    color: #5b646f;
}

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

.btn.theme-btn {
    box-shadow: 0 20px 60px -20px rgba(29, 168, 113, 0.45);
    border-radius: 33554400px !important;
    background: linear-gradient(173deg, #1da871 0%, #76e2e7 100%) !important;
    line-height: 1;
    color: #fff;
    font-family: 'Inter';
    padding-block: 19px 17px;
    padding-inline: 21.4px;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    display: inline-flex;
    gap: 13px;
    align-items: center;
    min-height: auto !important;
}

.btn-row .wd-button-wrapper:last-child a {
    backdrop-filter: blur(24px);
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    background: rgba(255, 255, 255, 0.05) !important;
}

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

.btn-row {
    padding-top: 30px;
}

.btn.theme-btn::after {
    content: "\f120";
    font-family: "woodmart-font";
    font-weight: 400;
}

.btn-row .wd-button-wrapper:last-child a::after {
    display: none;
}

.whb-general-header a.btn.btn-style-default.btn-shape-rectangle.btn-size-default::after {
    display: none;
}

.sec-2 {
    background: #021224;
    display: flex;
    align-items: center;
    padding-block: 80px;
}

span.sub-heading {
    font-weight: 700;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #7bcba1;
    font-family: 'Inter';
}

.sec-2 h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: #fff;
    font-family: 'Inter';
}

.sec-2 .btn.theme-btn {
    border-radius: 10px !important;
}

body .sec-3 {
    background: rgba(243, 247, 249, 0.6);
    padding-block: 110px 50px !important;
}

h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: #021224;
    font-family: 'Inter';
}

h2 strong {
    background: linear-gradient(166deg, #1da871 0%, #76e2e7 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #5b646f;
    font-family: 'Inter';
}

.sec-3 .wd-info-box {
    border: 1px solid rgba(91, 100, 111, 0.1);
    border-radius: 20px;
    padding: 19px 20px 20px;
    width: 370px;
    max-width: 370px;
    backdrop-filter: blur(24px);
    background: rgba(91, 100, 111, 0.05);
    margin-inline: auto 0px;
}

.sec-3 .wd-info-box .info-box-subtitle.subtitle-color-default.wd-fontsize-xs.subtitle-style-default {
    font-weight: 400;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(91, 100, 111, 0.6);
}

.sec-3 .wd-info-box h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-weight: 700;
    font-size: 36px;
    letter-spacing: -0.02em;
    color: #021224;
    font-family: 'Inter';
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 21px;
}

.sec-3 .wd-info-box h4.info-box-title.title.box-title-style-default.wd-fontsize-m::before, .sec-3 .wd-info-box h4.info-box-title.title.box-title-style-default.wd-fontsize-m::after {
    content: '';
    background: rgba(91, 100, 111, 0.1);
    width: 100%;
    height: 8px;
    position: absolute;
    bottom: 0;
    border-radius: 10px;
    left: 0;
}

.sec-3 .wd-info-box h4.info-box-title.title.box-title-style-default.wd-fontsize-m::after {
    background: linear-gradient(178deg, #1da871 0%, #76e2e7 100%);
    width: 240px;
}

.sec-3 .wd-info-box p {
    font-weight: 400;
    font-size: 12px;
    color: rgba(91, 100, 111, 0.6);
}

body .sec-3::before {
    content: '';
    border-radius: 33554400px;
    filter: blur(320px);
    background: rgb(118 226 231 / 64%);
    width: 384px;
    height: 384px;
    position: absolute;
    top: 40px;
    right: 0;
}

body .sec-3::after {
    content: '';
    border-radius: 33554400px;
    filter: blur(230px);
    background: rgb(118 226 231);
    width: 200px;
    height: 200px;
    position: absolute;
    bottom: 170px;
    left: 0;
}

body .sec-3 .vc_row.wpb_row.vc_row-fluid.vc_row-o-content-middle.vc_row-flex {
    position: relative;
    z-index: 2;
}

.sec-3 .vc_tta-container {
    padding-top: 30px;
    position: relative;
    z-index: 2;
}

.sec-3 .vc_tta-container li.vc_tta-tab a span.vc_tta-title-text {
    border: 1px solid rgba(91, 100, 111, 0.15) !important;
    border-radius: 33554400px;
    padding: 6px 16px 7px !important;
    background: rgba(91, 100, 111, 0.05) !important;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: rgba(91, 100, 111, 0.7);
    font-family: 'Inter';
}

.sec-3 .vc_tta-tabs-container {
    padding-bottom: 20px;
    border: none !important;
}

.sec-3 .vc_tta-tabs-container ul.vc_tta-tabs-list {
    border: none !important;
    display: flex;
    gap: 10px;
}

.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a:after {
    display: none;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab .vc_tta-title-text:after {
    display: none !important;
}

.sec-3 .vc_tta-container li.vc_tta-tab a {
    padding: 0px !important;
}

.sec-3 li.vc_tta-tab.vc_active a span.vc_tta-title-text {
    border: 1px solid #1da871 !important;
    background: rgba(29, 168, 113, 0.2) !important;
    color: #021224;
}

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

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

.vc_tta-panel-body {
    background: none !important;
}

.vc_tta-panels {
    background: none !important;
    border: none !important;
}

body .tabs-con {background-color: #fff !important;background-image: url(/wp-content/uploads/2026/06/Group-1-e1781141361526.png);background-repeat: no-repeat !important;background-position: center !important;padding-block: 50px 20px;box-shadow: 0 12px 40px 0 rgba(9, 25, 42, 0.08), 0 1px 3px 0 rgba(9, 25, 42, 0.05);border: 1px solid #e0e5e9;border-radius: 24px;}

.sec-3 .tabs-con .wd-info-box {
    margin-inline: 210px auto;
    border: 1px solid #e0e5e9 !important;
    border-radius: 20px !important;
    padding: 15px !important;
    box-shadow: 0 8px 24px 0 rgba(9, 25, 42, 0.06), 0 1px 2px 0 rgba(9, 25, 42, 0.04) !important;
    background: #fff !important;
    width: 392px !important;
    max-width: 402px !important;
    position: relative;
    top: -40px;
}

.sec-3 .tabs-con .wd-info-box .info-box-subtitle.subtitle-color-default.wd-fontsize-xs.subtitle-style-default {
    position: absolute;
    right: 0;
    top: 5px;
    font-weight: 400;
    font-size: 11px !important;
    color: #f6f6f6;
    border-radius: 33554400px;
    padding: 6px 15px;
    background: #e7bc81;
    text-transform: capitalize;
    font-family: 'Inter';
}

.sec-3 .tabs-con .wd-info-box h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #021224;
    margin-bottom: 0px !important;
    padding-bottom: 10px !important;
}

.sec-3 .tabs-con .wd-info-box h4.info-box-title.title.box-title-style-default.wd-fontsize-m::before , .sec-3 .tabs-con .wd-info-box h4.info-box-title.title.box-title-style-default.wd-fontsize-m::after {
    display: none;
}

.inline-p p {
    display: flex;
    justify-content: space-between;
    font-weight: 400 !important;
    font-size: 14px !important;
    color: #5b646f !important;
    align-items: center;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.inline-p p strong {
    color: #021224;
    font-weight: 600;
    font-size: 14px;
}

.inline-p p::before , .inline-p p::after {
    content: '';
    background: rgba(91, 100, 111, 0.1);
    width: 100%;
    height: 8px;
    position: absolute;
    bottom: 0;
    border-radius: 10px;
    left: 0;
}

.sec-3 .wd-info-box p::after {
    background: linear-gradient(90deg, #258b86 0%, #76e2e7 100%);
    width: 158px;
}

.sec-3 .wd-info-box p:last-child::after {
    width: 115px;
}

.sec-4 {
    padding-block: 100px;
    align-items: center;
}

.sec-4 .wpb_single_image.wpb_content_element.vc_align_left figure.wpb_wrapper.vc_figure {
    width: 100%;
}

.sec-4 .wpb_single_image.wpb_content_element.vc_align_left .vc_single_image-wrapper.vc_box_border_grey , .sec-4 .wpb_single_image.wpb_content_element.vc_align_left .vc_single_image-wrapper.vc_box_border_grey img {
    width: 100%;
    padding-top: 10px;
}

.sec-4  .info-box-subtitle.subtitle-color-default.wd-fontsize-xs.subtitle-style-default {
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #1da871;
    padding-bottom: 2px;
    display: flex;
    align-items: center;
}

.sec-4  h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    color: #021224;
    font-family: 'Inter';
}

.sec-4 .info-box-subtitle.subtitle-color-default.wd-fontsize-xs.subtitle-style-default::before {
    content: '';
    background: #021224;
    width: 6px;
    height: 6px;
    display: block;
    border-radius: 30px;
    position: absolute;
    left: -32px;
    top: 2px;
    z-index: 2;
}

.sec-4 .wd-info-box {
    padding-left: 40px;
    margin-bottom: 31px;
}

.sec-4 .info-box-subtitle.subtitle-color-default.wd-fontsize-xs.subtitle-style-default::after {
    background: linear-gradient(135deg, #1da871 0%, #76e2e7 100%);
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    left: -45px;
    border-radius: 30px;
    top: -10px;
}

.sec-4 .wpb_column.vc_column_container.vc_col-sm-6:last-child > .vc_column-inner > .wpb_wrapper {
    position: relative;
    padding-left: 30px;
}

.sec-4 .wpb_column.vc_column_container.vc_col-sm-6:last-child > .vc_column-inner > .wpb_wrapper::before {
    content: '';
    border-left: 2px solid rgba(29, 168, 113, 0.2);
    position: absolute;
    width: 10px;
    height: 94%;
    left: 40px;
}

body .sec-5 {
    padding-block: 100px 110px !important;
    background: rgba(243, 247, 249, 0.6);
}

body .sec-5 .info-svg-wrapper {
    width: 100% !important;
    height: 100%!important;
    object-fit: cover !important;
}

body .sec-5 .wpb_text_column.wpb_content_element {
    padding-bottom: 60px;
}

body .sec-5 .wpb_text_column.wpb_content_element p {
    padding-right: 50%;
}

body .sec-5 .wd-info-box {
    backdrop-filter: blur(24px);
    background: rgba(91, 100, 111, 0.03);
    border: 1px solid rgba(91, 100, 111, 0.1);
    border-radius: 24px;
    gap: 0px !important;
}

body .sec-5 .wd-info-box .info-box-icon {
    width: 100%;
}

body .sec-5 .info-svg-wrapper img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 20px 20px 0px 0px;
}

body .sec-5 .wd-info-box h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-weight: 700;
    font-size: 24px;
    line-height: 133%;
    letter-spacing: -0.03em;
    color: #021224;
    font-family: 'Inter';
}

body .sec-5 .wd-info-box p {
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: #5b646f;
}

body .sec-5 .wd-info-box p a {
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: #7bcba1;
    display: inline-flex;
    gap: 10px;
    margin-top: 8px;
}

body .sec-5 .wd-info-box p a::after {
    content: "\f120";
    font-family: "woodmart-font";
    font-weight: 400;
}

body .sec-5 .wd-info-box .info-box-content {
    padding: 24px !important;
}

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

.sec-6 .wpb_column.vc_column_container.vc_col-sm-5 .wpb_text_column.wpb_content_element {
    background:  rgba(243, 247, 249, 0.6);
    border: 1px solid rgba(91, 100, 111, 0.1);
    border-radius: 20px;
    padding: 20px;
}

.right-text {
    position: absolute;
    right: 30px;
    color: rgba(91, 100, 111, 0.5);
    font-weight: 400;
    font-size: 12px;
    top: 25px;
}

.sec-6 .wpb_column.vc_column_container.vc_col-sm-5 .wpb_text_column.wpb_content_element h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #021224;
    font-family: 'Inter';
    margin-bottom: 15px;
}

.sec-6 .wpb_column.vc_column_container.vc_col-sm-5 .wpb_text_column.wpb_content_element p {
    font-weight: 400;
    font-size: 14px;
}

.numbring {display: flex;justify-content: space-between;}

.numbring div {
    border-radius: 16px;
    padding: 19px 50px;
    background: #fff;
}

.numbring div p {
    display: flex;
    flex-direction: column;
    font-weight: 700 !important;
    font-size: 21px !important;
    line-height: 1.3;
    text-align: center;
    color: #021224;
    row-gap: 3px;
}

.numbring div p strong {
    font-weight: 400;
    font-size: 12px;
}

.sec-6 .info-svg-wrapper {
    height: auto !important;
}

.sec-6  .wd-info-box {
    border: 1px solid #e0e5e9;
    border-radius: 24px;
    background: rgba(243, 247, 249, 0.6) !important;
    margin-bottom: 0px !important;
    min-height: 405px;
}

.sec-6 .info-svg-wrapper img {
    border-radius: 20px 20px 0px 0px;
}

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

.sec-6 .wd-info-box .info-box-subtitle.subtitle-color-default.wd-fontsize-xs.subtitle-style-default {
    position: absolute;
    top: -50px;
    font-weight: 700;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
}

.sec-6 .wd-info-box  .info-box-content {
    padding-inline: 20px;
    padding-bottom: 20px;
}

.edu-boxes {
    display: flex;
    align-items: center;
    gap: 15px;
    border-top: 1px solid #e0e5e9;
    padding: 20px 0px 0px;
    justify-content: space-between;
    margin-top: 20px;
}

.edu-boxes h4 {
    margin-bottom: 0px !important;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(91, 100, 111, 0.5);
}

.sec-6 .wd-info-box p {
    font-weight: 400;
    font-size: 14px;
}

.edu-boxes div a {
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: #1da871;
    display: flex;
    align-items: center;
    gap: 15px;
}

.edu-boxes div a::after {
    content: "\f120";
    font-family: "woodmart-font";
    font-weight: 400;
}

.sec-6 .wd-info-box h3.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #021224;
    font-family: 'Inter';
}

.sec-7 {
    border: 1px solid #e0e5e9;
    border-radius: 24px;
    box-shadow: 0 12px 40px 0 rgba(9, 25, 42, 0.08), 0 1px 3px 0 rgba(9, 25, 42, 0.05);
    background: #fff;
    display: flex;
    align-items: center;
    padding: 40px;
}

.sec-7 h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
}

.sec-7 .wd-button-wrapper:last-child {
    margin-top: 10px;
}

body .sec-7 .wd-button-wrapper:last-child a {
    background: none !important;
    color: #021224;
    box-sha]none: !;
    box-shadow: none !important;
}

body .sec-7 .wd-button-wrapper:last-child a::after {
    display: none;
}

body .sec-7 .wd-button-wrapper a {
    width: 100%;
    border-radius: 10px !important;
    box-shadow: none !important;
}

.tbs-wrap {
    max-width: 100% !important;
}

.tbs-section-title {
    display: none !important;
}

.tbs-featured {
    min-height: 460px !important;
}

.tbs-featured h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 125%;
    letter-spacing: -0.02em;
    color: #fff;
    font-family: 'Inter';
}

span.tbs-date {
    font-weight: 400;
    font-size: 13px !important;
    line-height: 1;
    color: rgba(255, 255, 255, 0.6);
    opacity: 1 !important;
}

span.tbs-eyebrow {
    text-transform: uppercase;
    color: #7bcba1 !important;
    font-family: 'Inter';
}

.tbs-card img {
    width: 120px !important;
    height: 81px !important;
}

a.tbs-card {
    border: 1px solid #e0e5e9;
    border-radius: 20px;
    background: #fff;
}

a.tbs-card span.tbs-date {
    color: #5b646f !important;
}

body .tbs-card-body h3 {
    font-weight: 700;
    font-size: 14px !important;
    font-family: 'Inter';
}

.tbs-sidebar {
	gap: 20px !important;
}

.tbs-layout {
    grid-template-columns: 1fr 470px !important;
}

body .sec-8 {
    padding-block: 100px 80px!important;
    background: rgba(243, 247, 249, 0.6);
    margin-top: 110px;
}

body .sec-8 .vc_tta-container {
    padding-top: 45px;
}

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

body .sec-8 .vc_tta-tabs-container {
    position: absolute !important;
    top: -40px;
    right: 0;
}

body .sec-8 .vc_tta-tabs-container a {
    padding: 0px !important;
}

body .sec-8 .vc_tta-tabs-container span.vc_tta-title-text {
    border: 1px solid #e0e5e9;
    border-radius: 33554400px;
    padding: 9px 17px !important;
    height: 31px;
    display: flex !important;
    align-items: center;
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    color: #5b646f;
    font-family: 'Inter';
    background: #fff !important;
}

body .sec-8 .vc_tta-tabs-container ul.vc_tta-tabs-list {
    display: flex;
    gap: 15px;
}

body .sec-8 .vc_tta-tabs-container li.vc_tta-tab.vc_active span.vc_tta-title-text {
    border: 1px solid #1da871;
    background: rgba(29, 168, 113, 0.1) !important;
    color: #1da871 !important;
}

body .sec-8 .vc_tta-panel-body {
    padding-inline: 0px !important;
}

.sec-9 {
    padding-block: 100px 80px !important;
    display: flex;
    align-items: center;
}

.sec-9 ul.wd-nav.wd-nav-tabs.wd-icon-pos-left.wd-style-default.font-primary.wd-fontsize-s.wd-font-weight-600 {
    border: 1px solid rgba(91, 100, 111, 0.1);
    border-radius: 33554400px !important;
    gap: 20px;
    padding-inline: 8px 19px;
    margin-top: 20px;
}

.sec-9  span.nav-link-text.wd-tabs-title {
    font-weight: 400;
    line-height: 133%;
    text-align: center;
    color: rgba(2, 18, 36, 0.6);
    font-family: 'Inter';
    font-size: 13px !important;
}

.sec-9 .wd-active span.nav-link-text.wd-tabs-title {
    background: linear-gradient(163deg, #1da871 0%, #76e2e7 100%);
    border-radius: 33554400px;
    padding: 6px 16px;
    font-weight: 700;
    color: #fff !important;
}

.sec-9 .wd-entry-content img {
    width: 100%;
    border-radius: 20px;
    margin-top: 10px;
}

.sec-9  .wd-info-box {
    border: 1px solid #e0e5e9;
    border-radius: 20px;
    background: rgba(243, 247, 249, 0.6);
    padding: 21px !important;
    margin-bottom: 15px !important;
}

.sec-9 .wd-info-box .info-svg-wrapper {
    width: 64px !important;
    height: 64px !important;
}

.sec-9-inline {
    display: flex;
    gap: 20px;
    padding-bottom: 13px;
    align-items: center;
}

.event-loc {position: absolute;right: 0;font-weight: 700 !important;font-size: 12px;line-height: 1;color: #1da871 !important;background: rgba(29, 168, 113, 0.15);padding: 7px 14px 7px;border-radius: 33554400px;top: -6px;}

.sec-9 .wd-info-box h3 {
    margin: 0px !important;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #021224;
    font-family: 'Inter';
}

.sec-9-inline div strong {
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: #1da871;
    font-family: 'Inter';
    display: flex;
    align-items: center;
    gap: 7px;
}

.sec-9-inline div strong::before {
    content: url(/wp-content/uploads/2026/06/SVG-5.svg);
}

.sec-9-inline div {
    line-height: 1;
}

.sec-9-inline div {
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: #5b646f;
}

.event-loc.past {
    color: #5b646f !important;
    background: #f3f7f9 !important;
}

.sec-10 {
    background: rgba(243, 247, 249, 0.6);
    padding-left: 0px !important;
    display: flex;
    align-items: center;
    position: relative;
}

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

.sec-10 .wpb_column.vc_column_container.vc_col-sm-6:first-child .vc_column-inner figure.wpb_wrapper.vc_figure {
    width: 100%;
}

.sec-10 .wpb_column.vc_column_container.vc_col-sm-6:first-child .vc_column-inner .vc_single_image-wrapper.vc_box_border_grey , .sec-10 .wpb_column.vc_column_container.vc_col-sm-6:first-child .vc_column-inner .vc_single_image-wrapper.vc_box_border_grey img {
    width: 100%;
}

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

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

.sec-10 .wpb_column.vc_column_container.vc_col-sm-6:last-child .vc_row.wpb_row.vc_inner.vc_row-fluid {
    border-top: 1px solid rgba(91, 100, 111, 0.1);
    padding-block: 32px 0px;
    margin-top: 32px;
}

.sec-10 .wpb_column.vc_column_container.vc_col-sm-6:last-child .vc_row.wpb_row.vc_inner.vc_row-fluid .wd-info-box {
    margin-bottom: 0px !important;
}

.sec-10 .wpb_column.vc_column_container.vc_col-sm-6:last-child .vc_row.wpb_row.vc_inner.vc_row-fluid .wd-info-box h3.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -0.03em;
    background: linear-gradient(168deg, #1da871 0%, #76e2e7 100%);
    font-family: 'Inter';
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sec-10 .wpb_column.vc_column_container.vc_col-sm-6:last-child .vc_row.wpb_row.vc_inner.vc_row-fluid .wd-info-box p {
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    color: rgba(91, 100, 111, 0.55);
}

.sec-10::before {
    content: '';
    content: '';
    border-radius: 33554400px;
    filter: blur(320px);
    background: rgb(118 226 231 / 64%);
    width: 288px;
    height: 288px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
}

.sec-10 .wpb_column.vc_column_container.vc_col-sm-6:last-child .vc_row.wpb_row.vc_inner.vc_row-fluid .wpb_column.vc_column_container.vc_col-sm-4:nth-child(1) {
    width: 27%;
}

.sec-10 .wpb_column.vc_column_container.vc_col-sm-6:last-child .vc_row.wpb_row.vc_inner.vc_row-fluid .wpb_column.vc_column_container.vc_col-sm-4:nth-child(2) {
    width: 38%;
}

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

.sec-11 .wpb_text_column.wpb_content_element {
    padding-bottom: 70px;
}

.sec-11  span.wd-marquee-item {
    border: 1px solid #e0e5e9;
    border-radius: 16px;
    padding: 20px 74px;
    font-weight: 500;
    font-size: 17px;
    font-family: 'Inter';
    color: rgba(2, 18, 36, 0.6) !important;
}

.sec-12 {
    padding-block: 100px;
    background: rgba(243, 247, 249, 0.6);
}

.sec-12 .info-svg-wrapper {
    width: 48px !important;
    height: 48px !important;
}

.sec-12 .wd-info-box {
    border: 1px solid rgba(91, 100, 111, 0.1);
    backdrop-filter: blur(24px);
    background: rgba(91, 100, 111, 0.04);
    padding: 32px;
    border-radius: 24px;
}

.sec-12 .wd-info-box h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -0.03em;
    color: #021224;
    font-family: 'Inter';
}

.sec-12 .wpb_text_column.wpb_content_element {
    padding-bottom: 50px;
}

.sec-12 a.btn.theme-btn {
    border: none !important;
    padding-inline: 14px;
    padding-block: 12px 12px;
    text-transform: capitalize;
    font-size: 15px;
    margin-top: 10px;
}

.sec-13 {
    padding-block: 100px;
    padding*-blo: ;
}

.sec-13 .wpb_text_column.wpb_content_element {
    padding-bottom: 60px;
}

.sec-13 a , .sec-13 a img {
    width: 100%;
}

.sec-13 .wd-carousel-wrap {
    column-gap: 20px;
}

.sec-13 a::before {}

.sec-13 a::before {
    content: "\f163";
    font-family: "woodmart-font";
    font-weight: 400;
    position: absolute;
    z-index: 9999;
    font-size: 40px;
    color: #fff;
    right: 0;
    left: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: .5s;
}

.sec-13 a:hover::before {
    opacity: 1;
}

div#media_image-4 {
    padding-bottom: 0px;
    border: none !important;
}

.footer-column-1 {
    --wd-col-lg: 6 !important;
}

.footer-column-2 , .footer-column-3 , .footer-column-4 {
    --wd-col-lg: 2 !important;
}

.footer-column-1 img.image.wp-image-102.attachment-full.size-full {
    width: 150px;
}

.footer-column-1 ul {display: flex;justify-content: space-between;padding-top: 10px;}

.footer-column-1 ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #5b646f;
    font-family: 'Inter';
}

.wd-footer {
    border-top: 1px solid #e0e5e9;
    padding-top: 60px !important;
}

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

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

.footer-sidebar h5.widget-title {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #021224;
    font-family: 'Inter';
    margin-bottom: 30px;
}

.footer-sidebar li a {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    color: #5b646f;
    font-family: 'Inter';
}

.wd-col-start.reset-last-child {
    font-weight: 400;
    font-size: 14px;
    color: #5b646f;
}

.wd-col-end.reset-last-child {
    display: flex;
    justify-content: end;
    gap: 20px;
}

.wd-copyrights.wd-layout-two-columns .wd-col-end a {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #5b646f;
}

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

.single-post .wd-builder-off .wd-page-nav {
    display: none !important;
}

.single-post div#comments {
    display: none !important;
}

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

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

.single-post h1.wd-entities-title.wd-post-title.title {
    font-size: 40px;
    font-family: 'Inter';
    text-align: left;
    width: 100%;
}

.single-post .wd-post-cat.wd-style-with-bg {
    background: linear-gradient(154deg, #1da871 0%, #76e2e7 100%) !important;
    border-radius: 6px;
    width: fit-content !important;
    text-align: left;
    margin-inline: 0 auto;
}

.single-post .wpb_text_column.wpb_content_element {
    text-align: center;
}

.single-post .wpb_text_column.wpb_content_element p {
    color: #000;
}

body .wd-page-title.page-title.page-title-default.title-size-default.title-design-centered.color-scheme-light.title-blog {
    background: #e9feff !important;
}

.whb-general-header.whb-sticky-row .whb-flex-row.whb-general-header-inner {
    --wd-header-general-sticky-h: 90px !important;
}

.con-1 h4 {
    justify-content: center;
    border: 1px solid rgba(29, 168, 113, 0.4);
    width: 20%;
    margin-inline: auto;
    padding-block: 10px;
    border-radius: 30px;
    background: linear-gradient(90deg, rgba(29, 168, 113, 0.2) 0%, rgba(118, 226, 231, 0.2) 100%);
    color: #1da871 !important;
    font-weight: 600 !important;
}

section.con-1.vc_section.sec-1 h4::before {
    display: none;
}

.con-1 {
    background-position: center;
}

.main.events-table {
  border-radius: 20px;
  font-family: Arial, sans-serif;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  background: #fff;
}

.event-row {
  display: flex;
  align-items: center;
  padding: 25px 18px;
  gap: 16px;
}

.event-row:nth-child(odd) {
  background-color: #fff;
}

.event-row:nth-child(even) {
  background-color: #f5f5f5;
}

.event-year {
  color: #1ec28b;
  font-weight: bold;
  width: 50px;
  flex-shrink: 0;
  font-family: 'Inter';
}

.event-title {
  font-weight: 600;
  color: #021224;
  flex: 1;
  font-family: 'Inter';
  font-size: 15px;
}

.event-attendees {
  color: #9a9a9a;
  font-size: 14px;
  white-space: nowrap;
  font-family: 'Inter';
}

.event-country {
  color: #9a9a9a;
  font-size: 14px;
  width: 60px;
  text-align: right;
  flex-shrink: 0;
  font-family: 'Inter';
}

/* Tablet */
@media (max-width: 768px) {
  .event-row {
    padding: 12px 14px;
    gap: 10px;
  }

  .event-title {
    font-size: 14px;
  }

  .event-attendees,
  .event-country {
    font-size: 12px;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .event-row {
    flex-wrap: wrap;
    padding: 12px;
    gap: 6px;
  }

  .event-year {
    width: auto;
    font-size: 14px;
  }

  .event-title {
    flex: 1 1 100%;
    order: 1;
    font-size: 14px;
  }

  .event-attendees {
    order: 2;
  }

  .event-country {
    order: 3;
    width: auto;
    text-align: left;
    margin-left: auto;
  }
}

.con-2 .wd-info-box {
    padding: 0;
    background: none !important;
    row-gap: 30px;
    padding-bottom: 22px;
    position: relative;
}

.con-2 {
    background: none !important;
}

.con-2 .wd-info-box img.attachment-800x600 {
    border-radius: 20px 20px 0px 0px;
    position: relative;
}

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

.con-2 .wd-info-box .info-box-content {
    padding-inline: 20px;
}

.con-2 .wd-info-box .info-box-content span.event-pos {
    position: absolute !important;
    margin-top: -320px;
    background: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    font-size: 13px;
    color: #1da871;
    padding-inline: 15px;
    border-radius: 5px;
    padding-block: 4px;
}

.con-2 .wd-info-box .info-box-subtitle.subtitle-color-default.wd-fontsize-xs.subtitle-style-default {
    margin-top: 0px !important;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.04em;
    color: #1da871;
    font-family: 'Inter';
    padding-bottom: 5px;
}

.con-2 .wd-info-box  h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-weight: 700;
    font-size: 20px;
    color: #021224;
    font-family: 'Inter';
    padding-bottom: 5px;
}

.con-2 .wd-info-box a.btn.theme-btn {
    border-radius: 10px !important;
    padding: 16px 16px;
    width: 100%;
    background: linear-gradient(90deg, #1da871 0%, #76e2e7 100%) !important;
}

.con-2 .wd-info-box::before {
    content: '';
    width: 100%;
    height: 95px;
    position: absolute;
    background: linear-gradient(90deg, #1da871 0%, #76e2e7 100%);
    border-radius: 21px 21px 0px 0px;
    top: -3px;
}

.con-3 {
    background: linear-gradient(90deg, #1da871 0%, #76e2e7 100%);
    padding-block: 100px;
}

.con-3 span.sub-heading , .con-3 h2 {
    color: #fff;
}

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

.main.events-table .event-row:first-child {
    border-radius: 20px 20px 0px 0px;
}

.main.events-table .event-row:last-child {
    border-radius: 0px 0px 20px 20px;
}

.con-3 .wpb_raw_code.wpb_raw_html.wpb_content_element {
    margin: 0px !important;
}

.con-4 {
    background: linear-gradient(90deg, #021224 0%, #051f38 100%) !important;
    padding-block: 120px;
}

.con-4 h2 {
    font-weight: 700;
    font-size: 42px;
    font-family: 'Inter';
    color: #021224;
    line-height: 1.2;
}

.con-4 p {
    font-weight: 400;
    font-size: 17px;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 30px;
}

.tnp.tnp-subscription {max-width: 590px !important;position: relative;}

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

.tnp.tnp-subscription input#tnp-1 {
    width: 500px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    height: 58px !important;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.5) !important;
    font-family: 'Inter';
}

.tnp.tnp-subscription .tnp-field.tnp-field-email {
    width: 500px;
}

.tnp.tnp-subscription .tnp-field.tnp-field-button {
    position: absolute;
    right: 70px;
    bottom: 48px;
}

.tnp-field input[type="submit"] {
    background: linear-gradient(90deg, #1da871 0%, #76e2e7 100%);
    border-radius: 10px;
    width: 170px;
    height: 58px;
    font-weight: 700;
    font-size: 16px;
    color: #021224;
    text-transform: capitalize;
    font-family: 'Inter';
}

.con-1 .btn-row .wpb_wrapper {
    justify-content: center;
}

.con-1 .btn-row .wpb_wrapper a.btn.btn-style-default.btn-shape-rectangle.btn-size-default.btn.theme-btn {
    font-weight: 700;
    font-size: 15px;
    color: #021224;
    border-radius: 10px !important;
    padding-inline: 35px;
    padding-block: 21px;
    text-transform: capitalize;
}

.con-1 .btn-row .wd-button-wrapper:last-child a {
    border: 1px solid rgba(2, 18, 36, 0.35) !important;
    background: none !important;
    filter: none !important;
    backdrop-filter: blur(0px) !important;
}

section.vc_section.sec-1.con-1 {
    padding-bottom: 90px !important;
    padding-top: 210px !important;
}

.con-2 {
    padding-block: 70px;
}

.con-2 .woodmart-counter {
    margin: 0px !important;
}

body .con-2 .woodmart-counter .counter-value.wd-font-weight-600 , .animal-2 h3 {
    font-weight: 700 !important;
    font-size: 48px !important;
    color: #fff !important;
}

body .con-2 .woodmart-counter .counter-label {
    font-weight: 700;
    font-size: 17px;
    text-align: center;
    color: #fff;
    margin-top: 15px !important;
}

.con-2 p {
    font-weight: 400;
    font-size: 17px;
    padding-top: 0;
}

.con-2 .wpb_column.vc_column_container.vc_col-sm-3:nth-child(2) .counter-value.wd-font-weight-600::after {
    content: '+';
}

.con-2 .wpb_column.vc_column_container.vc_col-sm-3:nth-child(3) .counter-value.wd-font-weight-600::after {
    content: 'k+';
}

.con-2 .wpb_column.vc_column_container.vc_col-sm-3:nth-child(4) .counter-value.wd-font-weight-600::before {
    content: '\00A3' !important;
}

.con-3 span.sub-heading {
    color: #ffffff;
}

.con-3 h2 {
    color: #ffffff;
}

.con-3 .wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_wd-slide-from-left.wd-slide-from-left.wpb_start_animation.animated {text-align: center;}

body .con-3.sec-5 .wpb_text_column.wpb_content_element p {
    padding: 0px !important;
}

body .con-3.sec-5 .wd-info-box .info-box-content {
    padding: 0px !important;
}

body .con-3.sec-5 .wd-info-box {
    padding-inline: 20px;
    padding-block: 19px 70px;
    min-height: 300px;
    gap: 30px !important;
}

body .con-3.sec-5 .wd-info-box h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-weight: 700;
    font-size: 17px;
    color: #021224;
}

body .con-3.sec-5 .wd-info-box p {
    font-weight: 400;
    font-size: 14px;
    line-height: 157%;
    color: #5b646f;
}

.con-4 {
    background: #f5f6f7 !important;
}

.con-4 p {
    color: #5b646f;
    margin-bottom: 20px;
}

.con-4 ul li {
    font-weight: 400;
    font-size: 16px;
    color: #021224;
}

.con-4 ul li::marker {
    color: #76E2E7;
    font-size: 18px;
}

.con-4 .wpb_column.vc_column_container.vc_col-sm-7 .vc_column-inner > .wpb_wrapper {
    border: 1px solid #e5ebf0;
    border-radius: 20px;
    background: #fff;
    padding: 40px !important;
}

.con-4 .wpb_column.vc_column_container.vc_col-sm-7 .vc_column-inner > .wpb_wrapper h3 {
    font-weight: 700;
    font-size: 25px;
    color: #021224;
    font-family: 'Inter';
}

.wpforms-container {
    margin-top: 15px !important;
    margin-bottom: 0 !important;
}

label.wpforms-field-label {
    font-weight: 600 !important;
    font-size: 16px !important;
    color: #021224 !important;
    font-family: 'Inter' !important;
    margin-bottom: 10px !important;
}

.wpforms-field-container input {
    border: 1px solid #e1e5e9 !important;
    border-radius: 10px !important;
    height: 50px !important;
    background: #f5f6f7 !important;
}

.wpforms-field-container textarea {
    background: #f5f6f7 !important;
    border: 1px solid #e1e5e9 !important;
    border-radius: 10px !important;
}

.wpforms-submit {
    border-radius: 10px !important;
    width: 100% !important;
    height: 56px !important;
    background: linear-gradient(90deg, #1da871 0%, #76e2e7 100%) !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    color: #021224 !important;
}

.con-5 {
    padding-block: 110px;
    background: linear-gradient(90deg, #021224 0%, #0d243d 100%);
}

.con-5 .wd-info-box {
    margin: 0px;
}

.con-5 .wd-info-box .info-box-content {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
}

.con-5 .wd-info-box .info-box-content h2.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    text-align: center;
    color: #fff;
    font-family: 'Inter';
}

.con-5 .wd-info-box .info-box-content .info-box-subtitle.subtitle-color-default.wd-fontsize-xs.subtitle-style-default {
    font-weight: 400;
    font-size: 17px;
    text-align: center;
    color: #1da871;
    padding-top: 11px;
}

section.vc_section.sec-1.con-1.about-1 {
    padding-top: 230px !important;
    padding-bottom: 110px !important;
}

section.vc_section.sec-1.con-1.about-1 h4 {
    margin-bottom: 30px;
}

.about-2 {
    padding-block: 100px 0px;
    display: flex;
    align-items: center;
}

.about-2 .woodmart-counter {
    display: flex;
    align-items: center;
    gap: 30px;
    background: rgba(243, 247, 249, 0.6);
    height: 90px;
    margin-bottom: 0px;
    padding-inline: 40px;
    border-radius: 0px;
}

.about-2 .woodmart-counter .counter-label {
    margin-top: 0px;
    font-weight: 400;
    font-size: 16px;
    color: #5b646f;
}

.about-2 .woodmart-counter .counter-value {
    font-weight: 700 !important;
    font-size: 35px !important;
    background: linear-gradient(90deg, #1da871 0%, #76e2e7 100%);
    background-clip: text !important;
    -webkit-text-fill-color: transparent;
}

.about-2 .wpb_column.vc_column_container.vc_col-sm-6:last-child .woodmart-counter:nth-child(2), .about-2 .wpb_column.vc_column_container.vc_col-sm-6:last-child .woodmart-counter:nth-child(4) {
    background: none !important;
}

.about-2 .wpb_column.vc_column_container.vc_col-sm-6:last-child .woodmart-counter:nth-child(1) {
    border-radius: 20px 20px 0px 0px;
}

.about-2 .woodmart-counter .counter-value::after {
    content: '+';
}

.about-2 .wpb_column.vc_column_container.vc_col-sm-6:last-child .woodmart-counter:nth-child(1) .counter-value::after {
    content: '';
}

.about-3 .wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_wd-slide-from-left.wd-slide-from-left.wpb_start_animation.animated {
    padding-bottom: 20px;
}

body .about-3.con-3.sec-5 .wd-info-box {
    padding: 0px;
    background: #fff;
    border-radius: 16px;
    padding-bottom: 30px;
}

body .about-3.con-3.sec-5 .wd-info-box img.attachment-800x600.size-800x600 {
    border-radius: 16px 16px 16px 16px;
}

body .about-3.con-3.sec-5 .wd-info-box .info-box-content {
    padding-inline: 20px !important;
}


body .about-3.con-3.sec-5 .wd-info-box .info-box-content p strong {
    font-weight: 600;
    font-size: 14px;
    color: #1da871;
}

body .about-3.con-3.sec-5 .wd-info-box .info-box-content p {
    font-size: 14px;
    color: #5b646f;
}

.about-4 {
    padding-block: 100px;
    align-items: center;
}

.about-4 .wd-list {
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
    padding-top: 20px;
}

.about-4 .wd-list li {
    background: #f5f6f7;
    padding: 10px 22px;
    border-radius: 8px;
}

.about-4 .wd-list li span.wd-list-content.list-content {
    font-weight: 400;
    font-size: 14px;
    color: #021224;
    font-family: 'Inter';
}

.about-4 img.attachment-25x25.size-25x25 {
    max-width: 16px !important;
    width: 16px !important;
}

.about-4 iframe {border-radius: 20px;}

.wpb_gmaps_widget .wpb_wrapper {
    background: none !important;
    padding: 0px !important;
}

.wpb_gmaps_widget.wpb_content_element.vc_map_responsive {
    margin: 0px !important;
}

.about-5 {
    background: linear-gradient(173deg, #1da871 0%, #76e2e7 100%);
    padding-block: 100px;
}

.about-5 .wpb_text_column.wpb_content_element {
    text-align: center !important;
}

.about-5 .wpb_text_column.wpb_content_element p , .about-5 .wpb_text_column.wpb_content_element h2 {
    text-align: center !important;
    color: #fff !important;
}

.about-5 .wpb_text_column.wpb_content_element p span {
    color: #fff !important;
}

.about-5 .wpb_text_column.wpb_content_element ul {
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 25px;
    row-gap: 10px;
    padding-top: 20px;
}

.about-5 .wpb_text_column.wpb_content_element ul li {
    border: 1px solid #e5ebf0;
    border-radius: 10px;
    padding: 0px 40px;
    height: 67px;
    background: #fff;
    display: flex;
    align-items: center;
    color: #5b646f;
    font-weight: 600;
}

section.vc_section.sec-1.con-1.about-7 {
    padding-block: 100px !important;
    background: linear-gradient(90deg, #021224 0%, #0d243d 100%);
}

section.vc_section.sec-1.con-1.about-7 h2 {
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    color: #fff;
}

section.vc_section.sec-1.con-1.about-7 p {
    color: rgba(255, 255, 255, 0.7);
}

section.vc_section.sec-1.con-1.about-7 .btn-row .wd-button-wrapper:last-child a {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    color: #fff !important;
    font-weight: 600 !important;
}

  .mwc-news-list {
    --mwc-teal: #1a9e8f;
    --mwc-teal-bg: #e6f7f4;
    --mwc-teal-bg-alt: #b9ebe2;
    --mwc-text-dark: #16211f;
    --mwc-text-gray: #6b7674;
    --mwc-border: #e3e8e6;
    font-family: 'Inter', sans-serif;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding-top: 30px;
  }

  .mwc-news-list .mwc-news-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 24px 24px;
    /* border-bottom: 1px solid var(--mwc-border); */
    transition: background-color 0.2s ease;
    background: #fff;
  }

  .mwc-news-list .mwc-news-item:first-child {
    border-radius: 20px 20px 0px 0px;
  }

  .mwc-news-list .mwc-news-item--highlight {
    background-color: var(--mwc-teal-bg-alt);
    border-bottom-color: transparent;
  }

  .mwc-news-list .mwc-news-item__content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
  }

  .mwc-news-list .mwc-news-item__meta {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
  }

  .mwc-news-list .mwc-news-item__date {
    font-size: 13px;
    color: var(--mwc-text-gray);
    font-weight: 400;
    white-space: nowrap;
  }

  .mwc-news-list .mwc-news-item__tag {
    font-size: 12px;
    font-weight: 600;
    color: var(--mwc-teal);
    background-color: var(--mwc-teal-bg);
    padding: 3px 10px;
    border-radius: 999px;
    white-space: nowrap;
  }

  .mwc-news-list .mwc-news-item--highlight .mwc-news-item__tag {
    background-color: #ffffff;
  }

  .mwc-news-list .mwc-news-item__title {
    font-size: 17px;
    font-weight: 700;
    color: var(--mwc-text-dark);
    line-height: 1.4;
  }

  .mwc-news-list .mwc-news-item__download {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    color: var(--mwc-teal);
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
  }

  .mwc-news-list .mwc-news-item__download svg {
    width: 14px;
    height: 14px;
    stroke: var(--mwc-teal);
  }

  .mwc-news-list .mwc-news-item__download:hover {
    text-decoration: underline;
  }

  /* Responsive */
  @media (max-width: 640px) {
    .mwc-news-list .mwc-news-item {
      flex-direction: column;
      align-items: flex-start;
      gap: 12px;
      padding: 16px;
    }

    .mwc-news-list .mwc-news-item__download {
      align-self: flex-start;
    }

    .mwc-news-list .mwc-news-item__title {
      font-size: 14px;
    }
  }

.art-4 {
    background: linear-gradient(173deg, #1da871 0%, #76e2e7 100%);
    padding-block: 100px;
}

.mwc-news-list .mwc-news-item:last-child {
    border-radius: 0px 0px 20px 20px;
}

section.vc_section.sec-1.con-1.about-1.art-1 {
    padding-block: 240px 100px !important;
}

body .art-2.about-3.con-3.sec-5 .wd-info-box {
    background: none !important;
    flex-direction: row;
    border: none !IMPORTANT;
    padding: 0 !important;
    margin: 0px !important;
    align-items: center;
}

body .art-2.about-3.con-3.sec-5 .wd-info-box .article-box p {
    display: flex !important;
    align-items: center;
    gap: 20px;
}

.article-box p strong {
    background: rgba(29, 168, 113, 0.12);
    border-radius: 6px;
    width: 100px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

body .art-2.about-3.con-3.sec-5 .wd-info-box p {
    display: block !important;
    font-size: 15px;
}

body .art-2.about-3.con-3.sec-5 .wd-info-box h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.3;
    color: #021224;
    padding-bottom: 10px;
}

.edu-3 p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 17px;
}

body .art-2.about-3.con-3.sec-5 .wd-info-box a.btn.btn-style-default.btn-shape-semi-round.btn-size-default.btn-icon-pos-right {
    background: #021224 !important;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Inter';
    gap: 10px;
}

.art-3  .wpb_text_column.wpb_content_element {
    padding-bottom: 40px;
}

.art-3 {
    padding-block: 100px;
}

.art-3 .wd-post-meta {
    display: none !important;
}

.art-3 .wd-post-cat.wd-style-with-bg.meta-post-categories {
    margin-top: 0px;
    width: 100%;
    text-align: left;
    background: none !important;
    padding: 0px;
}

.art-3 .wd-post-cat.wd-style-with-bg.meta-post-categories a {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.04em;
    color: #1da871;
    pointer-events: none !important;
}

.wd-post-inner.article-inner h3.wd-post-title.wd-entities-title.title.post-title a {
    width: 100%;
    text-align: left !important;
    display: block;
    color: #021224;
    font-weight: 700;
    font-family: 'Inter';
    font-size: 20px;
}

.wd-post-inner.article-inner .wd-post-img.post-img-wrapp {
    height: 220px;
}

.wd-post-inner.article-inner .wd-post-img.post-img-wrapp img {
    object-position: center !important;
    height: 220px;
    object-fit: cover;
    border-radius: 20px 20px 0px 0px;
}

.blog-design-masonry.wd-add-shadow .wd-post-inner {
    box-shadow: none !important;
    background: rgba(243, 247, 249, 0.6) !important;
    border-radius: 20px !important;
}

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

.wd-post-date.wd-style-with-bg {
    background: linear-gradient(173deg, #1da871 0%, #76e2e7 100%);
    border-radius: 8px !important;
}

.wd-post-date.wd-style-with-bg span.post-date-day , .wd-post-date.wd-style-with-bg span.post-date-month {
    color: #fff !important;
}

.art-4 h2 {
    COLOR: #FFF;
}

.art-4 .vc_row.wpb_row.vc_inner.vc_row-fluid {
    display: flex;
    align-items: center;
}

.art-4 .vc_row.wpb_row.vc_inner.vc_row-fluid .wpb_column.vc_column_container.vc_col-sm-6:last-child p a {
    color: #fff;
    display: flex;
    justify-content: end;
    gap: 10px;
}

.art-4 .vc_row.wpb_row.vc_inner.vc_row-fluid .wpb_column.vc_column_container.vc_col-sm-6:last-child p a::after {
    content: "\f120";
    font-family: "woodmart-font";
    font-weight: 400;
}

.art-4 .vc_row.wpb_row.vc_inner.vc_row-fluid .wpb_column.vc_column_container.vc_col-sm-6 {
    padding-bottom: 20px;
}

.single-post .wd-entry-content {
    text-align: center;
}

.single-post .wd-entry-content p {
    color: #000 !important;
}

.single-post .wd-post-cat.wd-style-with-bg a {
    pointer-events: none !important;
}

.wd-post-thumb {
    border-radius: 20px !important;
}

.about-3 span.sub-heading , .spon-3 span.sub-heading {
    color: #1da871 !IMPORTANT;
}

.about-3 h2 , .spon-3 h2 {
    color: #021224 !important;
}

section.vc_section.about-3 {
    padding-bottom: 80px !important;
}

.spon-2 {
    background: linear-gradient(173deg, #1da871 0%, #76e2e7 100%) !important;
}

.spon-2 .wpb_text_column.wpb_content_element p {
    color: #fff;
    padding-top: 10px;
}

body .spon-3 .wd-info-box {
    margin-bottom: 0px !important;
}

.page-id-116 .con-4 {
    background: linear-gradient(90deg, #021224 0%, #051f38 100%) !important;
}

.page-id-116 .con-4 h2 {
    color: #fff;
}

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

.contact-2 h2 {
    font-size: 28px;
}

.contact-2  .wpb_column.vc_column_container.vc_col-sm-5 h2 {
    padding-bottom: 30px;
}

.contact-2  .wd-info-box {
    border: 1px solid #e5ebf0;
    border-radius: 16px;
    background: #f5f6f7;
    padding-block: 18px;
    padding-inline: 25px;
}

.project-2 .wd-info-box .info-box-subtitle.subtitle-color-default.wd-fontsize-xs.subtitle-style-default {
    font-weight: 700;
    font-size: 18px;
    color: #021224;
}

.contact-2 .wd-info-box .info-box-subtitle.subtitle-color-default.wd-fontsize-xs.subtitle-style-default {
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.04em;
    color: #5b646f;
    margin: 0;
}

.contact-2 .wd-info-box span.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-weight: 700;
    font-size: 16px;
    color: #021224;
    font-family: 'Inter';
    margin-top: 6px;
}

.contact-2 .wd-info-box .info-box-inner.reset-last-child {
    margin: 0px !important;
}

.cont-2-box ul {
    display: flex;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
    column-gap: 13px;
    row-gap: 0px;
    margin: 0;
    padding-top: 15px;
}

.cont-2-box ul li {
    =:
    block;
    width: 143px;
    border: 1px solid #e0e5eb;
    border-radius: 8px;
    background: #fff;
    height: 40px;
    display: flex;
    align-items: center;
    padding-inline: 10px;
}

.cont-2-box ul li a {
    font-weight: 600;
    font-size: 12px;
    color: #021224;
}

.contact-2  .wd-list li {
    background: rgba(29, 168, 113, 0.08);
    border: 1px solid rgba(29, 168, 113, 0.25);
    border-radius: 16px;
    padding: 20px 24px;
    height: 88px;
    align-items: flex-start;
}

.contact-2 .wd-list li span.wd-icon.fa.fa-regular.fa-bell {
    padding-top: 4px;
}

.contact-2 .wd-list li span.wd-list-content.list-content {
    font-weight: 600;
    font-size: 15px;
    line-height: 1.4;
    color: #021224;
    font-family: 'Inter';
}

.contact-3 {
    background: linear-gradient(173deg, #1da871 0%, #76e2e7 100%);
    padding-block: 100px;
}

.contact-3 h2 {
    color: #fff;
    padding-bottom: 40px;
    font-size: 37px;
}

.contact-3 .wd-info-box {
    margin: 0px;
    background: #fff;
    border: 1px solid #e5ebf0;
    border-radius: 12px;
    padding: 16px 20px;
}

body .contact-3 .wd-info-box pre {
    background: none;
    padding: 0px;
    margin: 0px;
    font-weight: 600;
    font-size: 12px;
    color: #1da871;
    font-family: 'Inter';
    padding-bottom: 7px;
}

body .contact-3 .wd-info-box h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-weight: 700;
    font-size: 16px;
    color: #021224;
    font-family: 'Inter';
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

body .contact-3 .wd-info-box h4.info-box-title.title.box-title-style-default.wd-fontsize-m::before {
    content: '';
    background: linear-gradient(90deg, #1da871 0%, #76e2e7 100%);
    height: 10px;
    width: 10px;
    display: block;
    border-radius: 20px;
}

body .contact-3 .wd-info-box p {
    display: block !important;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.4;
    color: #5b646f;
}

.animal-1 a.btn.btn-style-default.btn-shape-rectangle.btn-size-default.btn.theme-btn {
    background: linear-gradient(90deg, #1da871 0%, #76e2e7 100%) !important;
    border: none !important;
    padding-inline: 60px !important;
    padding-block: 20px !important;
}

.animal-2 {
    background: #021224 !important;
}

.animal-2 .counter-value.wd-font-weight-600 , .animal-2 h3 {
    background: linear-gradient(90deg, #1da871 0%, #76e2e7 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.animal-2 .wpb_column.vc_column_container.vc_col-sm-3:first-child .counter-value.wd-font-weight-600::after {
    content: 'M' !important;
}

.animal-2 .wpb_column.vc_column_container.vc_col-sm-3:nth-child(2) .counter-value.wd-font-weight-600::after {
    content: '%';
}

.animal-2  p {
    color: rgba(255, 255, 255, 0.5) !important;
    margin-bottom: 0;
}

.animal-2 h3 {
    margin-bottom: 0;
    line-height: 1.1;
}

.animal-2 p strong {
    color: #fff;
}

.animal-3  .wd-info-box {
    padding-inline: 20px;
    padding-top: 30px;
    min-height: 280px;
}

.animal-3  .wd-info-box::before {
    left: 0;
    height: 6px;
    background: #db322f;
    border-radius: 15px 16px 0px 0px;
    top: 0;
}

.animal-3 .wd-info-box .info-box-content {
    padding-inline: 0px;
}

.animal-3 .wd-info-box .info-box-icon {
    position: relative;
    z-index: 99;
}

.animal-3 .wd-info-box {
    border-radius: 9px 10px 20px 20px !important;
    background: #f5f6f7 !important;
    border: 1px solid #e5ebf0 !important;
}

.animal-3 .wd-info-box h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-size: 18px;
    color: #021224;
}

.animal-3 .wd-info-box p {
    font-weight: 400;
    font-size: 14px;
}

.animal-4  span.sub-heading {
    color: #fff;
}

.animal-4  .wd-info-box {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    padding-block: 26px;
    padding-inline: 26px;
}

.animal-4 .wd-info-box h4.info-box-title.title.box-title-style-default.wd-fontsize-m::before {
    display: none !important;
}

.animal-4 .wd-info-box h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-size: 22px !important;
    color: #fff !important;
    padding-bottom: 2px;
}

.animal-4 .wd-info-box pre {
    background: rgba(255, 255, 255, 0.2) !important;
    display: inline-block;
    padding-bottom: 0px !important;
    padding-inline: 12px !important;
    border-radius: 5px;
    padding-block: 2px !important;
    color: #118c5b !important;
    margin-bottom: 7px !important;
}

.animal-4 .wd-info-box p {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 14px !important;
}

.animal-4 .wpb_column.vc_column_container.vc_col-sm-4:last-child .wd-info-box pre {
    color: #db322f !important;
    background: rgba(219, 50, 47, 0.1) !important;
}

.animal-5 {
    background: #f5f6f7 !important;
}

.animal-5 {}

.animal-5 h2 {
    color: #021224 !important;
}

.animal-5 p {
    color: #5b646f !important;
    font-size: 16px;
}

body section.vc_section.animal-5.sec-1.con-1.about-7 .btn-row .wd-button-wrapper a {
    background: #fff !IMPORTANT;
    color: #021224 !important;
    box-shadow: none !important;
    border: 1px solid #d9e0eb !important;
    padding-inline: 50px !important;
}

body section.vc_section.animal-5.sec-1.con-1.about-7 .btn-row .wd-button-wrapper:first-child a {
    background: linear-gradient(90deg, #1da871 0%, #76e2e7 100%) !important;
    color: #fff !important;
}

body section.vc_section.animal-5.sec-1.con-1.about-7 .btn-row .wd-button-wrapper a::after {
    display: none !important;
}

.edu-2 {
    background: #f5f6f7 !important;
    padding-block: 110px 90px;
}

.edu-2 .wd-info-box {
    background: #fff !important;
}

.edu-2 .wd-info-box::before {
    background: linear-gradient(90deg, #1da871 0%, #76e2e7 100%) !important;
    height: 20px !important;
    top: -5px;
}

.edu-2 .wd-info-box a.btn.theme-btn {
    text-align: left !important;
    justify-content: left;
    background: none !important;
    color: #1da871 !important;
    padding-block: 0px !important;
    padding: 0px !important;
}

.edu-2 .wd-info-box .info-box-content {
    padding-inline: 29px;
}


.edu-2  .wpb_column.vc_column_container.vc_col-sm-6 .wd-info-box {
    min-height: 476px !important;
}

.edu-2 .wpb_column.vc_column_container.vc_col-sm-4 .wd-info-box {
    min-height: 531px;
}

.edu-3 .wd-info-box .info-box-content {
    flex-direction: column;
}

.edu-3 {
    background: linear-gradient(173deg, #1da871 0%, #76e2e7 100%) !important;
}

.edu-3 p:last-child {
    padding-top: 30px;
}

.edu-3 p a {
    font-weight: 700;
    font-size: 19px;
    color: #fff;
}

 
.table-wrapper {
  margin: 0 auto;
  border: 2px solid #E5E7EA;
  border-radius: 16px;
  font-family: 'Inter', sans-serif;
}
 
.data-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
}
 
.data-table thead th {
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
  text-align: left;
  padding: 16px 20px;
  white-space: nowrap;
  background: #021224;
  text-align: center;
  text-transform: capitalize;
}
 
.data-table thead th:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  border: none !important;
}
 
.data-table thead th:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border: none !important;
}
 
.data-table tbody tr {
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
}
 
.data-table tbody tr:nth-child(even) {
  background: #f3f5f8;
}
 
.data-table tbody td {
  padding: 16px 20px;
  font-size: 13.5px;
  vertical-align: middle;
  text-align: center;
}
 
.drug-cell {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  white-space: nowrap;
  color: #021224;
}
 
.drug-cell::before {
  content: "";
  width: 8px;
  height: 8px;
  min-width: 8px;
  border-radius: 50%;
  background: #e0473e;
  display: inline-block;
}
 
.harm-cell {
  font-weight: 500;
  color: #991a1a;
}
 
.animal-cell {
  color: #5b646f;
}
 
.outcome-cell {
  display: inline-block;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 12.5px;
  white-space: nowrap;
  background: rgba(219, 50, 47, 0.08);
  border: 1px solid rgba(219, 50, 47, 0.2);
  width: 400px;
  color: #db322f;
}

.gati-card tr {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #d3d3d3;
    padding-block: 7px;
}

.sec-3 h3 {
    font-size: 27px;
}

.sec-3 .wpb_column.vc_column_container.vc_col-sm-6:last-child p {
    font-size: 16px;
}

.sec-3 .wpb_column.vc_column_container.vc_col-sm-6:last-child ul li {
    font-size: 16px;
    color: #5b646f;
}

.sec-3 .wpb_column.vc_column_container.vc_col-sm-6:last-child ul li:nth-child(2)::marker {
    color: #FCD957;
}

.sec-3 .wpb_column.vc_column_container.vc_col-sm-6:last-child ul li:first-child::marker {color: #52CC8D;}

.sec-3 .wpb_column.vc_column_container.vc_col-sm-6:last-child ul li::marker {
    font-size: 31px;
    line-height: 1;
    position: relative;
}

.sec-3 .wpb_column.vc_column_container.vc_col-sm-6:last-child ul li:nth-child(3)::marker {
    color: #F45365;
}

.sec-3 .wpb_column.vc_column_container.vc_col-sm-6 ul li {
    font-size: 17px !important;
    position: relative;
}
 
/* Mobile responsive: convert rows into stacked cards */
@media (max-width: 768px) {
  .data-table thead {
    display: none;
  }
 
  .data-table,
  .data-table tbody,
  .data-table tbody tr,
  .data-table tbody td {
    display: block;
    width: 100%;
  }
 
  .data-table tbody tr {
    margin-bottom: 14px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    padding: 8px 0;
  }
 
  .data-table tbody td {
    padding: 8px 16px;
    white-space: normal;
  }
 
  .data-table tbody td::before {
    content: attr(data-label);
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0d1b2a;
    margin-bottom: 4px;
  }
 
  .drug-cell {
    white-space: normal;
  }
 
  .outcome-cell {
    white-space: normal;
  }
}

.human-3 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.human-2 {
    padding-block: 50px !important;
}

.human-2 h2.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-size: 25px !important;
    line-height: 1.3 !important;
}

.human-2 .info-box-subtitle.subtitle-color-default.wd-fontsize-xs.subtitle-style-default {
    font-size: 15px !important;
}

.human-4 {
    background: none !important;
}

.human-4  h2 {
    font-size: 42px;
}

.human-4 .wpb_column.vc_column_container.vc_col-sm-12 .wpb_text_column.wpb_content_element {
    padding-right: 130px;
}

.human-4 img.attachment-800x600.size-800x600 {
    width: 56px !important;
    height: 56px !important;
    border-radius: 0px !important;
}

.human-4 .info-box-content {
    padding: 0px !important;
}

.human-4 .wd-info-box {
    padding-inline: 20px;
    padding-top: 30px;
    border-top-left-radius: 11px !important;
    border-top-right-radius: 12px !important;
    min-height: auto !important;
    background: #f7fcf7 !important;
}

.human-4 .wd-info-box::before {
    left: 0;
    top: 0;
    height: 9px !important;
}

pre {
    background: none !important;
    padding: 0px !important;
    margin: 0px !important;
    line-height: 1 !important;
}

.human-4 .wd-info-box pre {
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.04em;
    color: #db322f;
    font-family: 'Inter';
    padding-bottom: 17px !important;
}

.human-4 .wd-info-box pre strong {
    font-weight: 400;
    font-size: 13px;
    line-height: 154%;
    color: rgba(219, 50, 47, 0.8);
}

.human-4 .wd-info-box .info-box-content p:last-child {
    display: block !important;
}

.human-4 .wd-info-box p strong {
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0.04em;
    color: #1da871;
}

.human-4 .wd-info-box p {
    font-weight: 400;
    font-size: 14px;
    color: rgba(2, 18, 36, 0.8);
}

.human-5 {
    background: linear-gradient(173deg, #1da871 0%, #76e2e7 100%);
    display: flex;
    align-items: center;
    padding-block: 110px;
}

.human-5 span.sub-heading , .human-5 h2 , .human-5 p {
    color: #fff;
}

.human-5 .wd-info-box {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    padding: 50px 40px !important;
    margin: 0px !important;
}

.human-5 .wd-info-box h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-weight: 700;
    font-size: 72px;
    text-align: center;
    color: #fff;
    line-height: 1;
}

.human-5 .wd-info-box p strong {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #fff;
}

.human-5 .wd-info-box p {
    font-weight: 400;
    font-size: 15px;
    line-height: 154%;
    text-align: center;
    color: rgba(255, 255, 255, 0.55);
}

body section.vc_section.human-6 {
    padding-block: 50px !important;
}

body section.vc_section.animal-5.sec-1.con-1.about-7.human-6 .btn-row .wd-button-wrapper:first-child a {
    color: #021224 !important;
}

.human-3 .wpb_column.vc_column_container.vc_col-sm-12 .wpb_text_column.wpb_content_element:first-child {
    padding-bottom: 50px;
}

.regulatory  .counter-value.wd-font-weight-600::before {
    display: none !important;
}

body .animal-4.contact-3 pre {
    padding-block: 8px !important;
}

body.page-id-211 .contact-3 .wd-info-box pre {
    overflow: visible !important;
    padding-bottom: 10px !important;
}

.contact-2 .wd-info-box .info-svg-wrapper {
    height: 55px !important;
    width: 55px !important;
}

section.vc_section.project-1 h4 {
    width: 350px;
}

.project-1.con-1 .btn-row .wpb_wrapper .wd-button-wrapper:first-child a.btn.btn-style-default.btn-shape-rectangle.btn-size-default.btn.theme-btn {
    color: #fff !important;
}

.project-1.con-1 .btn-row .wpb_wrapper .wd-button-wrapper:first-child a.btn.btn-style-default.btn-shape-rectangle.btn-size-default.btn.theme-btn::after {
    display: none !important;
}

.project-1.con-1 .btn-row .wd-button-wrapper:last-child a {
    color: #5B646F !important;
}

.project-2 {
    display: flex;
    align-items: center;
    padding-block: 100px 80px;
    background: #F5F6F7;
}

.project-2 .wd-info-box {
    border: 1px solid #e5ebf0;
    border-radius: 14px;
    background: #fff;
    padding: 20px;
    width: 75%;
}

.project-2 .wd-info-box span.info-box-title.title.box-title-style-default.wd-fontsize-m {
    margin-top: 7px !important;
    font-weight: 400;
    font-size: 13px;
    color: #5b646f;
    font-family: 'Inter';
}

.project-2 .info-box-wrapper {
    display: flex;
    justify-content: end;
}

.project-3 {
    background: linear-gradient(90deg, #021224 0%, #0d243d 100%);
    padding-block: 44px;
}

.project-3 .wd-info-box {
    flex-direction: row;
    margin: 0px;
    align-items: center;
    gap: 40px;
}

.project-3 .wd-info-box .info-svg-wrapper {
    width: 188px !important;
    height: 193px !important;
}

.project-3 .wd-info-box h2.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-weight: 700;
    font-size: 32px;
    color: #fff;
}

.project-3 .wd-info-box p {
    color: rgba(255, 255, 255, 0.7);
}

.project-4 .wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_wd-slide-from-left.wd-slide-from-left.wpb_start_animation.animated {
    padding-bottom: 20px !important;
}

body .project-4 {
    background: none !important;
    padding-bottom: 60px !important;
    padding-top: 75px !important;
}

body .project-4.con-3.sec-5 .wd-info-box {
    min-height: auto !important;
    padding-block: 22px !important;
    margin-bottom: 25px !important;
}

body .project-4.con-3.sec-5 .wd-info-box .info-box-icon {
    position: absolute;
    left: 20px;
    top: 43px;
}

body .project-4.con-3.sec-5 .wd-info-box h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    padding-left: 44px;
    padding-bottom: 15px;
}

body .project-4.con-3.sec-5 .wd-info-box p {
    font-size: 13px;
}

body .project-4.con-3.sec-5 .vc_row.wpb_row.vc_row-fluid.wpb_animate_when_almost_visible.wpb_wd-slide-from-right.wd-slide-from-right:last-child .wd-info-box {
    min-height: 190px !important;
}

.project-4 .wpb_text_column.wpb_content_element h2 {
    font-size: 34px !important;
}

.project-5 {
    background: linear-gradient(173deg, #1da871 0%, #76e2e7 100%) !important;
}

section.vc_section.project-5.sec-1.con-1.about-7 .btn-row .wd-button-wrapper:last-child a {
    background: #fff !important;
    color: #021224 !important;
}

section.vc_section.project-5.sec-1.con-1.about-7 .btn-row .wd-button-wrapper:last-child a::after {
    display: block !important;
}


  .table-wrapper {
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(16, 24, 40, 0.08);
    border: 1px solid #e6e9ec;
  }
 
  .funders-table {
    width: 100%;
    border-collapse: collapse;
  }
 
  .funders-table thead th {
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    text-align: left;
    padding: 16px 20px;
    letter-spacing: 0.2px;
  }
 
  .funders-table thead th:first-child {
    border-top-left-radius: 12px;
  }
 
  .funders-table thead th:last-child {
    border-top-right-radius: 12px;
  }
 
  .funders-table tbody td {
    padding: 16px 20px;
    font-size: 14px;
    color: #33393f;
    border-bottom: 1px solid #edf0f2;
  }
 
  .funders-table tbody tr:last-child td {
    border-bottom: none;
  }
 
  .funders-table tbody tr:nth-child(even) {
    background-color: #f7fafb;
  }
 
  .funders-table tbody tr:hover {
    background-color: #eefaf6;
  }
 
  .funder-name {
    color: #16181a;
    font-weight: 600;
  }
 
  .funder-type {
    color: #5b6470;
    font-weight: 500;
  }
 
  .funder-focus {
    color: #5b6470;
    font-weight: 400;
  }
 
  @media (max-width: 680px) {
    .funders-table thead {
      display: none;
    }
 
    .funders-table, 
    .funders-table tbody, 
    .funders-table tr, 
    .funders-table td {
      display: block;
      width: 100%;
    }
 
    .table-wrapper {
      border-radius: 12px;
      background-color: transparent;
      box-shadow: none;
      border: none;
    }
 
    .funders-table tbody tr {
      background-color: #ffffff;
      border-radius: 10px;
      margin-bottom: 14px;
      padding: 14px 18px;
      box-shadow: 0 2px 10px rgba(16, 24, 40, 0.06);
      border: 1px solid #e6e9ec;
    }
 
    .funders-table tbody tr:nth-child(even) {
      background-color: #ffffff;
    }
 
    .funders-table tbody td {
      border-bottom: none;
      padding: 6px 0;
    }
 
    .funder-name {
      font-size: 15px;
      padding-top: 4px;
    }
 
    .funder-type::before {
      content: "Type: ";
      color: #9aa2ab;
      font-weight: 600;
    }
 
    .funder-focus::before {
      content: "Focus Areas: ";
      color: #9aa2ab;
      font-weight: 600;
    }
  }

.funders-table thead {
    background: linear-gradient(90deg, #1da871 0%, #76e2e7 100%);
}

.uni-1 h4 {
    margin-left: 0px !important;
    width: 400px !important;
}

.uni-1.con-1 .btn-row .wpb_wrapper {
    justify-content: flex-start;
}

.uni-2 {
    padding-block: 100px;
}

.uni-2 .wpb_text_column.wpb_content_element {
    padding-bottom: 40px;
}

.uni-2 .wd-info-box {
    flex-direction: row-reverse;
    background: linear-gradient(90deg, #1da871 0%, #76e2e7 100%);
    padding: 11px 15px;
    border-radius: 15px;
    margin-bottom: 0 !important;
}

.uni-2 .wd-info-box .info-box-subtitle.subtitle-color-default.wd-fontsize-xs.subtitle-style-default {
    margin: 0px;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
}

.uni-2 .wd-info-box span.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    font-family: 'Inter';
}

.uni-2 .wpb_column.vc_column_container.vc_col-sm-3 .wpb_text_column.wpb_content_element {
    padding-bottom: 0px !important;
    border: 1px solid #e5ebf0;
    border-radius: 16px;
    padding-top: 50px;
    margin-top: -30px;
    padding-inline: 15px;
    padding-bottom: 25px !important;
    background: #fff;
}

.uni-2 .wpb_column.vc_column_container.vc_col-sm-3 .wpb_text_column.wpb_content_element p {
    color: #5b646f;
    font-weight: 400;
    font-size: 13px;
}

.uni-2 .wpb_column.vc_column_container.vc_col-sm-3 .wpb_text_column.wpb_content_element p a {
    font-weight: 600;
    font-size: 13px;
    color: #1da871;
    border: 1px solid rgba(29, 168, 113, 0.4);
    border-radius: 100px;
    padding: 6px 11px;
    background: rgba(29, 168, 113, 0.1);
}

.uni-3 {
    padding-block: 70px;
}

.uni-3 .wpb_column.vc_column_container.vc_col-sm-12 .wpb_text_column.wpb_content_element:first-child {
    padding-bottom: 40px;
}

.uni-3 tbody {
    border: none !important;
}

.uni-3 .table-wrapper {
    border: none !important;
    -webkit-font-smoothing: subpixel-antialiased;
}

.uni-3 thead th {
    border: none !important;
    font-family: 'Inter';
}


.uni-4 {
    padding-block: 100px;
}

.uni-4 .wd-info-box {
    margin-bottom: 0px;
}

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

.uni-4 .wpb_text_column.wpb_content_element {
    padding-bottom: 50px;
}

.uni-4 h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    background: linear-gradient(90deg, #1da871 0%, #76e2e7 100%);
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-weight: 700;
    font-size: 20px;
    color: #021224;
    margin-inline: auto;
    margin-bottom: 20px;
    font-family: 'Inter';
}

.uni-4 h3 {
    font-weight: 700;
    font-size: 17px;
    color: #fff;
    font-family: 'Inter';
}

.uni-4 p {
    display: block !important;
    color: rgba(255, 255, 255, 0.6);
}

.uni-4  .vc_row.wpb_row.vc_inner.vc_row-fluid {
    position: relative;
}

.uni-4 .vc_row.wpb_row.vc_inner.vc_row-fluid::before {
    content: '';
    height: 1px;
    width: 100%;
    background: rgba(29, 168, 113, 0.3);
    position: absolute;
    top: 34px;
}

.uni-4 h2 {
	font-size: 35px;
}

.sch-1 h4 {
    margin-left: 0px !important;
}

.sch-3 .wd-info-box {
    background: #fff;
    border: 1px solid #e5ebf0;
    padding: 16px;
    margin-bottom: 0px !important;
}

.sch-3 .wd-info-box h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-weight: 700;
    font-size: 16px;
    color: #021224;
}

.sch-3 .wd-info-box p {
    font-size: 13px;
}

.sch-3 .wd-info-box a.btn.theme-btn {
    font-size: 12px;
    width: 100%;
    background: linear-gradient(90deg, #1da871 0%, #76e2e7 100%) !important;
    border-radius: 10px !important;
}

.sch-3 .wd-info-box .info-box-content p:not(:last-child) {
    min-height: 82px;
}

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

.sch-5 {
    background: none !important;
}

.sch-5 .wd-info-box {
    min-height: 0px !important;
    padding-bottom: 24px !important;
}

.Col-1 h4 {
    margin-left: 0px !important;
}

.Col-1.con-1 .btn-row .wpb_wrapper {
    justify-content: start;
}

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

.clg-2 h3 {
    font-weight: 600;
    font-size: 24px;
    font-family: 'Inter';
}

.clg-2 a.btn.btn-style-default.btn-shape-rectangle.btn-size-default.btn.theme-btn {
    border-radius: 12px !important;
    font-size: 15px;
    padding-block: 23px;
}

.clg-2 a.btn.btn-style-default.btn-shape-rectangle.btn-size-default.btn.theme-btn::after {
    display: none;
}

.clg-2 a.btn.btn-style-default.btn-shape-rectangle.btn-size-default.btn.theme-btn::before {
    content: "\f107";
font-family: "woodmart-font";
font-weight: 400;
}

.clg-3 {
    padding-block: 100px;
}

.clg-3 .wpb_text_column.wpb_content_element {
    padding-bottom: 50px;
}

.clg-3 .wd-info-box {
    background: #f5f6f7;
    border: 1px solid #e5ebf0;
    padding: 0px 0px 10px;
    border-radius: 16px;
    margin-bottom: 0px !important;
}

.clg-3 .wd-info-box h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    background: rgba(29, 168, 113, 0.12);
    border-radius: 16px;
    padding-block: 20px;
    padding-inline: 24px;
    font-weight: 700;
    font-size: 18px;
    color: #1da871;
    font-family: 'Inter';
}

.clg-3 .info-box-content {
}

.clg-3 ul {
    padding-inline: 22px 22px;
    list-style: none;
    padding-top: 17px;
}

.clg-3 ul li {
    font-weight: 400;
    font-size: 14px;
    color: #021224;
    border-radius: 8px;
    background: #fff;
    padding-block: 15px;
    position: relative;
    display: flex;
    align-items: center;
    padding-inline: 14px;
    gap: 10px;
}

.clg-3 ul li::before {
    content: '';
    background: #1da871;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 10px;
    position: relative;
    top: -2px;
}

.clg-3 .wpb_column.vc_column_container.vc_col-sm-4:nth-child(2) h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    background: rgba(2, 102, 153, 0.12);
    color: #026699;
}

.clg-3 .wpb_column.vc_column_container.vc_col-sm-4:nth-child(3) h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    background: rgba(91, 100, 111, 0.12);
    color: #5b646f;
}

.clg-3 .wpb_column.vc_column_container.vc_col-sm-4:nth-child(2) ul li::before{
    background: #026699 !important;
}

.clg-3 .wpb_column.vc_column_container.vc_col-sm-4:nth-child(3) ul li::before{
    background: #5b646f!important;
}

.clg-5 h2 {
    color: #fff !important;
    font-size: 33px;
}

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

.clg-5 ul {
    display: flex;
    justify-content: space-around;
    list-style: none;
}

.clg-5 ul li {
    margin: 0px;
    background: rgba(255, 255, 255, 0.1);
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    padding-block: 12px;
    padding-inline: 20px;
    border-radius: 30px;
    margin-top: 15px;
}

.kids-2 .wd-info-box {
    border: 1px solid #e0e5e9;
    box-shadow: 0 12px 28px -10px rgba(2, 18, 36, 0.08) !important;
    background: #fff !important;
    min-height: auto;
    padding-bottom: 30px;
    gap: 20px;
}

.kids-2 .wd-info-box::before {
    background: linear-gradient(90deg, #1da871 0%, #76e2e7 100%) !important;
}

.kids-2 .wd-info-box .info-svg-wrapper {
    object-fit: contain !important;
    width: 55px !important;
    height: 55px !important;
}

.kids-3 {
    background: linear-gradient(90deg, #1da871 0%, #76e2e7 100%) !important;
}

.kids-3 span.sub-heading {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 100px;
    padding-inline: 20px;
    padding-block: 8px;
    background: rgba(255, 255, 255, 0.15);
}

.kids-3 h2 {
    color: #fff;
}

.kids-3 .wpb_text_column.wpb_content_element p {
    color: rgba(255, 255, 255, 0.7);
}

.wpb_text_column.wpb_content_element {}

.kids-3 .wd-info-box {
    background: #fff !important;
    border-radius: 20px !important;
    overflow: hidden;
}

.kids-3 .wd-info-box::before {
    top: -1px;
    background: linear-gradient(90deg, #1da871 0%, #76e2e7 100%);
    left: 0px;
    width: 100%;
    border-radius: 0;
    height: 12px;
    top: -6px;
    right: 0;
    margin: auto;
}

.kids-3 .wd-info-box .info-svg-wrapper {
    width: 76px !important;
    height: 76px !important;
}

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

.kids-3 .wd-info-box p strong {
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    color: #1da871;
    border-radius: 100px;
    padding: 6px 20px;
    display: inline-block;
    background: #e7f8f0;
    margin-top: 5px;
}

.kids-3 .wd-info-box::after {
    content: '';
    background: #fff;
    width: 100%;
    height: 13px;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    border-radius: 10px 9px 0px 0px;
}

.kids-3 {
    padding-top: 100px !important;
}

.kids-2 {
    padding-top: 100px !important;
}

.kids-4 {
    padding-block: 100px;
}

.kids-4 .wpb_text_column.wpb_content_element {
    padding-bottom: 50px;
}

.kids-4  .counter-value.wd-font-weight-600 {
    font-weight: 700 !important;
    font-size: 46px;
    color: #fff;
}

.kids-4 .woodmart-counter {
    box-shadow: 0 14px 30px -12px rgba(2, 18, 36, 0.14);
    background: linear-gradient(90deg, #1da871 0%, #76e2e7 100%);
    margin-bottom: 0px !important;
    text-align: left;
    padding: 25px;
    border-radius: 20px;
}

.kids-4 .woodmart-counter .counter-label {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.96);
    padding-top: 40px;
    margin-top: 0px !important;
}

.kids-4 .counter-value.wd-font-weight-600::after {
    content: '%';
    font-family: 'Inter';
}

.kids-4 .wpb_column.vc_column_container.vc_col-sm-3:nth-child(2) .woodmart-counter , .kids-4 .wpb_column.vc_column_container.vc_col-sm-3:nth-child(4) .woodmart-counter {
    background: linear-gradient(90deg, #387ae5 0%, #4ec5e0 100%);
}

.kids-4 span.sub-heading , .kids-2 span.sub-heading {
    border: 1px solid rgba(29, 168, 113, 0.4);
    border-radius: 100px;
    background: rgba(29, 168, 113, 0.15);
    color: #1da871;
    display: inline-flex;
    padding-inline: 20px;
    height: 31px;
    align-items: center;
    padding-top: 4px;
}

.kids-4 .wpb_column.vc_column_container.vc_col-sm-3:nth-child(4) .woodmart-counter {
    background: linear-gradient(90deg, #8c45df 0%, #b58bf2 100%) !important;
}

body .kids-5 {
    padding-block: 100px !important;
}

body .kids-5 .wpb_column.vc_column_container.vc_col-sm-12 .wpb_text_column.wpb_content_element {
    padding-bottom: 50px;
}

body .kids-5 .wpb_column.vc_column_container.vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
    background: #fff;
    padding: 24px;
    border-radius: 20px;
    border: 1px solid #e0e5e9;
}

body .kids-5 .vc_row.wpb_row.vc_row-fluid:last-child {
    padding-top: 41px;
}

.MYTH h3 {
    background: #ffe1db;
    display: inline-flex;
    padding-inline: 15px;
    padding-block: 5px;
    border-radius: 30px;
    font-size: 13px;
    color: #d1462f;
    font-weight: 700;
    gap: 6px;
}

.MYTH h3::before {
    content: "\f112";
    font-family: "woodmart-font";
    font-weight: 700;
}

.MYTH  p {
    color: #8f2b1a;
    font-weight: 600;
    font-size: 15px;
}

.wpb_text_column.wpb_content_element.MYTH {
    border-bottom: 1px solid #e0e5e9;
    padding-bottom: 20px;
    margin-bottom: 20px !important;
}

.FACT h3 {
    background: #c9f0dd;
    display: inline-flex;
    border-radius: 100px;
    font-weight: 700;
    font-size: 13px;
    font-family: 'Inter';
    padding-inline: 15px;
    padding-block: 5px;
    color: #0f7a4d;
    gap: 7px;
}

.FACT p {
    font-weight: 500;
    font-size: 14px;
    color: #0c5a3a;
}

.FACT h3::before {
    content: "\f107";
    font-family: "woodmart-font";
    font-weight: 700;
}

.kids-7 span.sub-heading {
    color: #1da871;
    border: 1px solid rgba(29, 168, 113, 0.4);
    border-radius: 100px;
    background: rgba(29, 168, 113, 0.15);
    padding-inline: 20px;
    padding-block: 8px;
}

.kids-7 .info-box-subtitle.subtitle-color-default.wd-fontsize-xs.subtitle-style-default {
    display: inline-block;
    background: #e7f8f0;
    border-radius: 100px;
    padding: 7px 16px 5px;
    font-weight: 700 !important;
    font-size: 12px !important;
    color: #1da871 !important;
    margin-bottom: 4px;
}

.kids-7  h3.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-weight: 700;
    font-size: 20px;
    color: #021224;
    font-family: 'Inter';
}

.kids-7 .wd-info-box {
    box-shadow: none !important;
    min-height: 276px !important;
}

.kids-6 {padding-block: 100px !important;}

.kids-6 span.sub-heading {
    border: 1px solid rgba(29, 168, 113, 0.4);
    border-radius: 100px;
    background: rgba(29, 168, 113, 0.15);
    color: #1da871;
    padding-inline: 16px;
    padding-block: 7px;
    letter-spacing: 1.8px;
    margin-bottom: 2px !important;
    display: inline-block;
}

.kids-6 .info-svg-wrapper {
    width: 64px !important;
    height: 64px !IMPORTANT;
}

.kids-6 .wpb_text_column.wpb_content_element {
    padding-bottom: 50px;
}

.kids-6 .wd-info-box {
    border: 1px solid #e0e5e9;
    box-shadow: 0 12px 28px -10px rgba(2, 18, 36, 0.08);
    background: #fff;
    padding: 26px;
    border-radius: 20px;
    margin-bottom: 0px !important;
}

.kids-6 .wd-info-box h3.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-weight: 700;
    font-size: 18px;
    color: #021224;
    font-family: 'Inter';
}

.kids-6 .wd-info-box p {
    font-weight: 400;
    font-size: 14px;
}

.kids-6  a.btn.btn-style-default.btn-shape-round.btn-size-default {
    border-radius: 12px;
    padding: 11px 20px;
    background: linear-gradient(90deg, #1da871 0%, #76e2e7 100%);
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Inter';
    letter-spacing: 0.8px;
}

.kids-5 span.sub-heading {
    color: #1da871;
    border: 1px solid rgba(29, 168, 113, 0.4);
    border-radius: 100px;
    background: rgba(29, 168, 113, 0.15);
    padding-inline: 17px;
    padding-block: 8px 6px;
}
.hidden-marker-point {
  background: transparent !important;
  border: none !important;
}

#map-container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  min-height: auto;
  position: relative;
  z-index: 1 !important;
  isolation: isolate;
}

#map {
  height: 600px;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  background: #f4f7f6;
  z-index: 1 !important;
}

.custom-pin {
  background: #e74c3c;
  border: 2px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(0,0,0,0.4);
  cursor: pointer;
}

.static-label {
  background-color: #1e1e1e !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 4px !important;
  padding: 3px 6px !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.25) !important;
  white-space: nowrap;
}
.static-label::before {
  border-top-color: #1e1e1e !important;
}

.leaflet-popup {
  pointer-events: auto !important;
}
.leaflet-popup-content-wrapper {
  padding: 0 !important;
  background: transparent !important;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2) !important;
  border-radius: 10px !important;
}
.leaflet-popup-content {
  margin: 0 !important;
  width: 330px !important;
  max-width: 85vw !important;
}
.leaflet-popup-tip {
  background: #ffffff !important;
}

.gati-card, .gati-card * { box-sizing: border-box; }
.gati-card {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  background: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #E5E7EB;
  padding: 12px 14px;
  width: 100%;
  margin: 0;
  max-height: 380px;
  overflow-y: auto;
  pointer-events: auto;
}

.gati-card::-webkit-scrollbar {
  width: 4px;
}
.gati-card::-webkit-scrollbar-thumb {
  background: #d1d5db;
  border-radius: 4px;
}

.gati-card .card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  margin-bottom: 2px;
}
.gati-card .card-title {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  color: #111827;
}

.gati-card .badge {
  font-size: 10px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 12px;
  white-space: nowrap;
}
.gati-card .badge.regressive {
  background: #FDE8E8;
  color: #9B1C1C;
}
.gati-card .badge.mixed {
  background: #FEF08A;
  color: #854D0E;
}

.gati-card .subtitle {
  font-size: 11px;
  color: #6B7280;
  margin: 0 0 6px 0;
}
.gati-card .section {
  padding-top: 6px;
  border-top: 1px solid #f3f4f6;
}
.gati-card .section-label {
  font-size: 12px;
  font-weight: 600;
  color: #111827;
  margin: 4px 0 6px;
}
.gati-card .indicators {
  width: 100%;
  font-size: 11px;
  border-collapse: collapse;
  margin-bottom: 4px;
}
.gati-card .indicators td {
  padding: 4px 0;
  color: #111827;
  vertical-align: middle;
}
.gati-card .indicators td.label {
  color: #6B7280;
  display: flex;
  align-items: center;
  border: 0px !important;
}
.gati-card .indicators td.value {
  text-align: right;
  font-weight: 600;
  border: 0px !important;
  padding-left: 6px;
}
.gati-card .indicators td.value.negative {
  color: #B91C1C;
}
.gati-card .findings {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.gati-card .findings li {
  display: flex;
  gap: 6px;
  font-size: 11px;
  color: #374151;
  line-height: 1.35;
}
.gati-card .findings svg {
  margin-top: 1px;
  flex-shrink: 0;
  width: 13px;
  height: 13px;
}


.mwc-blog-post {
    margin: 0 auto;
    padding: 0px 0px 60px;
    color: #222;
    font-family: inherit;
    font-size: 18px;
    line-height: 1.8;
    text-align: left;
}

.mwc-blog-post h1 {
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.15;
    font-weight: 700;
    margin: 0 0 35px;
    color: #111;
    letter-spacing: -0.5px;
}

.mwc-blog-post h2 {
    font-size: clamp(27px, 3vw, 36px);
    line-height: 1.25;
    font-weight: 700;
    margin: 60px 0 22px;
    color: #111;
}

.mwc-blog-post h3 {
    font-size: clamp(22px, 2.5vw, 28px);
    line-height: 1.3;
    font-weight: 600;
    margin: 40px 0 15px;
    color: #222;
}

.mwc-blog-post p {
    margin: 0 0 22px;
}

.mwc-blog-post strong {
    font-weight: 700;
}

.mwc-blog-post em {
    font-style: italic;
}

.mwc-blog-post blockquote {
    margin: 35px 0;
    padding: 25px 30px;
    border-left: 5px solid #222;
    background: #f6f6f6;
    font-size: 21px;
    line-height: 1.6;
    font-style: italic;
}

.mwc-blog-post blockquote p {
    margin: 0;
}

.mwc-blog-post ul {
    margin: 20px 0 30px;
    padding-left: 28px;
}

.mwc-blog-post li {
    margin-bottom: 12px;
    padding-left: 5px;
}

.mwc-blog-post p strong {
    color: #111;
}

.mwc-blog-post ul + p {
    margin-top: 25px;
}


@media (max-width: 767px) {

    .mwc-blog-post {
        padding: 15px 18px 40px;
        font-size: 16px;
        line-height: 1.7;
    }

    .mwc-blog-post h1 {
        font-size: 32px;
        margin-bottom: 25px;
    }

    .mwc-blog-post h2 {
        font-size: 27px;
        margin-top: 45px;
        margin-bottom: 18px;
    }

    .mwc-blog-post h3 {
        font-size: 22px;
        margin-top: 32px;
    }

    .mwc-blog-post blockquote {
        margin: 25px 0;
        padding: 18px 20px;
        font-size: 18px;
    }

    .mwc-blog-post ul {
        padding-left: 22px;
    }

    .mwc-blog-post li {
        margin-bottom: 9px;
    }
}

@media (max-width: 768px) {
  #map {
    height: 380px; 
  }
}
 
  @media (max-width: 480px) {
    .gati-card {
      padding: 16px 16px;
      border-radius: 10px;
    }
    .gati-card .card-title {
      font-size: 18px;
    }
    .gati-card .indicators,
    .gati-card .indicators tbody,
    .gati-card .indicators tr {
      display: block;
      width: 100%;
    }
    .gati-card .indicators td {
      display: block;
      width: 100%;
      padding: 4px 0;
    }
    .gati-card .indicators td.value {
      text-align: left;
      padding-bottom: 10px;
      border-bottom: 1px dashed #E5E7EB;
    }
    .gati-card .findings li {
      font-size: 12.5px;
    }
  }

@media (max-width:1300px){
	body .sec-8 .vc_tta-tabs-container {
    position: unset !important;
    padding-bottom: 30px;
}

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

.sec-6 .wpb_column.vc_column_container.vc_col-sm-5 .wpb_text_column.wpb_content_element h2 {
    font-size: 25px !important;
}

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

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

.sec-1 p {
    font-size: 16px !important;
}
}

@media(max-width: 1024px){
	.wd-logo img {
    max-width: 150px !important;
}

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

.whb-general-header.whb-sticky-row .whb-flex-row.whb-general-header-inner {}

.whb-flex-row.whb-general-header-inner {
    --wd-header-general-sm-h: 80px;
}

section.vc_section.sec-1 {
    padding-block: 160px 100px !important;
    background-position: center;
}

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

body p {
    font-size: 13px !important;
}

.sec-1 p {
    font-size: 14px !IMPORTANT;
}

.btn.theme-btn {
    font-size: 12px !important;
    padding-block: 12px !important;
}

.sec-2 h2 {
    font-size: 20px !important;
}

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

p br {
    display: none !important;
}

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

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

body .sec-5 .wpb_text_column.wpb_content_element p {
    padding: 0px !important;
}

body .sec-5 .wpb_text_column.wpb_content_element {
    padding-bottom: 30px !important;
}

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

.numbring {
    flex-wrap: wrap;
    row-gap: 20px;
}

.numbring div {
    width: 100%;
}

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

.sec-7 {
    margin-inline: 0px;
}

.sec-7 h2 {
    font-size: 20px !important;
}

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

body .sec-8 {
    margin-top: 50px !important;
    padding-block: 50px 30px !important;
}

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

body .sec-8 h2 {
    font-size: 25px !important;
}

body .sec-8 .vc_tta-container {
    padding-top: 20px !important;
}

body .sec-8  .tbs-featured-body h2 {
    font-size: 16px !important;
}

.tbs-layout {
    grid-template-columns: 1fr 380px !important;
}

.sec-9 {
    padding-block: 50px !important;
}

.sec-9 .wd-info-box h3 {
    font-size: 14px !important;
}

.sec-9-inline {flex-wrap: wrap;row-gap: 10px;width: 60%;}

.sec-9-inline div {
    font-size: 11px !important;
}

.sec-9-inline div strong {
    font-size: 11px;
}

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

span.sub-heading {
    font-size: 10px;
}

.sec-10 {
    flex-direction: column;
    row-gap: 30px;
}

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

.sec-10 .wpb_column.vc_column_container.vc_col-sm-6:last-child h2 br {
    display: none;
}

.sec-10 .wpb_column.vc_column_container.vc_col-sm-6:last-child h2 {
    font-size: 23px !important;
}

.sec-11 {
    padding-block: 50px !important;
}

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

.sec-12 {
    padding-block: 50px 30px !important;
}

.sec-12 .wd-info-box {
    padding: 20px !important;
}

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

.sec-13 {
    padding-block: 50px !important;
}

.wd-footer {
    padding-top: 10px !important;
}

body .footer-sidebar .footer-column-1 {
    --wd-col-md: 12 !important;!i;!;
}

body .footer-sidebar .footer-column-2 , body .footer-sidebar .footer-column-3 , body .footer-sidebar .footer-column-4 {
    --wd-col-md: 4 !important;!I;!;
}

.footer-column-1 ul li {
    font-size: 14px;
}

.footer-sidebar h5.widget-title {
    margin-bottom: 20px;
}

.footer-sidebar li a {
    font-size: 13px;
}

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

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

.sec-10 .wpb_column.vc_column_container.vc_col-sm-6:last-child .vc_row.wpb_row.vc_inner.vc_row-fluid .wd-info-box h3.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-size: 30px;
}
	
section.vc_section.sec-1.con-1.about-1 {
    padding-block: 150px 60px !important;
}

section.vc_section.sec-1 h4 {
    font-size: 11px;
}

.about-2 {
    padding-block: 60px !important;
}

.about-2 .woodmart-counter .counter-label {
    font-size: 13px !important;
    text-align: left;
}

.about-2 .woodmart-counter {
    padding-inline: 20px !important;
}

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

.about-4 .wd-list li span.wd-list-content.list-content {
    font-size: 12px;
}

.about-4 .wd-list li {
    padding-block: 5px !important;
}

.about-5 {
    padding-block: 60px !important;
}

.about-5 .wpb_text_column.wpb_content_element ul li {
    height: 35px;
    font-size: 13px;
}

section.vc_section.sec-1.con-1.about-7 {
    padding-block: 60px !important;
}
	
section.vc_section.sec-1.con-1.about-1.art-1 {
    padding-block: 160px 90px !important;
}

body .art-2.about-3.con-3.sec-5 .wd-info-box {
    flex-direction: column;
}

body .art-2.about-3.con-3.sec-5 .wd-info-box img.attachment-800x600.size-800x600 {
    width: 100%;
}

body .about-3.con-3.sec-5 .wd-info-box .info-box-content {
    padding-inline: 0px !important;
}

body .art-2.about-3.con-3.sec-5 .wd-info-box h3 {
    font-size: 20px;
}

section.vc_section.about-3 {
    padding-bottom: 50px !important;
}

.art-3 {
    padding-block: 50px 0px !important;
}

.wd-post-inner.article-inner h3.wd-post-title.wd-entities-title.title.post-title a {
    font-size: 14px !important;
}

.art-3 .wd-post-cat.wd-style-with-bg.meta-post-categories {
}

.art-3 .wd-post-cat.wd-style-with-bg.meta-post-categories a {
    font-size: 11px !important;
}

.art-4 {
    padding-block: 60px 30px;
}

.mwc-news-list .mwc-news-item__download {
    font-size: 12px;
}
	
	.con-1 h4 {
    width: 50%;
}

.edu-2 .wd-info-box::before {
    left: 0;
}

.edu-2 .wpb_column.vc_column_container.vc_col-sm-6 .wd-info-box {
    padding-inline: 0px !important;
    padding-top: 0px !important;
    min-height: auto !important;
}

.edu-2 .wpb_column.vc_column_container.vc_col-sm-4 .wd-info-box {
    padding-inline: 0px !important;
    padding-top: 0px !important;
    min-height: auto !important;
}

.edu-2 .wd-info-box .info-box-content {
    padding-inline: 10px;
}

.edu-3 {
    padding-block: 50px !important;
}

.edu-3 p a {
    font-size: 17px;
}

section.vc_section.sec-1.con-1 {
    padding-bottom: 90px !important;
    padding-top: 190px !important;
}
	
body .con-2 .woodmart-counter .counter-value.wd-font-weight-600, .animal-2 h3 {
    font-size: 30px !important;
}

.con-4 {
    padding-block: 60px !important;
}

.con-4 ul li {
    font-size: 13px;
}

.con-4 .wpb_column.vc_column_container.vc_col-sm-7 .vc_column-inner > .wpb_wrapper {
    padding: 20px !important;
}

.con-4 .wpb_column.vc_column_container.vc_col-sm-7 .vc_column-inner > .wpb_wrapper h3 {
    font-size: 20px !important;
}

.wpforms-submit {
    font-size: 15px !important;
    height: 20px !important;
}

.con-5 {
    padding-block: 70px !important;
}

.con-5 .wd-info-box .info-box-content .info-box-subtitle.subtitle-color-default.wd-fontsize-xs.subtitle-style-default {
    font-size: 14px;
}
	
.contact-2 .wd-info-box span.info-box-title.title.box-title-style-default.wd-fontsize-m {
    word-break: break-all;
    font-size: 13px;
}

.cont-2-box ul li {
    width: 100%;
}

.contact-2 .wd-list li {
    height: auto;
}

.contact-2 {
    padding-block: 50px 30px !important;
}
	
	.con-2 .wd-info-box {
    padding-inline: 0px !important;
    padding-top: 0px !important;
    position: relative;
}

.con-2 .wd-info-box .info-box-content span.event-pos {margin-top: -130px !important;top: 0;font-size: 10px;left: 10px;}

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

.con-3 {
    padding-block: 50px !important;
}

.tnp-field input[type="submit"] {width: 100%;height: 50px;}

.tnp.tnp-subscription .tnp-field.tnp-field-button {
    position: unset;
}

.tnp.tnp-subscription input#tnp-1 {
    width: 100%;
}

.tnp.tnp-subscription .tnp-field.tnp-field-email {
    width: 100%;
}

.event-title {
    font-size: 12px;
}
	
.clg-3 {
    padding-block: 40px !important;
}

.clg-3 .wd-info-box h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-size: 14px;
}

.clg-3 ul li {
    font-size: 12px;
}

.clg-3 ul li::before {
    padding: 5px;
}

.clg-5 ul {
    flex-wrap: wrap;
}

.clg-5 ul li {
    padding-inline: 24px;
}

.clg-5 {
    padding-block: 60px !important;
}
	
	.animal-3  .wpb_column.vc_column_container.vc_col-sm-3 {
    width: 50%;
}

.animal-3 .wd-info-box {
    padding-inline: 20px !important;
    padding-top: 20px !important;
}

.animal-4 {
    padding-block: 60px !important;
}
	
	.human-3 {
    padding-block: 50px !important;
}

.data-table {
    overflow: scroll !important;
}

.outcome-cell {
    width: 100%;
}

body .human-4.edu-2 .wpb_column.vc_column_container.vc_col-sm-4 .wd-info-box {
    padding-inline: 20px !important;
    padding-top: 30px !important;
}

.human-4 .wd-info-box pre strong {
    font-size: 11px !important;
}

.human-4 .wd-info-box pre {
    font-size: 11px !important;
}

.human-5 {
    padding-block: 60px !important;
}
	
	  .data-table {
    min-width: 0;
    border: none;
  }

  .data-table thead {
    display: none; /* header hide karo mobile par */
  }

  .data-table, 
  .data-table tbody, 
  .data-table tr, 
  .data-table td {
    display: block;
    width: 100%;
  }

  .data-table tr {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  }

  .data-table td {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 5px;
    border-bottom: 1px solid #eee;
    text-align: right;
  }

  .data-table td:last-child {
    border-bottom: none;
  }

  /* data-label ko left side heading ki tarah dikhana */
  .data-table td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #1a1a2e;
    text-align: left;
    flex: 0 0 40%;
  }
	
	.kids-3 .wpb_column.vc_column_container.vc_col-sm-3 {
    width: 49.3%;
}

.kids-3   .wpb_column.vc_column_container.vc_col-sm-12 .vc_column-inner > .wpb_wrapper {}

.kids-4 {
    padding-block: 40px !important;
}

.kids-4 .woodmart-counter {
    padding: 20px !important;
}

.kids-4 .counter-value.wd-font-weight-600 {
    font-size: 25px !important;
}

.kids-4 .woodmart-counter .counter-label {
    font-size: 12px;
}

body .kids-5 {
    padding-block: 50px !important;
}

.MYTH h3 {
    font-size: 11px;
}

.FACT h3 {
    font-size: 11px;
}

.kids-7 .info-box-subtitle.subtitle-color-default.wd-fontsize-xs.subtitle-style-default {
    font-size: 10px !important;
}

.kids-7 h3.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-size: 17px !important;
}

.kids-6 {
    padding-block: 50px !important;
}
	
.project-2 .wd-info-box .info-box-subtitle.subtitle-color-default.wd-fontsize-xs.subtitle-style-default {
    font-size: 14px;
}

.project-2 {
    padding-block: 40px !important;
}

.project-4 .wpb_text_column.wpb_content_element h2 {
    font-size: 25px !important;
}
	
.sch-3 .wpb_column.vc_column_container.vc_col-sm-1\/5 {
    width: 50%;
    margin-bottom: 15px;
}

.sch-5 .wpb_column.vc_column_container.vc_col-sm-3 {
    width: 50%;
    margin-bottom: 15px;
}
	
.page-id-128 .spon-3 .wpb_column.vc_column_container.vc_col-sm-3 {
    width: 50%;
}

.page-id-128 .spon-3 .wpb_column.vc_column_container.vc_col-sm-3 .wd-info-box {
    padding-bottom: 40px !important;
    min-height: 0px !important;
    margin-bottom: 15px !important;
}
	
	.uni-2 {
    padding-block: 40px !important;
}

.wpb_column.vc_column_container.vc_col-sm-3 {}

.uni-2 .wpb_column.vc_column_container.vc_col-sm-3 {
    width: 50%;
    margin-bottom: 15px;
}

.funders-table tbody td {
    font-size: 12px;
}

.uni-4 {
    padding-block: 40px !important;
}
}

@media(max-width: 768px){
	h1 {
    font-size: 23px !important;
}

h1 br {
    display: none;
}

p , .sec-1 p {
    font-size: 12px !important;
}

section.vc_section.sec-1 {
    padding-bottom: 50px !important;
    padding-top: 130px !important;
}

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

.btn-row .wpb_wrapper a.btn.btn-style-default.btn-shape-rectangle.btn-size-default.btn.theme-btn {
    width: 100%;
}

.sec-2 {
    padding-block: 40px !important;
    flex-direction: column;
}

.sec-2 a.btn.btn-style-default.btn-shape-rectangle.btn-size-default.btn.theme-btn {
    margin-top: 20px;
    width: 100%;
}

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

.sec-3 .wd-info-box {
    width: 100% !important;
    margin-top: 20px;
    margin-inline: unset !important;
    max-width: 100%;
}

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

.sec-3 .vc_tta-container li.vc_tta-tab a span.vc_tta-title-text {
    font-size: 11px;
}

.vc_tta-panel-body {
    background: none !important;
    box-shadow: none !important;
    border: none !important;
}

.sec-3 .tabs-con .wd-info-box {
    max-width: 100% !important;
    width: 100% !important;
    margin: unset !important;
    top: 0;
}

body .tabs-con {
    padding-block: 95px !important;
    background-position: 70% 180% !important;
}

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

.sec-3 .wd-info-box p {
    font-size: 12px !important;
}

.sec-4 h2 br {
    display: none;
}

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

.sec-4 .wpb_column.vc_column_container.vc_col-sm-6:last-child > .vc_column-inner > .wpb_wrapper {
    padding-left: 0;
    padding-top: 28px;
}

.sec-4 .wpb_column.vc_column_container.vc_col-sm-6:last-child > .vc_column-inner > .wpb_wrapper::before {
    left: 28px;
}

.sec-4 .info-box-subtitle.subtitle-color-default.wd-fontsize-xs.subtitle-style-default::after {
    width: 20px;
    height: 20px;
    top: -5px;
    left: -39px;
}

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

body .sec-5 .wd-info-box p a {
    font-size: 13px;
}

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

body .sec-6 .wpb_column.vc_column_container.vc_col-sm-7.wpb_text_column.wpb_content_element {}

.sec-6 .wpb_column.vc_column_container.vc_col-sm-3 {
    width: 100%;
    padding-top: 20px;
}

.sec-7 {
    padding-left: 0px;
    flex-direction: column;
    padding-right: 0px !important;
}

.sec-7 p {
}

.sec-7 .wpb_column.vc_column_container.vc_col-sm-4 {
    padding-top: 20px;
}

body .sec-8 {
    padding-top: 50px !important;
}

body .sec-8 h2 {
    font-size: 20px !important;
}

.tbs-layout {
    grid-template-columns: 1fr !important;
}

.sec-9 {
    flex-direction: column;
    padding-block: 40px 35px !important;
}

.sec-10 .wpb_column.vc_column_container.vc_col-sm-6:last-child .vc_row.wpb_row.vc_inner.vc_row-fluid {
    display: flex;
    flex-wrap: wrap;
}

.sec-10 .wpb_column.vc_column_container.vc_col-sm-6:last-child .vc_row.wpb_row.vc_inner.vc_row-fluid .wpb_column.vc_column_container.vc_col-sm-4 {
    width: 50% !important;
	    padding-bottom: 15px;
}

.sec-10 {
    padding-bottom: 10px;
}

.sec-11 span.wd-marquee-item {
    font-size: 13px;
    padding-block: 10px;
}

.sec-13 {
    margin: 0;
    padding-bottom: 20px !important;
}

.sec-13 .wpb_text_column.wpb_content_element {
    padding-bottom: 30px;
}
	
	.sec-6 .wpb_column.vc_column_container.vc_col-sm-5 .wpb_text_column.wpb_content_element {
    margin-top: 20px !important;
}
	
	.sec-3  .wpb_column.vc_column_container.vc_col-sm-6 {
    width: 100%;
}
	
.about-2 {
    padding-block: 40px !important;
    flex-direction: column;
    row-gap: 20px;
    padding-bottom: 0px !important;
}

.about-4 .wd-list {
    padding-bottom: 20px;
}

.about-4 {
    padding-bottom: 50px !important;
}

.about-5 {
    padding-block: 40px !important;
}

.about-5 .wpb_text_column.wpb_content_element ul li {
    width: 100%;
    justify-content: center;
    padding: 0;
}
	
.wd-post-inner.article-inner h3.wd-post-title.wd-entities-title.title.post-title a {
    width: 100%!important;
}

.article-inner h3.wd-post-title.wd-entities-title.title.post-title {
    width: 100% !important;
}
	
	section.vc_section.sec-1.con-1 {
    padding-bottom: 50px !important;
    padding-top: 150px !important;
}
	
.con-2 .wd-info-box .info-box-content span.event-pos {
    margin-top: -70px !important;
}
	
	.spon-2 {
    padding-block: 40px !important;
    display: flex;
    flex-wrap: wrap;
}

.spon-2 .wpb_column.vc_column_container.vc_col-sm-3 {
    width: 50%;
    margin-bottom: 15px;
}

.spon-2 .wpb_column.vc_column_container.vc_col-sm-3 .counter-label {
    font-size: 14px !important;
}

.spon-2 .wpb_column.vc_column_container.vc_col-sm-3 p {
    font-size: 12px !important;
}

.page-id-128 .con-3 .wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_wd-slide-from-left.wd-slide-from-left.wpb_start_animation.animated {
    padding-bottom: 0px !important;
}

.page-id-128 .spon-3 .wpb_column.vc_column_container.vc_col-sm-3 .wd-info-box {
    width: 100% !important;
}

.page-id-128 .spon-3 .wpb_column.vc_column_container.vc_col-sm-3 {
    width: 100%;
}

.spon-4 {
    padding-block: 40px !important;
    display: flex;
    flex-direction: column;
    row-gap: 0px;
}

.spon-4 .wpb_column.vc_column_container.vc_col-sm-7 {
    padding-top: 25px;
}

.spon-5 .info-box-subtitle.subtitle-color-default.wd-fontsize-xs.subtitle-style-default {
    font-size: 13px !important;
}

.spon-5 {
    padding-block: 40px !important;
}

.spon-5 h2.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-size: 19px !important;
}
	
	.page-id-317 section.vc_section.sec-1 h4 {
    width: unset !important;
    padding-inline: 0px !important;
    max-width: 240px;
}
	
.page-id-317 section.vc_section.sec-1 h4 {
    width: unset !important;
    padding-inline: 0px !important;
    max-width: 240px;
}

.clg-2 {
    padding-block: 40px !important;
}

.clg-2 h3 {
    font-size: 20px;
}

.clg-2 h3 br {
    display: none;
}

.clg-2 .wpb_column.vc_column_container.vc_col-sm-4 {
    width: 100%;
}

.clg-2 .wpb_column.vc_column_container.vc_col-sm-4 .wd-button-wrapper {
    text-align: left !important;
    margin-top: 20px;
}
	
	
.clg-3 .wd-info-box {margin-bottom: 15px !important;}

	.clg-5 ul li {
    font-size: 13px;
}

	.con-2 .wpb_text_column.wpb_content_element {
    padding-bottom: 25px !important;
}
	
	.contact-2 {
    padding-block: 40px 20px !important;
}

.contact-2 .wpb_column.vc_column_container.vc_col-sm-7 {
    padding-bottom: 30px;
}

.contact-2 span.wd-list-content.list-content {
    font-size: 14px !IMPORTANT;
}
	
	.page-id-233 section.vc_section.sec-1 h4 {
    width: 64%;
}
	
	.animal-1 a.btn.btn-style-default.btn-shape-rectangle.btn-size-default.btn.theme-btn {
    font-size: 13px !important;
    padding-block: 13px !important;
}

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

.animal-3 .wd-info-box {
    min-height: auto;
}

.animal-4 {
    padding-block: 40px !important;
}

.animal-4 .wd-info-box {
    margin-bottom: 15px;
}

section.vc_section.sec-1.con-1.about-7.animal-5 {
    padding-block: 40px !important;
}
	
	.human-3 .wpb_column.vc_column_container.vc_col-sm-12 .wpb_text_column.wpb_content_element:first-child {
    padding-bottom: 30px !important;
}

td.harm-cell {
    text-align: left !important;
    font-size: 13px !important;
}

td.animal-cell {
    text-align: left !important;
    font-size: 13px !important;
}

.human-4 .wpb_column.vc_column_container.vc_col-sm-12 .wpb_text_column.wpb_content_element {
    padding-right: 0px !important;
}

.human-5 {
    padding-block: 40px !important;
    flex-direction: column;
    row-gap: 20px;
}

.human-5 .wd-info-box {
    padding: 20px !important;
}

.human-5 .wd-info-box h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-size: 50px !important;
}
	
	.kids-4 .woodmart-counter {
    margin-bottom: 15px !important;
}

.kids-4 .wpb_text_column.wpb_content_element {
    padding-bottom: 30px !important;
}

body .kids-5 .wpb_column.vc_column_container.vc_col-sm-12 .wpb_text_column.wpb_content_element {
    padding-bottom: 30px !important;
}

body .kids-5 .vc_row.wpb_row.vc_row-fluid:last-child {padding-top: 0px !important;}

body .kids-5 .wpb_column.vc_column_container.vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
    margin-bottom: 20px;
}

body .kids-5 {
    padding-bottom: 35px !important;
}

body .kids-7 {
    padding-bottom: 20px !important;
}

.kids-6 .wpb_text_column.wpb_content_element {padding-bottom: 30px !important;}

.kids-6 .wd-info-box {
    margin-bottom: 20px !important;
}

.kids-6 {
    padding-bottom: 30px !important;
}

.edu-3 p a {
    font-size: 15px;
}
	
.project-2 {
    flex-direction: column;
    row-gap: 0px;
    padding-bottom: 15px !important;
}

.project-2 .info-box-wrapper {
    justify-content: start !important;
}

.project-2 .wd-info-box {
    width: 100%;
    margin-bottom: 20px !important;
}

.project-2 .wpb_column.vc_column_container.vc_col-sm-6:last-child {
    padding-top: 20px;
}

.project-3 .wd-info-box {
    flex-direction: column;
    gap: 20px !important;
}

.project-3 .wd-info-box .box-icon-wrapper.box-with-icon.box-icon-simple {
    width: 100%;
}

.project-3 .wd-info-box .box-icon-wrapper.box-with-icon.box-icon-simple .info-box-icon img {
}

.project-3 .wd-info-box .info-svg-wrapper {
    width: 128px !important;
    height: 144px !important;
}
	
	.page-id-295 section.vc_section.sec-1 h4 {
    width: 60%;
}

.sch-2 h2.info-box-title.title.box-title-style-default.wd-fontsize-m {
    line-height: 1.2 !important;
}

.sch-3 .wpb_text_column.wpb_content_element {
    padding-bottom: 30px !important;
}

.sch-3 .wpb_column.vc_column_container.vc_col-sm-1\/5 {
    width: 100%;
}

.sch-3 .wd-info-box .info-box-content p:not(:last-child) {
    min-height: auto;
}

.sch-5 .wpb_column.vc_column_container.vc_col-sm-3 {
    width: 100%;
}
	
	.page-id-324 section.vc_section.sec-1 h4 {
    width: auto !important;
    padding-inline: 10px;
}

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

.uni-3 {
    padding-block: 40px !important;
}

.uni-4 .vc_row.wpb_row.vc_inner.vc_row-fluid::before {
    display: none;
}

.uni-4 {
    display: flex;
    flex-wrap: wrap;
}

.uni-4 .wpb_column.vc_column_container.vc_col-sm-1\/5 {
    width: 50%;
}

.uni-4 .vc_row.wpb_row.vc_inner.vc_row-fluid {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}

.uni-4 .wpb_text_column.wpb_content_element {
    padding-bottom: 35px !important;
}
	
	.single-post .wd-page-title.page-title.page-title-default.title-size-default.title-design-centered.color-scheme-dark.title-blog {
    padding-top: 110px !important;
}
	
.footer-column-1 ul {
    flex-wrap: wrap;
    gap: 7px;
    justify-content: center;
    gap: 13px;
    row-gap: 0;
}

.footer-column-1 ul li {
    font-size: 13px;
}

.footer-column-1 img.image.wp-image-102.attachment-full.size-full {
    width: 100px !important;
}

div#media_image-4 {
    text-align: center;
}

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

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

.footer-sidebar h5.widget-title {
    font-size: 14px;
}

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

.wd-copyrights.wd-layout-two-columns .wd-col-end a {
    font-size: 12px;
}
}


.single-post nav.wd-breadcrumbs {
    display: none !important;
}