@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//worthyhealth0829.devworksite.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.3.9") format("woff2");
}

:root {
	--wd-text-font: "Hind", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(17,17,28);
	--wd-text-font-size: 16px;
	--wd-title-font: "Funnel Display", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: rgb(17,17,28);
	--wd-entities-title-font: "Hind", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: rgb(17,17,28);
	--wd-entities-title-color-hover: rgb(17, 17, 28);
	--wd-alternative-font: "Hind", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Hind", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(17,17,28);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Hind", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 14px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(221,42,68);
	--wd-alternative-color: rgb(0,28,68);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--wd-form-brd-width: 0px;
	--notices-success-bg: rgb(12,29,141);
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(221,51,51);
	--notices-warning-color: #fff;
	--wd-link-color: rgb(12,29,141);
	--wd-link-color-hover: rgb(17,17,28);
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.page .wd-page-content {
	background-color: rgb(245,245,252);
	background-image: none;
}
body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {
	--wd-form-color: rgb(17,17,28);
	--wd-form-placeholder-color: rgb(17,17,28);
	--wd-form-brd-color-focus: rgb(12,29,141);
	--wd-form-bg: rgb(245,245,252);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1240px;
--wd-form-brd-radius: 35px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1240px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: #0a0a0a;
}

/* 
Blue: 001C44
Red: DD2A44
Text: 11111c
Light: F5F5FC
 */

/** Scroll bar CSS Start **/
.wd-scrollbar.platform-Windows {
    --wd-scroll-w: 17px;
}
::-webkit-scrollbar {
  width: 18px;
}
::-webkit-scrollbar-thumb {
border:2px solid #19191D;
background-color: #DD2A44 !important;
}
::-webkit-scrollbar-track {
   background: #19191D;
}
/** Scroll bar CSS End **/



/* Full width container :start */
:root{
	--aa-half-width: calc((100vw - 1240px - var(--wd-scroll-w)) / 2);
}
.qa-leftcontainer{
	padding-left:var(--aa-half-width) !important;
}
.qa-rightcontainer{
	padding-right:var(--aa-half-width) !important;
}
/* Full width container :end */





/* Global Css start  */
.page-title {
    background-blend-mode: overlay;
    background-color: #000000ba !important;
}
.page-title{
    height:380px !important; 
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px !important;
}
.page-title .title {
    font-size: 70px !important;
	  text-transform:uppercase;
}
.copyrights-wrapper a, .copyrights-wrapper p {
  font-size: 14px !important;
	color: #F5F5FC !important;
	font-weight: 400 !important;
}
.copyrights-wrapper a:hover {
    text-decoration: underline !important;
    text-underline-offset: 0px !important;
}
.copyrights-wrapper {
    background-color: #000000;
    color: #F5F5FC;
    border: none;
    font-size: 14px !important;
    font-weight: 400 !important;
}
.wd-cookies-popup{
    z-index:99999999; 
}	
div#tidio-chat {
    bottom: 20px !important;
    right: -10px !important;
}
a.qlwapp__button.qlwapp__button--bubble {
    margin-right: 10px !important;
    margin-bottom: 140px !important;
}
.grecaptcha-badge {
    bottom: 160px !important;
		display:none !important;
}	
.scrollToTop {
    bottom: 70px !important; 
    left:20px !important;
}
a.scrollToTop.button-show {
    background-color:#0C1D8D;
    color: #F5F5FC;
	  border: 1px solid #F5F5FC;
}
a.scrollToTop.button-show:hover{
    background-color:#DD2A44;
    color: #F5F5FC;
	  border: 1px solid #F5F5FC;
}
.wd-btn-arrow {
    opacity: 1 !important;
    visibility: visible !important;
    user-select: auto !important;
    transform: none !important;
}
.elementor-counter-title {
    text-align: center;
}
.wpcf7-response-output {
    max-width: fit-content;
}
div.wpcf7-response-output {
    display: none;
    margin: 20px auto 0 !important;
    border-radius: 12px !important;
}
.elementor-widget-text-editor p:last-child {
    margin-bottom: 0 !important;
}
span.elementor-icon-list-text {
    word-break: break-word;
}
/* Global Css end  */





/* header start  */
header .wd-nav>li>a {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 1.3px;
    color: #11111C !important;
}
header .wd-nav>li>a:hover {
    color: #DD2A44 !important;
}
header .wd-nav[class*="wd-style-"]>li:is(.current-menu-item,.wd-active,.active)>a{
    color:#DD2A44 !important;
}


header .whb-color-dark:not(.whb-with-bg) {
    background-color: #17B978 !important;
}
.wd-nav>li:is(.wd-has-children,.menu-item-has-children)>a:after {
    font-size: 14px !important;
    color: #11111C !important;
}
.wd-sub-menu li>a{
    color: #11111C !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
}
/* header end  */


/* footer start  */
.footer .wd-nav-vertical.wd-design-default {
    border: 0px solid var(--brdcolor-gray-200);
}
.footer .wd-nav-vertical.wd-design-default>li:not(:last-child) {
    border-bottom: 0px solid var(--brdcolor-gray-200);
}
.footer .wd-nav>li>a {
    padding: 12px 18px !important;
    color: #F5F5FC !important;
    text-transform: inherit;
    font-size: 14px !important;
    line-height: 20px !important;
    background-color: unset !important;
}
.footer .wd-nav>li>a {
    color: #F5F5FC !important;
}
.footer .wd-nav>li>a span{
    font-weight:400;
	  text-transform:uppercase;
}
.footer span.nav-link-text {
    text-transform: unset;
    letter-spacing: 0.3px;
}
.footer .current-menu-item a.woodmart-nav-link {
    color: #DD2A44 !important;
}
.footer a.woodmart-nav-link:hover{
    color: #DD2A44 !important;
}

.footer li.elementor-icon-list-item a:hover .elementor-icon-list-text {
    text-decoration: underline;
}
.footer .wd-nav {
    --nav-gap: 60px !important;
}
.wd-nav-mobile.wd-nav>li>a {
    text-transform: capitalize;
    font-weight: 400 !important;
    font-size: 16px !important;
    letter-spacing: 1px !important;
}
.wd-sub-menu li>a {
    color: #11111C !important;
    font-size: 14px !important;
}
.wd-sub-menu li>a:hover, .wd-sub-menu li.current-menu-item>a {
    color: #DD2A44 !important;
}
/* footer End  */


/* footer start  */
footer .wd-nav-vertical.wd-design-default {
    border: 0px solid var(--brdcolor-gray-200);
}
footer .wd-nav-vertical.wd-design-default>li:not(:last-child) {
    border-bottom: 0px solid var(--brdcolor-gray-200);
}
footer .wd-nav>li>a {
    padding: 12px 18px !important;
    color: #F5F5FC !important;
    text-transform: inherit;
    font-size: 14px !important;
    line-height: 20px !important;
    background-color: unset !important;
}
footer .wd-nav>li>a {
    color: #F5F5FC !important;
}
footer .wd-nav>li>a span{
    font-weight:400;
}
footer span.nav-link-text {
    text-transform: uppercase;
    letter-spacing: 1.3px;
}
footer .current-menu-item a.woodmart-nav-link {
    color: #DD2A44 !important;
}
footer a.woodmart-nav-link:hover{
    color: #DD2A44 !important;
}

footer li.elementor-icon-list-item a:hover .elementor-icon-list-text {
    text-decoration: underline;
}
footer .wd-nav {
    --nav-gap: 60px !important;
}
.wd-nav-mobile.wd-nav>li>a {
    text-transform: uppercase;
    font-weight: 400 !important;
    font-size: 14px !important;
    letter-spacing: 1px !important;
}
.wd-sub-menu li>a {
    color: #11111C !important;
    font-size: 14px !important;
}
/* footer End  */




/* button css start  */
.btn, .elementor-button, .cookies-buttons .cookies-accept-btn, .submit-btn input[type=submit], .subscribe-news .btn{
    position: relative;
    padding: 14px 32px 10px !important;
    color: #F5F5FC !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    border-radius: 60px !important;
    box-shadow: none !important;
    border: 1px solid #F5F5FC;
    overflow: hidden;
    transition: all 1s ease;
    line-height: 25px !important;
    font-family: 'Hind' !important;
    letter-spacing: 1.3px !important;
    font-weight: 600 !important;
	  background-color: #DD2A44 !important;
}
.header-btn{
		font-size:14px !important;
}
.btn-two .elementor-button, .subscribe-news .btn {
    background-color: #001C44 !important;
    color: #F5F5FC !important;
}

.btn:hover, .elementor-button:hover, .cookies-buttons .cookies-accept-btn:hover, .btn-two .elementor-button:hover, .submit-btn input[type=submit]:hover{
    background-color: #001C44 !important;  
    color: #F5F5FC !important;
}
.btn-two .elementor-button:hover, .subscribe-news .btn:hover {
    background-color: #DD2A44 !important;
    color: #F5F5FC !important;
}
.btn-underline .elementor-button {
    padding: 0px !important;
    border: 0px !important;
    background-color: unset !important;
    text-decoration: underline;
    color: #FF5C74 !important;
    text-underline-offset: 3px;
    text-decoration-thickness: 2px;
    border-radius: 0px !important;
}
.btn-underline .elementor-button:hover{
    text-decoration: none;
}
 .subscribe-news .btn {
    border-color: #001C44 !important;
}
/* pagination */
.wd-nav-pagin-wrap[class*="wd-style-shape"] li span {
    border-color: #001C44 !important;
    background-color: #001C44 !important;
    width: 20px !important;
    height: 0px !important;
}
.wd-nav-pagin-wrap[class*="wd-style-shape"] li.wd-active span {
    border-color: #DD2A44 !important;
    background-color: #DD2A44 !important;
    width: 40px !important;
    height: 0px !important;
}


/* contact form */
.contact-form input, .contact-form textarea, .contact-form select {
    background-color: #FFFFFF !important;
    height: 48px !important;
    font-size: 16px !important;
    font-weight:400 !important;
	  border-radius:12px;
}
:root textarea {
    min-height: 120px !important;
}
/* contact form end  */














/* testimonia start */
.testimonial-inner {
    box-shadow: unset;
    text-align: left;
	  border-radius: 00px !important;
	  display: flex;
    gap: 20px;
}
.testimonial-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;	  
}
.testimonial-content footer{
    order: 1;
    margin-top: 0px;
    font-size: 24px !important;
    font-family: 'Funnel Display';
    text-transform: capitalize;
    font-weight: 700 !important;
}
.testimonial-content footer span{
    font-size: 16px !important;
    font-family: 'Hind';
    text-transform: capitalize;
    color: #11111C !important;
}
.testimonial-content footer span:before{
    display:none !important;
	  text-transform:uppercase !important;
}
.testimonial-rating {
    order: 2;
	  margin-bottom: 0px !important;
}
.testimonial-content p {
    order: 3;
	  margin: 0px !important;
	  max-width:310px;
}
.testimonial-avatar{
	  margin:0px !important;
	position:relative;
}
/* .testimonial-avatar::before {
    content: url(/wp-content/uploads/2026/01/Group.svg);
    position: absolute;
    z-index: 11;
    top: -20px;
    left: -22px;
} */
.testimonial-avatar img {
    min-width: 180px !important;
    max-width: 180px !important;
    border-radius: 0px !important;
    height: 180px !important;
    z-index: 1;
    position: relative;
}
.wd-prev .wd-arrow-inner:after {
    content: url(/wp-content/uploads/2026/02/Vector.svg) !important;
}
.wd-next .wd-arrow-inner:after {
    content: url(/wp-content/uploads/2026/02/Vector-1.svg) !important;
}
@media (max-width:768px){
.testimonial-inner {
    flex-direction: column;
}
.testimonial-content {
    justify-content: start;
    flex-wrap: nowrap;
    flex-direction: column;
    text-align: left;
    align-items: start;
}
.testimonial-content p {
    max-width: 100%;
}
}@media (min-width: 1025px) {
	/* laptop css start  */
@media (max-width:1600px) and (min-width:1025px){
.qa-heading h2 {
   font-size: 50px !important;
   line-height: 64px !important;
}
.page-title {
   height: 350px !important;
   margin-bottom: 0px !important;
   margin-top: 0px;
   padding-top: 70px !important;
   display: flex;
   justify-content: center;
   align-items: center;
}
.page-title .title {
  font-size: 60px !important;
}
.banner h2 {
    font-size: 54px !important;
    line-height: 64px !important;
}
.wd-nav-arrows{
    --wd-arrow-offset-h: 0px !important;
    --wd-arrow-offset-v: 0px !important;	
}
.banner img{
    height:550px !important;
	  object-fit:contain;
}
}

@media (max-width:1250px){
.wd-nav.wd-gap-l {
    --nav-gap: 14px !important;
}
.whb-space-element.whb-4w8hpjl29m4x7abkvdhe {
    width: 0px !important;
}
.wd-nav-arrows{
    display:none !important;
}
.wd-nav-pagin-wrap {
    display: block !important;
}
}
/* laptop css end */
}

@media (min-width: 768px) and (max-width: 1024px) {
	/* tablet css start  */
header .container{
    padding-left:15px !important;
    padding-right:15px !important;
}
.page-title {
  height: 250px !important;
  margin-top: 0px !important;
  padding-top:0px !important;
  display:flex;
  align-items: center;
  justify-content: center; 
}
.btn, .elementor-button {
	padding: 14px 24px !important;
	font-size: 16px !important;
  letter-spacing: 0px !important;
}
.whb-sticked .whb-sticky-row {
padding: 0px 0 !important;
}
.grecaptcha-badge {
display: none !important;
}
.page-title .title {
font-size: 50px !important;
}
.scrollToTop {
    bottom: 140px !important;
	  left:10px !important;
}
.wd-logo img[width]:not([src$=".svg"]) {
    max-width: 100% !important;
}
.qa-slide .wd-carousel {
  --wd-col-lg: 2 !important;
  --wd-col-md: 2 !important;
  --wd-col-sm: 2 !important;
}
div#tidio-chat {
  bottom: 120px !important;
  right: 0px !important;
}
a.qlwapp__button.qlwapp__button--bubble {
    margin-right: 10px !important;
    margin-bottom: 200px !important;
}
header.whb-sticked {
   display: block !important;
}
/* tablet css end */
}

@media (min-width: 577px) and (max-width: 767px) {
	/* landscape css start  */
.page-title {
    height: 175px !important;
	  padding-top:20px !important;
    background-position: left;
}
.page-title .title {
    font-size: 40px !important;
}
header .container{
		padding-left:15px !important;
		padding-right:15px !important;
}
.btn, .elementor-button {
	padding: 14px 24px !important;
	font-size: 16px !important;
  letter-spacing: 0px !important;
}
.whb-sticked .whb-sticky-row {
    padding: 0px 0 !important;
}
.grecaptcha-badge {
    display: none !important;
}
ul.elementor-icon-list-items.elementor-inline-items {
    gap: 20px;
}
.scrollToTop {
    bottom: 140px !important;
	  left:10px !important;
}
.wd-logo img[width]:not([src$=".svg"]) {
    max-width: 100% !important;
}
div#tidio-chat {
  bottom: 120px !important;
  right: 0px !important;
}
a.qlwapp__button.qlwapp__button--bubble {
    margin-right: 10px !important;
    margin-bottom: 200px !important;
}

/* landscape css end */
}

@media (max-width: 576px) {
	/* mobile css start  */
.page-title {
    height: 175px !important;
	  padding-top:20px !important;
	  background-position: left;
}
.page-title .title {
    font-size: 40px !important;
}
header .container{
		padding-left:15px !important;
		padding-right:15px !important;
}
.btn, .elementor-button {
	padding: 14px 32px !important;
	font-size: 16px !important;
  letter-spacing: 0px !important;
}
.whb-sticked .whb-sticky-row {
    padding: 0px 0 !important;
}
.grecaptcha-badge {
    display: none !important;
}
ul.elementor-icon-list-items.elementor-inline-items {
    gap: 20px;
}
.scrollToTop {
    bottom: 140px !important;
	  left:10px !important;
}
.wd-logo img[width]:not([src$=".svg"]) {
    max-width: 100% !important;
}
div#tidio-chat {
  bottom: 120px !important;
  right: 0px !important;
}
a.qlwapp__button.qlwapp__button--bubble {
    margin-right: 10px !important;
    margin-bottom: 200px !important;
}
/* mobile css end */
}

