/*
Core
*/
* {
    outline: none;
    box-shadow: none;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid #fff;
    -webkit-text-fill-color: #838291;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}

.screen-reader-text {
    display: none;
}

.btn, .btn:hover, .btn:focus {
    box-shadow: none;
    border: 0;
    text-decoration: none;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'FONTSPRING DEMO - Articulat CF';
    src: url('../fonts/FONTSPRINGDEMO-ArticulatCFRegular.eot');
    src: url('../fonts/FONTSPRINGDEMO-ArticulatCFRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FONTSPRINGDEMO-ArticulatCFRegular.woff2') format('woff2'),
        url('../fonts/FONTSPRINGDEMO-ArticulatCFRegular.woff') format('woff'),
        url('../fonts/FONTSPRINGDEMO-ArticulatCFRegular.ttf') format('truetype'),
        url('../fonts/FONTSPRINGDEMO-ArticulatCFRegular.svg#FONTSPRINGDEMO-ArticulatCFRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bomstad Display';
    src: url('../fonts/BomstadDisplay-ExtraBold.woff2') format('woff2'),
        url('../fonts/BomstadDisplay-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bomstad Display';
    src: url('../fonts/BomstadDisplay-SemiBold.woff2') format('woff2'),
        url('../fonts/BomstadDisplay-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bomstad Display';
    src: url('../fonts/BomstadDisplay-Regular.woff2') format('woff2'),
        url('../fonts/BomstadDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bomstad Display';
    src: url('../BomstadDisplay-Black.eot');
    src: url('../BomstadDisplay-Black.eot?#iefix') format('embedded-opentype'),
        url('../BomstadDisplay-Black.woff2') format('woff2'),
        url('../BomstadDisplay-Black.woff') format('woff'),
        url('../BomstadDisplay-Black.ttf') format('truetype'),
        url('../BomstadDisplay-Black.svg#BomstadDisplay-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bomstad Display';
    src: url('../fonts/BomstadDisplay-Black.woff2') format('woff2'),
        url('../fonts/BomstadDisplay-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}



/*@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold.ttf') format('truetype'),
        url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
} 


@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype'),
        url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*/





body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto; 
  font-style: normal;
  color: #000;
}

.opacity-0 {
    opacity: 0;
}

.container {
    max-width: 1240px;
    width: 100%;
    clear: both;
} 

.container-fluid {
    max-width: 1440px;
}

.nav-link:hover {
    color: #e04e15 !important;
} 

.slider-btn {
    text-decoration: none;
    color: #fff;
    padding:7px 10px 7px 30px;
    background-image: -webkit-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    display: inline-flex;
    margin: 15px 0 0;
    border-radius: 50px;
    font-family: 'Bomstad Display';
    font-weight: 600;
    text-transform: uppercase;
    align-items: center;
        transition: transform 0.3s ease, background-color 0.3s ease;
}

 /* Hover effect */
      .slider-btn:hover {
          background-image: -webkit-linear-gradient(0deg, rgb(224, 156, 26) 0%, rgb(224, 78, 21) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(224, 156, 26) 0%, rgb(224, 78, 21) 100%);
             transform: scale(1.02); /* Slightly enlarge the button */
            text-decoration: none;
            color: #fff; 
       transition: transform 0.2s ease, background-color 0.3s ease;
        }

        /* Optional focus styles */
       .slider-btn:focus {
            outline: none;
            box-shadow: 0 0 10px #4CAF50;
        }


.common-btn,
.wc-block-cart__submit-button,
.wc-block-components-button {
    text-decoration: none;
    color: #fff;
    padding:14px 25px;
    background-image: -webkit-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    display: inline-flex;
    margin: 15px 0 0;
    border-radius: 50px;
    font-family: 'Bomstad Display';
    font-weight: 600;
    text-transform: uppercase;
    align-items: center;
    transition: transform 0.7s ease, background-color 0.7s ease;
    border:none;
}

 /* Hover effect */
      .common-btn:hover,
      .wc-block-cart__submit-button:hover,
      .wc-block-components-button:hover {
          background-image: -webkit-linear-gradient(0deg, rgb(224, 156, 26) 0%, rgb(224, 78, 21) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(224, 156, 26) 0%, rgb(224, 78, 21) 100%);
             transform: scale(1.02); /* Slightly enlarge the button */
            text-decoration: none;
            color: #fff; 
       transition: transform 0.9s ease, background-color 0.9s ease;
        }

        /* Optional focus styles */
       .common-btn:focus {
            outline: none;
            box-shadow: 0 0 10px #4CAF50;
        }

.slider-btn img {
    max-width: 40px;
    max-height: 40px;
    margin-left: 30px;
} 

.card-header { 
    border: none !important;
        background: transparent;
  
}

.card.faq-item.active .card-header {
    background: transparent !important;
    border: none;
} 

.card-body {
    padding: 0 30px !important;
}

.faqs-section .faq-list .faq-item .card-header span.heading {
    text-align: left;
    display: block;
    padding-right: 37px;
}
.faqs-section .faq-item .card-header .accordion-toggle {
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
    padding-left: 5px;
}

.faqs-section .faq-item .card-header .accordion-toggle:after {
    content: '';
    background-image: url("../images/plus.png");
    width: 28px;
    height: 28px;
    display: block;
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: center;
        top: -4px;
    position: absolute;
    right: 5px;
}



.faqs-section .faq-item.active .card-header .accordion-toggle:after {
    content: '';
    background-image: url("../images/minus.png");
}


.product_product_benefits .faq-item.active .card-header .accordion-toggle:after {
    content: '';
    background-image: url("../images/close-icon.png") !important;
}

.product_product_benefits .faq-item .card-header .accordion-toggle:after {
    content: '';
    background-image: url(../images/open_icon.png) !important;
    width: 30px;
    height: 34px;
    background-size: contain;
    top: 5px;   
}


.card.faq-item.active {
    border-radius: 20px;
}

.woocommerce-notices-wrapper {
    max-width: 1170px;
    margin: 0px auto;
}

section.product_description-block {
    clear: both;
} 



.card.faq-item {
    border-width: 2px;
    border-color: rgb(31, 46, 79);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.06);
    border-radius: 50px;
    background: no-repeat;
    margin-bottom: 20px;
    background-color: #fff;    
}

.faqs-section span.heading {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}





.banner-content-block .banner-title {
    font-size: 71px;
    font-weight: 900;
}

.banner-content-block .banner-title span {
    color: #0a531c;
}

.banner-content-block p {
    font-size: 17px;
    width: 100%;
    font-weight: 500;
}

.fixed-top {
    padding: 20px;
    transition: all 0.3s ease-in-out;
   
} 


header.header.scroll li.menu-icon {
    top: 30px;
}


li.menu-icon {
    list-style: none;
    position: absolute;
    top: 40px;
}

.p-r-0 {
    padding-right: 0;
}

.navbar-nav.m-l-20 {
    margin-left: 40px;
}


.about-image-block img.img-fluid {
    max-width: 300px;
    margin: 0px auto;
}


.top-ticker li a {
    font-family: 'Bomstad Display';
    font-size: 16px;
    color: #fff;
    line-height: normal;
        text-decoration: none;
}

.footer-links h2 {
    font-weight: bold;
    font-size: 20px;
}

ul.footer-menu {
    padding: 0;
    line-height: normal;
    list-style: none;
    padding-top: 20px;
}

ul.footer-menu li a.nav-link {
    color: #fff;
    padding: 5px 0;
    font-size: 14px;
    font-weight: 500;
}

.footer-image {
    position: absolute;
    right: 100px;
    bottom: 0;
}
footer .nav-link:hover {
    color: #fff !important;
    opacity: 0.6 !important;
}

.footer-menu li {
    padding: 0 !important;
}

.footer-links-block {
    display: inline-flex;
    width: 100%;
}

.footer-links {
    width: 50%;
}  


.wellness-content-block ul li {
    font-family: 'Bomstad Display';
    font-size: 114px;
    list-style: none;
    display: inline-flex;
    align-items: center;
}

p.sub-block-heading {
    font-size: 17px;
    font-weight: 500;

}

.section-title.w-btn {
    max-width: 400px;
    margin:30px auto;
}


.count-left-image {
    position: absolute;
    top: -70px;
    left: -40px;
} 

section.blog-section.common-padding {
    background: #f6faf2;
}

section.daily-support-block.common-padding {
    padding-bottom: 20px;
}

.count-right-image {
    position: absolute;
    right: 60px;
    bottom: -70px;
    z-index: 9;
}

.wellness-content-block ul {
    margin: 0;
}

.wellness-content-block ul li {
    font-family: 'Bomstad Display';
    font-size: 114px;
    list-style: none;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
}

section.wellness-stats.common-padding {
    padding-top: 0;
    position: relative;
}


.wellness-right-image {
    position: absolute;
    right: 0;
    bottom: -60px;
}

.bionutriy-wellness-block {
    position: relative;
}

.wellness-left-image {
    position: absolute;
    top: -70px;
    left: -15px;
}

.top-ticker ul {
   display: flex;
    padding: 0;
    margin: 0 auto;
    animation: ticker 50s linear infinite;
    list-style: none;
    max-width: 1300px;
        }

.top-ticker ul li {
    display: inline-flex;
    padding: 0;
    color: #007bff;
    font-size: 16px;
    position: relative;
}
        @keyframes ticker {
            0% {
                transform: translateX(100%);
            }
            100% {
                transform: translateX(-100%);
            }
        }

.news-ticker-enable{
    top: 45px;
}

.newsletter-from-block p {
    font-weight: normal;
    width: 370px;
    color: #ffffff99;
}  

span.divider {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
    padding: 0 20px;
}
.scroll .fixed-top {
    padding: 10px 20px;
    transition: all 0.5s ease-in-out;
    top:0px;
        -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
}

.newsletter-from-block h2 {
    font-weight: 900;
}  

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
      font-family: 'Bomstad Display';
}


.header .web-btn a {font-weight: bold;}

.header .web-btn {
    margin-left: 40px;
} 

/*
Header
*/

.website-logo {
    text-align: center;
} 

.shop-block {
    display: flex;
    align-items: center;
    justify-content: right;
}

.small-cart ul {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
} 

span.divider {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
    padding: 0 20px;
}

.top-ticker li a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.top-ticker {
    background-image: -moz-linear-gradient( 0deg, rgb(224,78,21) 0%, rgb(224,156,26) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(224,78,21) 0%, rgb(224,156,26) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(224,78,21) 0%, rgb(224,156,26) 100%);
    padding:12px 0 6px;
     overflow: hidden;
            white-space: nowrap;
            position: relative;
}

.top-ticker:hover ul {
            animation-play-state: paused;
        }

.small-cart {
    margin-left: 30px;
    position: relative;
}

.small-cart:after {
    position: absolute;
    width: 1px;
    height: 20px;
    background: #71ab2a;
    content: '';
    left: 5px;
    top: 4px;
} 

.newletter-block input[type="submit"] {
    background: url(../images/next.png) center center;
    text-indent: -9999px;
    box-shadow: none;
    font-size: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    border: none;
    top: 13px;
    right: 50px;
     transition: all .7s;
}  

.newletter-block input[type="submit"]:hover { 
    background: url(../images/next.png) center center;
    box-shadow: none;    
    transform: scale(1.1);
    transition: all .5s;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    border: none;
}  

.newletter-block {
    position: relative;
    max-width: 400px;
}

.newletter-block .wpcf7-email {
    font-family: 'Bomstad Display';
    background: #fff;
    padding: 14px;
    border: 2px solid #000;
    opacity: 1;
    border-radius:50px;
    color: #000;
    width: 100%;
    font-weight: 600;
} 

::placeholder {
    font-size: 16px;
  color:  #000;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12-18 */
  color:  #000;
    font-size: 16px;
}

footer{
    position: relative;
}

span#products-counts {
    width: 18px;
    background: #71ab2a;
    height: 18px;
    display: block;
    position: absolute;
    border-radius: 100%;
    top: 4px;
    right: -5px;
    color: #fff;
    text-align: center;
    font-size: 12px;
}

li.shop-icon {
    position: relative;
    cursor: pointer;
} 

.btn-right-position {
    position: absolute;
    right: 20px;];
    top: 20px;
}

.search-icon {
    cursor: pointer;
}  

.shop-icon {
    margin-right: 20px;
} 

.shop-btn {
    color: #1f2e4f;
    font-size: 16px;
    font-family: 'Bomstad Display';
    text-transform: uppercase;
    border: 1px solid #e04e15;
    padding: 12px 23px;
    border-radius: 24px;
        text-decoration: none;
    text-align: center;
    transition: transform 0.2s ease, background-color 0.3s ease;
    font-weight: 600;

} 

.shop-btn:hover {
           background-image: -webkit-linear-gradient(0deg, rgb(224, 156, 26) 0%, rgb(224, 78, 21) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(224, 156, 26) 0%, rgb(224, 78, 21) 100%);
             transform: scale(1.02); /* Slightly enlarge the button */
            text-decoration: none;
            color: #fff; 
       transition: transform 0.2s ease, background-color 0.3s ease;
    text-decoration: none;
    transition: all 0.1s ease-in-out;

}


.add_to_cart_button:hover {
    background-image: -webkit-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    color: #fff;
    border: 1px solid;
}

.sidebar-menu li {
    padding: 7px 0 !important;
    border-bottom: 1px solid #ccc;
} 

.sidebar-menu {
    margin-bottom: 50px;
}

.sidebar-menu a.nav-link {
    color: #000;
} 


.header .web-nav .nav-link {
 color: #1f2e4f;
    font-size: 16px;
    font-family: 'Bomstad Display';
    text-transform: uppercase;
    font-weight: 600;
}
.header .web-nav .nav-link.dropdown-toggle::after {
    top: 2px;
    position: relative;
}

.header .web-nav .dropdown-menu {
    min-width: 250px;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
    margin: 0;
}

.scroll nav {
    background:#fff;
}


.header .web-nav .dropdown-menu .nav-item {
    padding: 0 !important;
    border-bottom: 1px solid #f2f2f2;
}

.header .web-nav .dropdown-menu .nav-item:last-child {
    border-bottom: 0;
}

.header .web-nav .dropdown-menu .nav-item:hover {
    background: #ea3d66;
}

.header .web-nav .dropdown-menu .nav-item:hover .nav-link {
    background: #ea3d66;
    color: #fff;
}

.header .web-nav .dropdown-menu .nav-item .nav-link {
    padding: .5rem 1.5rem !important;
    color: #222;
}


.header .web-nav .nav-link.nav-btn {
    padding: 15px 45px;
}

 
section.inner-pages-banner {
    margin-top:140px;
    position: relative;
    color: #fff;
}

section.inner-pages-banner:after {
     background-image: -moz-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    position: absolute;
    width: 100%;
    content: '';
    height: 70%;
    top: 0;
    max-width: 1270px;
    margin: 0px auto;
    left: 0;
    right: 0;
    border-radius: 40px;
    z-index: -1;
}

section.blog-main-section {
    margin-top: 140px;
    position: relative;
    color: #fff;
    padding: 60px 80px;
} 

.blog-readmore a.slider-btn {
    margin: 15px auto;
    background: #fff;
    color: #e04e15;
    padding: 8px 50px 8px 15px;
}

.blog-main-section .blog-readmore {
    text-align: center;
}

.blog-readmore img {
    margin-right: 20px;
    margin-left: 0;
}

.pagination {
    padding: 20px 0;
    text-align: center;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}


.pagination {
    text-align: center;
    margin-top: 20px;
}

.pagination a,
.pagination span {
    display: inline-block;
    margin: 0 5px;
    padding: 10px 15px;
 background-image: -moz-linear-gradient( 0deg, rgb(224,78,21) 0%, rgb(224,156,26) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(224,78,21) 0%, rgb(224,156,26) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(224,78,21) 0%, rgb(224,156,26) 100%);
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    opacity: 0.8;
        font-size: 16px;

}

.pagination a:hover {
  background-image: -moz-linear-gradient( 0deg, rgb(224,78,21) 0%, rgb(224,156,26) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(224,78,21) 0%, rgb(224,156,26) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(224,78,21) 0%, rgb(224,156,26) 100%);
    color: #fff;
    opacity: 0.8;
}

.pagination .current {
     background-image: -moz-linear-gradient( 0deg, rgb(224,156,26) 0%, rgb(224,78,21) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(224,156,26) 0%, rgb(224,78,21) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(224,156,26) 0%, rgb(224,78,21) 100%);
    color: #fff;
    font-weight: bold;
    opacity: 1;
}

ul.category-list {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 10px 0 30px;
}

ul.category-list li {
    margin: 0 30px;
    position: relative;
}

ul.category-list li a {
    color: #000;
    text-decoration: none;
    font-family: 'Bomstad Display';
    font-size: 18px;
    font-weight: 700;
}
ul.category-list li a:hover{
     color: #e04e15;

}
section.categeories-main-section {
    margin-top: 150px;
    clear: both;
}

ul.category-list li.active a {
    color: #e04e15;
    border-bottom: 1px solid;
}



span.blog-details {
    background-image: -webkit-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    background-image: -moz-linear-gradient( 0deg, rgb(224,78,21) 0%, rgb(224,156,26) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(224,78,21) 0%, rgb(224,156,26) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(224,78,21) 0%, rgb(224,156,26) 100%);
    z-index: 45;
    margin: 20px;
    display: block;
    padding: 17px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 500;
    max-width: 400px;
    margin:30px auto 60px;
    color: #fff;
}

.single section.blog-main-section:after {
    height: 70%;
}

.single-blog-details {
    padding: 0 30px 60px;
}
.single-blog-details h3 {
    font-weight: 900;
    font-size: 40px;
}


.blog-details-block li {
    list-style: none;
    padding: 5px;
    position: relative;
    padding-left: 20px;
}

.blog-details-block ul {
    padding: 0;
}

.blog-details-block li:after {
    position: absolute;
    width: 10px;
    height: 10px;
    content: '';
    background: #e09419;
    left: 0;
    top: 10px;
    border-radius: 20px;
}


.blog-main-title {
    font-size: 50px;
    font-weight: 900;
    text-align: center;
    padding: 0 20px;
} 

.banner-post-tagline {
    font-size: 25px;
    text-align: center;
    width: 70%;
    margin: 0px auto;
      color: #ffffff9c;
}

.blog-main-section .blog-image img {
    max-height: 450px;
}

section.blog-main-section:after {
    background: #1f2e4f;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    position: absolute;
    width: 100%;
    content: '';
    height: 100%;
    top: 0;
    max-width: 1270px;
    margin: 0px auto;
    left: 0;
    right: 0;
    border-radius: 40px;
    z-index: -1;
} 

.fixed-top,
.home .scroll .fixed-top {
    background: #fff;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
}

.home .fixed-top {
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow:none;
}


.inner-page-main-content {
    padding: 70px 0 50px;
}

.website-logo {
    padding-left: 70px;
}

section.static-page {
    margin-top: 100px;
    position: relative;
}


.static-page:after {
    background: url(../images/privacy-bg.png) center center;
    position: absolute;
    width: 100%;
    content: '';
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

.faqs-page:before {
    background: url(../images/faq_bg.png) center center;
    position: absolute;
    width: 190px;
    content: '';
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
} 


header .active a.nav-link {
    color: #e06917 !important;
}

section.aboutus-block {
    overflow: hidden;
}

header .active a.nav-link {
    color: #e04e15 !important;
} 

footer .active a.nav-link {
    opacity: 0.7;
} 

.heading-light-title {
    font-size: 44px;
    margin-bottom: 30px;
}

.container.w-1000 {
    max-width: 1000px;
}

h1.inner-page-title {
    font-size: 30px;
    font-weight: 900;
}

.inner-page-main-content p {
    font-size: 30px;
    font-weight: 5;
}

/**Footer**/
.inner-container {
    background-image: -moz-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    padding: 20px;
    overflow: hidden;
    border-radius: 40px;
    margin:20px auto;
    color: #fff;
    max-width: 1280px;
}  

.footer-content {
    padding: 50px 0;
}

.social-link h2 {
    font-size: 17px;
    font-weight: bold;
  font-family: "Montserrat", sans-serif;
}

.footer-content p {
    font-size: 20px;
    color: #000;
}

.social-link ul {
    list-style: none;
    display: inline-flex;
    padding: 0;
    margin: 0;
} 

.copyright-block {
    text-align: center;
    font-size: 15px;
    color: #000;
    font-family: 'Bomstad Display';
    padding-bottom: 10px;
    font-weight: 500;
} 

.social-link ul li {
    margin: 5px;
} 

.footer-content.social-link {
    text-align: right;
}

.social-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.social-nav li {
    display: inline-block;
    padding: 0 !important;
    margin-left: 5px;
}

.social-nav li:first-child {
    margin-left: 0;
}




.social-nav .nav-link {
    color: #e83d66;
    font-size: 1rem;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    border: 1px solid #e83d66;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease-in-out;
}

.social-nav .nav-link:hover {
    color: #fff;
    background: #e83d66;
}

.footer-block {
    padding: 40px 30px;
    position: relative;
}

.footer-block .widget h3 {
    font-size: 1.5rem;
}

.footer-block .widget .textwidget p {
    display: inline-block;
    font-size: 0.9rem;
}


.footer-block .widget .textwidget > div {
    display: inline-block;
    vertical-align: middle;
}

.footer-block .widget .textwidget > div a {
    color: #000000;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;

}

.footer-block .widget .textwidget > div a:hover {
    color: #e83d66;
    text-decoration: none;
}

.footer-block .widget {
    padding: 20px 0;
}

.footer-block .footer-block-one:after {
    content: '';
    width: 1px;
    position: absolute;
    height: 100%;
    top: 0;
    background: #ddd;
    right: 35px;
}

.footer-block .footer-block-one .widget h3 {
    font-size: 1.5rem;
    padding: 0 0 25px 0;
}

.footer-block .footer-block-one .widget .textwidget > div {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    text-align: left;
}

.footer-block .footer-block-one .widget .textwidget > div a {
    margin-bottom: 5px;
    display: inline-block;
}

.footer-block .footer-block-two .widget .textwidget > div,
.footer-block .footer-block-two .widget .textwidget .wpcf7,
.footer-block .footer-block-two .widget .textwidget form {
    width: 100%;
    position: relative;
}

.footer-block .footer-block-two .form-inline {
    border: 1px solid #ddd;
    padding: 10px 20px;
    border-radius: 50px;
    position: relative;
}

.footer-block .footer-block-two .form-inline .wpcf7-form-control-wrap input {
    width: 100%;
    background: transparent;
    border: 0;
    box-shadow: none;
    font-style: italic;
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.5);
}

.footer-block .footer-block-two .form-inline ::-webkit-input-placeholder { /* Edge */
    color: rgba(0, 0, 0, 0.5);
}

.footer-block .footer-block-two .form-inline :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(0, 0, 0, 0.5);
}

.footer-block .footer-block-two .form-inline ::placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.footer-block .footer-block-two .form-inline .wpcf7-form-control-wrap {
    display: inline-block;
    width: calc(100% - 178px);
}

.footer-block .footer-block-two .form-inline .wpcf7-submit {
    display: inline-block;
    float: right;
    position: relative;
    right: -12px;
}

.footer-block .footer-block-two .form-inline .ajax-loader {
    position: absolute;
    right: 20px;
    /*background-image: url(../images/loader.gif);*/
    background-size: 100%;
    background-repeat: no-repeat;
}

.footer-block .footer-block-two span.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 0.625rem;
    right: 0;
    bottom: 0;
}

.footer-block .footer-block-two div.wpcf7-response-output {
    font-size: 0.8125rem;
    border: 0;
    position: absolute;
    bottom: -30px;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
}

.footer-association {
    border-top: 1px solid #dddddd;
    padding: 50px 30px;
}

.footer-association h3 {
    font-size: 1.6rem;
}

.footer_association_list {
    display: flex;
    margin: 0 auto;
    list-style: none;
    padding: 30px 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex: 1;
}

.footer_association_list li {
    display: flex;
    margin: 0 20px;
    flex: 0 20%;
}

.footer-credit {
    border-top: 1px solid #dddddd;
    font-size: 0.8rem;
    padding: 20px 0;
    color: #8a8a8a;

}

.footer-credit .footer-links {
    color: #f44067;
    margin: 0 2px;
}

.footer-credit .footer-links .footer-link-divider {
    color: #8a8a8a;
}

.banner-image img  {
    max-width:370px;
    margin: 0px auto;
}

.home-page-slider {
    padding: 150px 0 0;
    min-height: 400px;
}

.section-title {
    font-size: 21px;
    font-weight: 900;
    margin-bottom: 29px;
    background: #e9fdd0;
    max-width: 200px;
    margin: 0px auto 30px;
    padding: 11px;
    border: 4px solid #a5ce73;
    border-radius: 50px;
    /* border-radius: 23px; */
} 

.image-content-block p {
    font-family: 'Bomstad Display';
    font-size: 31px;
    font-weight: 700;
}

.image-content-block img {
    margin-right: 15px;
}

.description-block.common-padding {
    padding-bottom: 0 !important;
} 

section.bionutriy-featured-block {
  background: url(../images/featured-bg.png) center center;
}

.faqs-lists-block {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0;
}

.faqs-lists-block .icon-tab {
    width: 20%;
    text-align: center;
    border: 2px solid #e6e2df;
    padding: 30px;
    border-radius: 20px;
    margin: 0 15px;
    cursor: pointer;
}

.service-icons-block {
    padding-bottom: 25px;
}

span.icon-label {
    font-weight: bold;
    font-size: 17px;
}

.item {
    padding: 0 45px;
} 


.icon-tab.active,
.icon-tab:hover {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(225, 97, 22);
    background-image: -ms-linear-gradient( 0deg, rgb(224,78,21) 0%, rgb(224,156,26) 100%);
    box-shadow: 0px 13px 63.7px 1.3px rgba(225, 90, 22, 0.26);
}

.faq-detail p {
    font-size: 16px;
}
h2.heading-common-title {
    font-size: 40px;
    font-weight: 900;
}

.daily-support-block h2.heading-common-title {
    font-size: 45px;
    font-weight: 900;
} 

p.section-sub-heading {
    font-size: 17px;
}

.featured-lists-block ul {
    list-style: none;
    display: flex;
    padding: 20px 0 0;
    justify-content: center;
    align-items: center;
    margin: 0;
}

h2.bionutriy-featured-title {
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0 0;
}

.our_purpose_block {
    background: #fff5f5;
    padding: 20px;
    border-radius: 16px;
}


.common-wellness-block h2.heading-common-title {
    font-size: 20px;
}

.common-wellness-block span.list-icons {
    color: #ef1e1e;
    font-size: 30px;
    font-family: 'Bomstad Display';
    font-weight: bold;
    line-height: 0;
    margin-right: 10px;
    margin-bottom: -7px;
}  

.our_promise_block {
    background: #ceecd9;
    padding: 20px;
    border-radius: 16px;
        color: #0f2d1a;
}

.common-wellness-block {
    margin-top: 100px;
    width: 100%;
    margin: 0px auto;
    margin-top: 100px;
    padding: 40px 30px;
    max-width:350px;
}

.daily-support-block {
    color: #fff;
    position: relative;
    
}

.daily-support-block:after {
    position: absolute;
    background: url(../images/daily-bg.png) center center;
    content: '';
    background-size: 100% 100%;
    width: 100%;
    height: 80%;
    top: 40px;
    left: 0;
    z-index: -1;
} 



.daily-support-block:before {
    position: absolute;
    background: url(../images/daily-bg-right.png) center center;
    content: '';
    background-size: contain;
    width: 60px;
    bottom: 200px;
    right: 0;
    z-index: 1;
    background-repeat: no-repeat;
    height: 100px;
} 

.daily-support-content-section {
    padding-top: 70px;
}



.bionutrity-family-block {
    color: #fff;
    position: relative;
    
}

.bionutrity-family-block:after {
     position: absolute;
    background: url(../images/6-Photoroom.png) center center;
    content: '';
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    top: 40px;
    left: 0;
    z-index: -1;
    max-height: 660px;
} 


.bionutrity-family-content-section p {
    width: 85%;
    line-height: 30px;
    font-size: 17px;
    margin: 15px 0;
}


p {
    font-size: 17px;
    font-weight: 500;
} 

section.related-blog-section.common-padding {
    background: url(../images/featured-bg.png) center center;
    padding-bottom: 0;
} 

.terms-page h1 {
    font-size: 40px;
    font-weight: 900;
    text-align: center;
}

.terms-page h2 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 40px;
}  


.bionutrity-family-block:before {
     position: absolute;
    background: url(../images/vector1.png) center center;
    content: '';
    background-size: contain;
    width: 60px;
    bottom: 70px;
    right:0px;
    z-index: 1;
    background-repeat: no-repeat;
    height: 100px;
} 

.bionutrity-family-block {
    padding-top: 70px;
    position: relative;
}

.bionutrity_family {
    position: absolute;
    top: -15px;
    left: 100px;
}

.bionutrity-family-image-block {
    position: relative;
    margin-top: -128px;
}

h2.truested-wellness-title {
    font-size: 68px;
    text-align: center;
    font-weight: 600;
}

section.trusted-weelness-block {
    padding: 200px 0 250px;
    position: relative;
} 

.trusted-weelness-block .container{
    position: relative;
}

.trusted-image-1 {
    position: absolute;
    top: -150px;
}

.trusted-image-2 {
    position: absolute;
    top: -150px;
    right: 0;
}

.trusted-image-3 {
    position: absolute;
    left: 100px;
    bottom:-170px;
}

.trusted-image-4 {
    position: absolute;
    right: 150px;
    z-index: 9;
    bottom: -300px;
} 

.trusted-weelness-block:after {
    background: url(../images/trusted-bg.png);
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: -50px;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
} 

.daily-support-block ul li {
    list-style: none;
    font-family: 'Bomstad Display';
    font-weight: bold;
    padding: 10px 0;
    font-size: 19px;
    line-height: 20px;
    display: flex;
    align-items: center;
}
.daily-support-block ul {
    padding: 0;
}

section.shop-banner-block {
    margin-top: 100px;
    padding-bottom: 0;
}

.shop-container {
    padding-bottom: 80px;
}


.daily-support-block span.list-icons {
    color: #246826;
    font-size: 30px;
    font-family: 'Bomstad Display';
    font-weight: bold;
    line-height: 0;
    margin-right: 10px;
    margin-bottom: -7px;
}

.wellness-image-block {
    margin-top: 30px;
    text-align: center;
}

.our_purpose_block span.list-icons {
    color: #ef1e1e;
}

.our_promise_block span.list-icons {
    color: #c24430;
}
.common-wellness-block ul li {
    list-style: none;
    font-family: 'Bomstad Display';
    font-weight: bold;
    padding: 10px 0;
    font-size: 19px;
    line-height: 20px;
    display: inline-flex;
    align-items: center;
}

.common-wellness-block ul {
    margin: 0;
    padding: 0;
}

.featured-lists-block ul li {
    text-align: center;
    flex: 6;
} 

.home-featured-lists ul li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.home-featured-lists {
    position: relative;
    display: flex;
    align-items: center;
}

.home-featured-lists ul {
    margin: 0;
    /* align-items: center; */
    justify-content: center;
    position: relative;
    z-index: 9;
    margin-top: -60px;
    margin-bottom: 100px;
        margin-left: 100px;
}

.featured-icon {
    width: 45px;
    margin: 0 10px;
}

.featured-block {
    width: 220px; 
}

h2.slider-featured-title {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}

.home-featured-lists:after {
    background: #fff8ee;
    width: 100%;
    height: 180px;
    content: '';
    left: 0;
    position: absolute;
    top: -130px;
} 

/**Home Page Inner**/
.banner-block {
    width: 100%;
/*    height: 100vh;*/
    display: flex;
    align-items: center;
    color: #000;
    position: relative;
    background-color: #fff;
    min-height: 300px;
} 

.left-image {
    position: absolute;
    left: 0;
    top: 200px;
}
 
.right-image {
    position: absolute;
    right: 0;
    top: 250px;
}


.banner-block .owl-nav {
    position: absolute;
    right: -100px;
    top: 70%;
    transform: translateX(-70%);
}

.banner-block button.owl-prev {
    outline: none !important;
    margin: 0 10px;
}

.banner-block button {
    outline: none !important;
} 



.inner-banner-content {
    text-align: center;
}

.description-block .content-block span {
    color: #b1120c;
}

.banner-content h1,
.inner-banner-content h1
 {
    font-size: 70px;
    line-height: 75px;
    font-weight: normal;
     margin:0px auto
}  

.common-padding {
    padding: 80px 0;
}

.description-block {
    background: #ffffff;
    color: #000;
}

.description-block .content-block p {
    font-size: 57px;
    font-family: 'Bomstad Display';
    font-weight: 700;
} 

.description-block .content-block img{
    margin-top: -60px;
}   


.banner-content-block {
    padding-left: 100px;
}

.inner-banner-content p {
    font-size: 18px;
    max-width: 700px;
    font-weight: 500;
    line-height: 34px;
}


.description-icons-image {
    position: absolute;
    right: 0;
    top: -100px;
}

.description-block.common-padding {
    position: relative;
}


section.banner-block.career-banner {
    position: relative;
    z-index: 99;
    overflow: hidden;
    background-color: #000;
} 

section.banner-block.career-banner:after {
    background: url(../images/inner-banner-bg.png);
    width: 100%;
    position: absolute;
    content: '';
    height: 100%;
    right: -30%;
    top: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.8;
}

.contact-page-banner-section{
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.contact-page-banner-section:after {
    background: url(../images/contact_bg.png);
    width: 100%;
    position: absolute;
    content: '';
    height: 100%;
    right: -50px;
    bottom: -130px;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.8;
}


.web-btn a::before {
    display: none !important;
}



.form-block p {
    text-align: left;
    margin: 0px auto;
    width: 100%;
}



.form-block label {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    color: #000;
}

.contact-page-banner {
    background: #fff;
    color: #000;
    padding: 20px;
    max-width: 650px;
    margin: 0px auto;
    margin: 30px auto;
    border-radius: 15px;
        -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);

}

.contact-page-banner h2 {
    text-align: center;
    font-weight: bold;
    font-size: 38px;
    margin: 20px 0 0;
}

.contact-page-banner p {
    margin: 0 0 30px;
    text-align: center;
    font-size: 15px;
} 

.wpcf7-submit {
    padding: 14px !important;
    font-weight: bold;
    max-width: 240px !important;
    margin-bottom: 15px !important;
}

.form-block p {
    text-align: left;
    margin: 0px auto;
    width: 100%;
}


.form-block label {
    font-size: 15px;
    font-weight: 600;
    margin: 5px 0;
    color: #000;
} 

.form-block input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 10px;
} 

.form-block {
    max-width: 400px;
    margin: 0px auto 13px;
}

.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 12px;
    right: 0;
    color: #000;
} 

section.team-banner {
    color: #fff;
    padding: 100px 0;
      background-color: #000;
}


section.map-section {
    background: #000;
    color: #fff;
    text-align: center;
}

.map-content-section img {
    margin: 40px 0;
}


.team-lists ul {
    padding: 0;
    list-style: none;
    text-align: center;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
}

.team-lists li {
    width: 33%;
}


.team-lists h2 {
    font-size: 24px;
    margin: 0px;
}

.team-member-details p {
    font-size: 15px;
}

.team-member-image {
    border-radius: 100%;
    max-height: 320px; 
   transition: transform 0.3s ease, background-color 0.3s ease;  
}

.social-link a:hover {
    opacity: 0.7;
}

.team-member-image:hover {
    transform: scale(1.05);
     transition: transform 0.5s ease, background-color 0.3s ease;
}



.wpcf7-response-output {
      position: absolute;
    bottom: 0;
    margin: 0;
    border: none !important;
    text-align: center;
    font-size: 12px;
    width: 100%;
    left: 0;
    max-width: 400px;
} 

.contact-page-banner {
    padding-bottom: 0px;
}

.form-block input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.form-block {
    max-width: 450px;
    margin: 25px auto;
    display: block;
} 

section.page-notfound-banner {
    height: 100vh;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
      background-color: #000;
}

section.contact-page-banner-section {
    padding: 100px 0;
    background-repeat: no-repeat;
    background-size: cover;
      background-color: #000;
} 

.team-details {
    width: 200px;
    margin: 0px auto;
    font-size: 14px;
}

.readmore-btn {
    color: rgb(224 3 3);
    font-weight: 500;
    font-size: 17px;
}

.map-content-section h2 {
    font-size: 38px;
}

.readmore-btn:hover{
    opacity: 0.8;
       color: rgb(224 3 3);
}


.web-btn:hover {
    color: #fff;
    text-decoration: none;
}

.web-btn {
    background-image: -moz-linear-gradient(0deg, rgb(238, 90, 148) 0%, rgb(235, 0, 103) 0%, rgb(244, 0, 0) 0%, rgb(155, 9, 9) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(238, 90, 148) 0%, rgb(235, 0, 103) 0%, rgb(244, 0, 0) 0%, rgb(155, 9, 9) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(238, 90, 148) 0%, rgb(235, 0, 103) 0%, rgb(244, 0, 0) 0%, rgb(155, 9, 9) 100%);
    color: #fff;
    padding: 20px;
    margin: 20px 0;
    display: block;
    text-decoration: none;
    max-width: 400px;
    margin: 0px auto;
    border-radius: 7px;
    transition: transform 0.3s ease, background-color 0.3s ease;
} 

 /* Hover effect */
      .web-btn:hover {
            background-color: #45a049; /* Change background */
            transform: scale(1.05); /* Slightly enlarge the button */
        }

        /* Optional focus styles */
       .web-btn:focus {
            outline: none;
            box-shadow: 0 0 10px #4CAF50;
        }


.careers-page p {
    margin: 20px auto 30px;
}


.footer-logo {
    text-align: center;
    padding: 30px 0;
} 

.footer-row {
    background: #ffffff1f;
    margin: 15px;
    padding: 40px;
    border-radius: 50px;
}



/**Blog**/


.blogs {
    padding-top: 0;
    padding-bottom: 80px;

}

.blogs .container {
    max-width: 1024px;
}

.blog-content {
    padding-bottom: 30px;
}

.blog-content h3 {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 400;
}

.blog-content p {
    text-align: center;
    font-size: 0.8rem;
    line-height: 1.8rem;
}

.blog-box {
   margin: 40px 0;
}



.blog-box .blog-image img {
    object-fit: cover;
    width: 100%;
   
}

.blog-box .blog-content-inner {
    padding: 20px;
}

.blog-box .blog-content-inner h3 {
     font-size: 21px;
    min-height: 60px;
    font-weight: 600;
} 

.blog-box .blog-content-inner h3 a {
    color: #000;
    text-decoration: none;
}

.blog-box .blog-content-inner h3 a:hover {
    color: #0e6f25;
    text-decoration: none;
}   

.blog-box .blog-content-inner .blog-expect {
font-size: 16px;
    line-height: 1.8rem;
}



.blog-box .blog-content-inner .blog-readmore {
    margin: 15px 0 0 0;
}

.blog-box .blog-content-inner .blog-readmore a {
    color: #0e6f25;
    font-size: 16px;
    font-family: 'Bomstad Display';
    font-weight: 600;
    text-decoration: none;
}


.hover-zoom {
    overflow: hidden;
    position: relative;
    border-radius: 25px;
} 

.hover-zoom img {
    transition: transform 0.3s ease, filter 0.3s ease;
    display: block;
    width: 100%;
    height: auto;
}

.hover-zoom:hover img {
      transition: transform 0.5s ease, filter 0.3s ease;
    transform: scale(1.1); /* Zoom in */
    filter: brightness(90%); /* Slightly darken the image */
    border-radius: 25px;
}




.blogs .btn {
    margin-top: 50px;
    margin-bottom: 30px;
}

main.page-section.inner-page {
    margin-top: 75px;
    padding: 0;
    overflow: hidden;
}

main.page-section.inner-page.archive-page {
    margin-top: 0;
}
.sharethis-inline-share-buttons{
    display: inline-block;
    margin-left: 10px;
}
.social-sharethis{
    padding-bottom: 20px;

}

/***404***/

.error-404 {
    text-align: center;
    padding: 50px 0;
}

.error-404 h1 {
    font-size: 8rem;
    line-height: 8rem;
    color: #3f18db;
    font-weight: 900;
}

.error-404 h2 {
    font-size: 2rem;
    line-height: 2rem;
    color: #e33a65;
}

.error-404 p {
    font-size: 1rem;
    line-height: 1rem;
    color: #000;
}


.latest-products {
    text-align: center;
}

.products-grid {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.product-item {
     text-align: center;
         margin: 40px 0;
}

.product-item img {
    max-width: 100%;
    height: auto;
}




.product-item h3,
.woocommerce-loop-product__title {
 font-size: 28px;
    margin: 10px 0;
    color: #000;
    font-weight: 900;
} 


.product-description p {
    font-family: 'Bomstad Display';
    font-size: 18px;
    width: 70%;
    margin: 15px auto;
    color: #000;
} 
.product-item .price {
    color: #000;
    font-weight: 600;
    font-family: 'Bomstad Display';
    font-size: 19px;
}

.product-item a:hover {
    text-decoration: none;  
}


.add_to_cart_button {
    position: relative;
}

.add_to_cart_button.loading {
    pointer-events: none;
    opacity: 0.6;
}

.add_to_cart_button.loading:after {
    content: ".....";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 0.8em;
}

.add_to_cart_button:disabled{
    color:#fff;
    border: 1px solid;
        background-image: -webkit-linear-gradient(0deg, rgb(224, 156, 26) 0%, rgb(224, 78, 21) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(224, 156, 26) 0%, rgb(224, 78, 21) 100%);
        opacity: 0.7;
    pointer-events: none;
}


/* Card container for centering */
.our-products-section .card-container {
    perspective: 1000px; /* Enables 3D effect */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;

}
/* Card styles */
.our-products-section .card {
    width:100%;
    height:500px;
    position: relative;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
    transition: transform 0.6s ease;
    cursor: pointer;
    border-radius: 20px;
    border:none;
    margin: 0px auto 40px;
}

.product-hover-details {
    text-align: left;
    color: #000;
    margin: 10px;
    display: block;
    padding-top: 200px;
    position: absolute;
    left: 25px;
}


.our-products-section span.list-icons {
    color: #256927;
    font-size: 30px;
    font-family: 'Bomstad Display';
    font-weight: bold;
    line-height: 0;
    margin-right: 10px;
    margin-bottom: -7px;
}

.product-hover-details ul {
    padding: 0;
    list-style: none;
    font-weight: 600;
    font-family: 'Bomstad Display';
}

.product-hover-details ul li {
    padding: 5px 0;
    display: inline-flex;
    align-items: center;
} 

.card-back .wp-post-image,
.card-back .attachment-woocommerce_thumbnail {
    max-width: 90px;
    max-height: 190px;
    position: absolute;
    top: 60px;
    left: 35px;
}


section.blog-section.common-padding {
    position: relative;
}

.single section.faqs-section {
    background: #fff8ee;
} 

.image-content-block {
    margin: 0px auto;
    text-align: center;
} 

 .blog-top {
    position: absolute;
    right: -20px;
    top: -150px;
}

.blog-section .container {
    position: relative;
}



.product-icon-image {
    position: absolute;
    top: 12px;
    right: 12px; 
} 
/* Front and back faces */
.our-products-section .card-front, .our-products-section .card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden; /* Hides the back face when rotated */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

/* Front side styling */
.our-products-section .card-front {
    background-color: #f9fbfa;
    color: #fff;
}

/* Back side styling */
.our-products-section .card-back {
    background-color: #f1fbe3;
    color: #fff;
    transform: rotateY(180deg); /* Back face starts flipped */
}

/* Card hover effect */
.our-products-section .card-container:hover .card {
    transform: rotateY(180deg); /* Rotates the card */
} 


.add_to_cart_button,
{
margin: 30px 0 5px;
    background: transparent;
    border: 1px solid #88ac5d;
    padding: 14px 25px;
    border-radius: 50px;
    font-family: 'Bomstad Display';
    font-weight: 900;
height: 50px;
min-width:150px;
}





/***Header If Banner***/

.header-banner {
    padding: 100px 0 0 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.header-banner-mascot {
    max-width: 90%;
}

.header-banner-mascot img {
    max-height: 300px;
}

.header-banner-content {
    color: #fff;
    max-width: 95%;
}

.header-banner-content h1 {
    color: #fff;
    font-size: 2.8rem;
    line-height: 4rem;
}

.header-banner-content h2 {
    color: #fff;
    font-size: 1.4rem;
    line-height: 2rem;
}

.header-banner-para {
    font-size: 0.9rem;
    line-height: 1.8rem;
    color: #fff;
}

/***Service***/


.service-section .service-content p {
    text-align: center;
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 1.8rem;
}

.faq-section {
    padding: 50px 0;
}

.faq-section h3 {
    font-size: 1.8rem;
    font-weight: 400;
    color: #000;
}

.faq-section .faq-list {
    padding: 50px 0;
    margin: 0 -15px;
}

.faq-section .faq-list .faq-item {
    border-top: 1px solid #ddd;
    padding: 30px;
    text-align: left;
}

.faq-section .faq-list .faq-item:first-child {
    border-top: 1px solid transparent;
}


.faq-section .faq-list .faq-item h3 {
    font-size: 1.2rem;
    font-weight: 400;
    color: #000;
    position: relative;
}

.faq-section .faq-list .faq-item .faq-detail {
    font-size: 0.9rem;
    font-weight: 400;
    color: #797979;
    line-height: 1.8rem;
}

.faq-section .faq-list .faq-item:hover {
    border-top: 1px solid transparent;
    border-radius: 15px;
    box-shadow: 0 0 15px #bfbfbf;
    transition: all 0.2s ease-in-out;
}

.faq-section .faq-list .faq-item:hover h3 {
    color: #e83d66;
}

.faq-section .faq-list .faq-item:hover + .faq-item {
    border-top: 1px solid transparent;
    transition: all 0.2s ease-in-out;
}




/**contact form***/

.form-check input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
    width: 24px;
    background: transparent;
    height: 24px;
}

.form-check .wpcf7-list-item-label {
    position: relative;
    display: inline-block;
    padding: 0 0 0 2em;
    height: 1.5em;
    line-height: 1.5;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.5);
}

.form-check .wpcf7-list-item-label::before,
.form-check .wpcf7-list-item-label::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1.5em;
    height: 1.5em;
}

.form-check .wpcf7-list-item-label::before {
    content: " ";
    border: 1px solid #d8d8d8;
    border-radius: 0;
}

/* Checkbox */
.form-check input[type="checkbox"] + .wpcf7-list-item-label::after {
    content: "";
    background-image: url(../images/checkbox.png);
    line-height: normal;
    text-align: center;
    background-repeat: no-repeat;
    width: 21px;
    height: 21px;
    background-position: center;
}

/* :checked */
.form-check input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
    background: #f74167;
    background: -moz-linear-gradient(-45deg, #f74167 0%, #9e2362 100%);
    background: -webkit-linear-gradient(-45deg, #f74167 0%, #9e2362 100%);
    background: linear-gradient(135deg, #f74167 0%, #9e2362 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f74167', endColorstr='#9e2362', GradientType=1);
    border-color: #e13a66;
}

.form-check input[type="checkbox"] + .wpcf7-list-item-label::after {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.form-check input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


/**Blog***/
.blog-banner {
    background-size: cover;
    min-height: 300px;
    position: relative;
}

.blog-banner:before {
    background: #000000;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    opacity: 0.3;
    top: 0;
}

.blog-banner .container {
    z-index: 1;
    position: relative;
}

.navigation {
    padding-top: 50px;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration: none;
}

.navigation li {
    display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background: #f74167;
    background: -moz-linear-gradient(-45deg, #f74167 0%, #9e2362 100%);
    background: -webkit-linear-gradient(-45deg, #f74167 0%, #9e2362 100%);
    background: linear-gradient(135deg, #f74167 0%, #9e2362 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f74167', endColorstr='#9e2362', GradientType=1);
    border-radius: 3px;
    padding: 10px 20px;
    color: #fff;
    cursor: pointer;

}

.navigation li a:hover,
.navigation li.active a {
    background-color: #3C8DC5;
}


.header .web-nav .nav-link {
    position: relative;
}
.header .web-nav .nav-link:before{
    content: '';
    width: 0;
    position: absolute;
    left: 0;
    right: 0;
    height:1px;
    bottom:0px;
    background: transparent;
    transition: all 0.2s ease-in-out;
    margin: 0 auto;
}

.header .web-nav .active .nav-link:before,
.header .web-nav .nav-link:hover:before{
    content: '';
    width: 100%;
    background: #fff;
}
.header .web-nav .nav-link.btn:before{
    display: none;
}
.header .dropdown:hover>.dropdown-menu {
  display: block;
}
.header .dropdown-item:hover>.dropdown-menu {
  display: block;
}


.header .dropdown>.dropdown-toggle:active {
  pointer-events: none;
}

.header .web-nav .dropdown-menu .nav-item .nav-link {

    display: block;
}


.product-description a {
    color: #000;
    text-decoration: none;
}

.product-description a:hover {
    opacity: 0.7;
}


.guarantee-block .container {
     border-radius: 19px;
    background-color: rgb(31, 46, 79);
    box-shadow: 0px 8px 63.7px 1.3px rgba(0, 0, 0, 0.07);
    padding: 50px;
    position: relative;
}


.guarantee_image {
    position: absolute;
    top: -30px;
}

.guarantee_image_1 {
    position: absolute;
    right: -20px;
    bottom: 70px;
}

.guarantee_image_2 {
    position: absolute;
    left: 100px;
    top: -18px;
}

.customer-reviews-wrapper {
    margin-top: 30px;
}

section.customer-review-block {
    position: relative;
    clear: both;
}     

.customer-review-image {
    position: absolute;
    bottom: 0;
    left: 0;
}

.single-product-main-block {
    clear: both;
    margin-top: 40px;
} 


.product_description_subheading p {
    font-size:27px;
}

.product_product_benefits {
    background: #fff8ee;
      position: relative;
} 

.benifit-image-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
}

.benifit-image-top {
    position: absolute;
    top: -100px;
    left: 20px;
}


.product_product_benefits .card.faq-item {
    border-radius: 19px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 63.7px 1.3px rgba(0, 0, 0, 0.07);
    border: none;
}

.benefit-top {
    margin-top: 40px;
}  


.product_product_benefits button {
    display: flex;
    align-items: center;
    padding:20px;
    position: relative;
    width: 100%;
}

.product_product_benefits span.heading {
    padding-right: 10px !important;
}

span.sub-heading {
    color: #000;
    font-size: 17px;
}

.product_product_benefits span.heading {
    font-size: 22px;
    font-weight: bold;
}

span.quanity-block {
    font-size: 12px;
    text-align: center;
    color: #e04e15;
    background: #fff8ee;
    padding: 4px 15px;
    font-weight: 600;
    border-radius: 16px;
    border: 1px solid #00000005;
    box-shadow: 0px 8px 63.7px 1.3px rgba(0, 0, 0, 0.07);
} 

.card.faq-item.active .btn .quanity-block {
    display: none;
}

.card.faq-item .btn .quanity-block {
    position: absolute;
    right: 15%;
}


.faq-detail {
    display: inline-flex;
    align-items: center;
    padding-bottom: 40px;
    width: 100%;
}

.faq-benifit-content {
    width: 80%;
}


.bionutrity-family-image-block img.img-fluid {
    max-width: 472px;
}

.product_product_benefits .card-body {
    max-width: 96%;
    margin: 0px auto;
}

.faq-benifit-content {
    width: 70%;
    margin-right: 100px;
}

.attribute-description {
    display: flex;
}

.attribute_lists {
    width: 40%;
    display: inline-flex;
}

.woocommerce-variation-description {
    display: none !important;
}

.attribute_lists p {
    padding: 1px 10px;
    color: #fff;
    border-radius: 10px;
    margin-left: 10px;
    background-image: -webkit-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    font-size: 15px;
}

.product-top-title {
    color: #1f2e4f;
}

main.page-section {
    overflow: hidden;
} 

.banner-image {
    position: relative;
}


.slider-popup-block {
    position: absolute;
    top: 40%;
    left: 50px;
}

button.slider-popup-button {
    background: transparent !important;
    border: none !important;
}

button.slider-popup-button {
    position: absolute;
}  

.slider-popup {
    position: relative;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 35.88px 10.12px rgba(0, 0, 0, 0.19);
    margin-top: 80px;
    padding: 25px 25px 15px;
    border-radius: 20px;
    max-width: 280px;
    margin-left: -180px;
} 


.toggle-icon {
        transition: 0.2s all ease-in-out;
      width: 120px;
      height: 120px;
      display: inline-block;
      background-image: url('../images/plus_icon.png'); /* Default Plus Icon */
      background-size: contain;
      transition: transform 0.7s;
      animation: blink 1s infinite;
      cursor: pointer;
      background-repeat: no-repeat;
}

.toggle-icon.minus {
      transition: 0.2s all ease-in-out;
    animation: none; /* Disable animation */
  transform: none;
      background-image: url('../images/minus_icon.png'); /* Minus Icon */
} 

/*.toggle-icon:hover{
    transition: 0.5s all ease-in-out;
    transform: scale(1.3);
}*/


/* Blinking effect using keyframes */
@keyframes blink {

    0% {
    transform: scale(1); /* Default size */
    opacity: 1; /* Fully visible */
  }
  50% {
    transform: scale(1.2); /* Scaled up */
    opacity: 0.8; /* Semi-transparent */
  }
  100% {
    transform: scale(1); /* Back to default size */
    opacity: 1; /* Fully visible */
  } 
}



.slider-popup:after {
     transition: transform 0.7s;
    background-image: url(../images/popup-angle.png);
    position: absolute;
    width: 30px;
    height: 20px;
    content: '';
    top: -10px;
    right: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}  


ul.popup-slider-content {
    padding: 0;
    list-style: none;
    padding: 0;
    list-style: none;
    font-weight: 600;
    font-family: 'Bomstad Display';
    margin: 0;
}

ul.popup-slider-content li {
    padding: 3px 0;
    display: inline-flex;
    align-items: center;
}

ul.popup-slider-content li .list-icons {
    color: #256927;
    font-size: 30px;
    font-family: 'Bomstad Display';
    font-weight: bold;
    line-height: 0;
    margin-right: 10px;
    margin-bottom: -10px;
}

.product-item .added_to_cart.wc-forward {
    display: none;
}

.common-btn.checkout-btn {
    margin: 3px auto;
    font-size: 14px;
    display: block;
    max-width: 200px;
    padding: 10px;
}

.productalreadyadded {
    color: #fff !important;
    border: 1px solid !important;
    background-image: -webkit-linear-gradient(0deg, rgb(224, 156, 26) 0%, rgb(224, 78, 21) 100%) !important;
    background-image: -ms-linear-gradient(0deg, rgb(224, 156, 26) 0%, rgb(224, 78, 21) 100%);
    opacity: 0.7;
 
}

.page-template-aboutus-page-template a.common-btn.checkout-btn {
    margin: 20px auto 0;
}

.woocommerce-cart .wcsatt-sub-discount {
    display: none !important;
}

.woocommerce-cart span.woocommerce-Price-amount.amount {
    font-size: 30px;
}

.product-item span.wcsatt-sub-discount {
    display: none;
}

.shop .woocommerce-notices-wrapper {
    display: none;
}

a.continue_shoping {
    color: #000;
    text-align: center;
    display: block;
    padding: 0;
    margin-top: -10px;
}

.add-to-cart {
    display: block;
    width: 100%;
    margin: 30px 0;
    clear: both;
}

.woocommerce-shop a.remove.remove_from_cart_button {
    display: none !important;
}