.product-cart-wrap .product-card-bottom{
display:block !important;
align-items:left;
}

.product-cart-wrap .product-card-bottom .add-cart .add{
width: 100%;
    text-align: center;
    color: #fff;
background-color: rgb(59 183 126);
margin-top: 18px !important;
}

.menu-icon-image {
    height: 39px;
    margin-top: 5px;
    margin-inline-end:2px;
vertical-align: top;
  width: 39px;}
.header-nutrikorn-style .navigation-bar {
    background: #ffffff;
    border-top: 1px solid #e0e0e0;
}


.categories-dropdown-wrap.style-2{width:302px;box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.05);}
.hero-slider-1.style-5 .single-hero-slider,.hero-slider-1.style-5 img {
    border-radius: 10px;
    height: 435px;
}

.banner-img.style-2{
height: 487px;
}

.faqs-list{
    margin: 30px 215px;
}

.faqs-list .card .card-header {
    background: #fff;
    border-radius: 11px;
 box-shadow: 5px 5px 10px rgb(0 0 0 / 11%);
}

.faqs-list .card{border-radius:12px;}

.section-title{justify-content:center;}



 .features-container {
            display: flex;
            gap: 20px;
            max-width: 1338px;
            margin: 50px auto;
            flex-wrap: wrap;
        }

        .feature-card {
            flex: 1;
            min-width: 280px;
            background: white;
            border: 1.5px solid #d1d1d1;
            border-radius: 12px;
            padding: 24px;
            display: flex;
            align-items: flex-start;
            gap: 16px;
            transition: box-shadow 0.3s ease;
        }

        .feature-card:hover {
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        }

        .icon-wrapper {
            width: 48px;
            height: 48px;
            background-color: #e8f5e9;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .icon-wrapper svg {
            width: 28px;
            height: 28px;
            stroke: #4caf50;
            stroke-width: 2;
            fill: none;
        }

        .feature-content {
            display: flex;
            flex-direction: column;
            gap: 6px;
        }

        .feature-title {
            font-size: 16px;
            font-weight: 600;
            color: #1a1a1a;
            line-height: 1.4;
        }

        .feature-description {
            font-size: 14px;
            color: #787878;
            line-height: 1.5;
        }

        @media (max-width: 768px) {
            .features-container {
                flex-direction: column;
            }
        }


.pt-60 {
    padding-top: 60px!important;
    padding-bottom: 60px !important;
}

.faq{
margin-top:60px;
text-align:center;
}

.product-cart-wrap{
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.05);
}

.loop-grid article{overflow: visible;}


.blog-card-modern {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-card-modern:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(139, 69, 19, 0.15);
}

.post-thumb-wrapper {
    position: relative;
    overflow: hidden;
    padding-top: 51.67%;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.05);
}

.post-thumb-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.post-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.blog-card-modern:hover .post-thumbnail {
    transform: scale(1.08);
}

.overlay-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.blog-card-modern:hover .overlay-gradient {
    opacity: 1;
}

.category-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
}

.category-badge a {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    color: #8B4513;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.category-badge a:hover {
    background: #8B4513;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(139, 69, 19, 0.3);
}

.entry-content-modern {
    padding: 44px 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.post-title-modern {
    margin: 0;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.4;
    flex: 1;
}

.post-title-modern a {
    color: #2c2c2c;
    text-decoration: none;
    transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-title-modern a:hover {
    color: #3bb77e;
}

.entry-meta-modern {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 16px;
    border-top: 1px solid #f0f0f0;
    font-size: 13px;
    color: #888;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
}

.meta-icon {
    color: #3bb77e;
    flex-shrink: 0;
}

.meta-divider {
    width: 4px;
    height: 4px;
    background: #ddd;
    border-radius: 50%;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .entry-content-modern {
        padding: 20px;
    }
    
    .post-title-modern {
        font-size: 17px;
    }
    
    .entry-meta-modern {
        font-size: 12px;
    }
}

/* Optional: Add subtle animation on load */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animated {
    animation: fadeInUp 0.6s ease-out;
}


.blogs{
margin-top: 60px;
    text-align: center;
    margin-bottom: 44px;

}


.product-cart-wrap .product-card-bottom .add-cart .add:hover{background:#2a5831;}

.product-cart-wrap .product-card-bottom .add-cart .add{background:#9abc42;}

.logo{display:none;}

.logo-new{
    text-align: center;
    position: relative;
    margin-top: 80px;
}

.widget-about {
    font-size: 15px;
    min-width: 300px;
    margin-right: 50px;
}


footer .mobile-social-icon {
    align-items: center;
    align-self: center;
    display: flex;
    justify-content: center;
margin:20px 0px;
}


.bb-product-filter {
    background: #ffffff;
    margin-bottom: 30px;
    padding: 20px;
    position: relative;
    padding: 30px;
    border: 1px solid #ececec;
    border-radius: 15px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}

.bb-product-filter-title {
       position: relative;
    border-bottom: 1px solid #ececec;
    padding-bottom: 20px;
    font-size: 24px;
}

.bb-product-filter-items li:not(:last-child) {
    margin-bottom: 4px;
    border: 1px solid #F2F3F4;
    padding: 13px;
    border-radius: 9px;
}

.bb-product-filter-items li {
    list-style: none;
    position: relative;
    margin-bottom: 4px;
    border: 1px solid #F2F3F4;
    padding: 13px;
    border-radius: 9px;
}

.bb-product-filter-link img,.bb-product-filter-link svg {
    height: 2.3rem;
    width: 2.3rem;
}

@media (max-width: 768px) {
  .container-2 {
    padding: 0px 22px !important;
  }
.faqs-list {
    margin: 19px 19px;
}
    .brand{
   background: #f4f6fa;
   margin: 22px !important;
}
.banner-img.banner-2 .banner-text {
    right: 109px;
}
main {
    display: block;
    margin-top: 90px;
}
    .features-container {
        flex-direction: column;
        margin: 17px;
    }
}
@media (max-width: 480px) {
  .container-2 {
    padding: 0px 22px !important;
  }
.faqs-list {
    margin: 19px 19px;
}
    .brand{
            background: #f4f6fa;
            margin: 22px !important;
}
.banner-img.banner-2 .banner-text {
    right: 109px;
}
main {
    display: block;
    margin-top: 90px;
}
    .features-container {
        flex-direction: column;
        margin: 17px;
    }
}

.hero-3 {height: 542px;margin-top: 81px;}
footer.main {
    overflow: hidden;
    background: #f4f6fa;
}

  .brand{
            background: #f4f6fa !importnat;
            margin: 0px 83px !importnat;
            border-bottom: 1px solid #d0dfb0;
            border-radius: 0px !important;
            box-shadow: none !important;
    }

.footer-link-widget:not(:last-child) {
    margin-left: 50px;
}

.categories-dropdown-wrap.style-2 ul li img {
    max-height: 30px;
}

.contact-from-area{
padding: 37px;
    border-radius: 23px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    width: 593px;
}

.ck-content img.image_resized {
    height: auto;
    border-radius: 22px;
}

.contacttext{text-align: center;
    margin: 63px 0px;}

.contact-from-area .contact-form-style button{padding: 20px 205px; background-color: #7ab242;}

@media (max-width: 768px) {
  .footer-link-widget:not(:last-child) {
    margin-left: 0px;
  }
  .home-slide-cover{margin-top: -63px !important;}
}

@media (max-width: 480px) {
  .footer-link-widget:not(:last-child) {
    margin-left: 0px;
  } .home-slide-cover{margin-top: -63px !important;}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a{display:inline;}
}

@media only screen and (max-width: 480px) {
  .product-info{padding: 28px 8px;}
   .banner-img .banner-text {left:28px;}
  .contact-from-area{width:auto;}
.contact-from-area .contact-form-style button {
    padding: 20px 79px;
    background-color: #7ab242;
}
.ck-content img.image_resized {
    height: auto;
    width: auto !important;
}
}

.ps-block__header{padding-top:40px;}

.mobile-social-icon a{width:41px;height:41px;border-radius:50%;}
.categories-dropdown-wrap.style-2 ul li{width:156px;}

#cms-core-theme{display:none;}

.product-info{box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);  border: 3px solid #9abc42;}
.tab-style3 .nav-tabs li.nav-item a{border-radius: 7px;border: 2px solid #9abc42;}

.has-buy-now-button .button.button-buy-now{background:#9abc42;}