.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:#f4c730;}

.product-cart-wrap .product-card-bottom .add-cart .add{background:#cea041;}

.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;}

.sub-menu {
    background-color: #fff !important;
    border: 1px solid #ececec !important;
    border-radius: 10px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, .05) !important;
    left: 0 !important;
    margin-top: 20px !important;
    min-width: 250px !important;
    padding: 25px 15px !important;
    position: absolute !important;
    top: 100% !important;
    transition: all .25s 
ease 0s !important;
    
    z-index: 999 !important;
}


.sub-menu li {
    display: block;
    line-height: 1;
    margin-bottom: 21px;
    position: relative
}

.sub-menu li:last-child {
    margin-bottom: 0
}
.sub-menu li ul.level-menu {
    background-color: #fff;
    border: 1px solid #ececec;
    border-radius: 10px;
    box-shadow: 5px 5px 15px rgba(0,0,0,.05);
    left: 100%;
    margin-top: 20px;
    opacity: 0;
    padding: 33px 0 35px;
    position: absolute;
    top: -110px;
    transition: all .25s ease 0s;
    visibility: hidden;
    width: 240px
}

.sub-menu li ul.level-menu.level-menu-modify {
    top: -25px
}

.sub-menu li a i {
    float: right;
    font-size: 9px;
    position: relative;
    top: 4px
}

.sub-menu li:hover>a {
    color: #000
}

.sub-menu li:hover>ul.level-menu {
    margin-top: 0;
    opacity: 1;
    visibility: visible
}

.mega-menu {
    background-color: #fff;
    border: 1px solid #ececec;
    border-radius: 0 0 10px 10px;
    box-shadow: 5px 5px 15px rgba(0,0,0,.05);
    left: 0;
    margin-top: 20px;
    opacity: 0;
    padding: 35px 25px 35px 35px;
    position: absolute;
    top: 100%;
    transition: all .25s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: 999
}

.mega-menu li {
    display: block;
    float: left;
    line-height: 1;
    padding-right: 10px;
    position: relative
}

.mega-menu li:last-child {
    margin-bottom: 0
}
.sub-mega-menu-width-22 {
    width: 22%
}

.sub-mega-menu-width-34 {
    width: 34%
}

.mega-menu li a.menu-title {
    display: block;
    font-size: 19px;
    font-weight: 700
}

.mega-menu li ul {
    margin-top: 28px
}

.mega-menu li ul li {
    display: block;
    float: none;
    line-height: 1;
    margin-bottom: 14px
}

.mega-menu li ul li:last-child {
    margin-bottom: 0
}
.mega-menu li ul li a {
    color: var(--color-body);
    display: block;
    font-size: 15px;
    line-height: 1.4
}

.mega-menu li ul li a:hover {
    color: var(--color-brand)
}

 .menu-banner-wrap {
    overflow: hidden;
    position: relative
}

 .menu-banner-wrap a {
    display: block
}

 .menu-banner-wrap a img {
    width: 100%
}

.menu-banner-content {
    left: 30px;
    position: absolute;
    top: 32px
}







.main-menu.main-menu-light-white>nav>ul>li>a {
    color: #fff
}

.main-menu.main-menu-padding-1>nav>ul>li {
    padding: 0 17px
}

.main-menu.main-menu-padding-1>nav>ul>li:first-child {
    padding-left: 0!important
}

.main-menu.main-menu-lh-2>nav>ul>li {
    line-height: 70px
}

.main-menu.main-menu-lh-3>nav>ul>li {
    line-height: 80px
}

.main-menu.main-menu-grow {
    flex-grow: 1
}

.main-menu>nav>ul>li {
    display: inline-block;
    position: relative;
}

.sub-menu li a {
    color: var(--color-text);
    display: block;
    font-size: 14px;
    padding: 0 15px
}

.sub-menu li a:hover {
    color: var(--color-brand)
}




        .features-section {
            background-color: #f9f9f9;
            padding: 30px 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 80px;
            margin: 0 auto;
        }

        .feature {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .icon {
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .icon svg {
            width: 100%;
            height: 100%;
            stroke: #333;
            fill: none;
            stroke-width: 1.5;
        }

        .feature-text {
            font-size: 16px;
            color: #333;
            font-weight: 400;
            white-space: nowrap;
        }

        @media (max-width: 768px) {
            .features-section {
                flex-wrap: wrap;
                gap: 30px;
            }
        }


.about-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.about-text {
  flex: 1;
  min-width: 280px;
  white-space: normal !important;
  line-height: 1.7;
}

.about-text p {
  margin-bottom: 14px;
}

.about-image {
  flex: 1;
  min-width: 280px;
  text-align: right;
}

.about-image img {
  max-width: 100%;
  border-radius: 20px;
}


.newsletter .newsletter-inner img {
    max-width: 45%;
    position: absolute;
    right: 50px;

    top: 50%;
    transform: translateY(-50%);
    bottom: unset !important;
}


/* Set slider height */
.slider-1-height-3,
.single-hero-slider,
.hero-slider-1 .single-hero-slider,
.hero-slider-1 .slider-img img {
    height: 712px !important;
    min-height: 712px !important;
}

/* Make background fit nicely */
.slider-img img {
    object-fit: cover !important;
    width: 100% !important;
}


/* Remove gap below slider */
.hero-slider-1,
.hero-slider-1 .single-hero-slider {
    margin-bottom: 0 !important;
}

/* Remove bottom space from the entire slider section */
.hero-slider-1,
.hero-slider-2,
.hero-slider-3,
.home-slider,
.main-slider,
.slider-area,
.slider-wrapper {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Remove spacing from the slick container */
.slick-slider,
.slick-list,
.slick-track {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Make sure your features section touches the slider */
.features-section {
    margin-top: px  !important;
    padding-top: 45px 20px; !important;
}>

    text-align: left !important;
}






/* ===== SLIDER TEXT COLOR FIX (WHITE + GOLD) ===== */

.single-hero-slider.single-animation-wrap .display-2.mb-40 {
    color: #ffffff !important;
}

.single-hero-slider.single-animation-wrap .mb-65,
.single-hero-slider.single-animation-wrap p {
    color: #D4AF37 !important; /* Gold */
}





footer .mobile-social-icon {
    align-items: center;
    align-self: center;
    display: flex;
    justify-content: center;
    margin: 25px;
}

.container {padding:0px;}



















/* Header */
        header {
            background: linear-gradient(135deg, #CAE041 0%, #b8cc3a 100%);
            padding: 60px 20px;
            text-align: center;
            color: #2c3e50;
        }

        header h1 {
            font-size: 3em;
            margin-bottom: 15px;
            font-weight: 700;
        }

        header p {
            font-size: 1.3em;
            font-weight: 300;
            max-width: 800px;
            margin: 0 auto;
        }

        /* Welcome Section */
        .welcome-section {
            background-color: #fff;
            padding: 60px 20px;
            margin: 40px 0;
            border-radius: 12px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.08);
        }

        .welcome-section h2 {
            color: #2c3e50;
            font-size: 2em;
            margin-bottom: 20px;
        }

        .welcome-section p {
            font-size: 1.1em;
            color: #555;
            line-height: 1.8;
        }

        /* Story Section */
        .story-section {
            background: linear-gradient(135deg, #e8f4f8 0%, #f0f8ff 100%);
            padding: 50px 40px;
            margin: 40px 0;
            border-radius: 12px;
            border-left: 5px solid #CAE041;
        }

        .story-section h3 {
            color: #2c3e50;
            font-size: 1.8em;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
        }

        .story-section h3::before {
            content: "🌿";
            margin-right: 10px;
            font-size: 1.2em;
        }

        .story-section p {
            color: #555;
            font-size: 1.05em;
            line-height: 1.8;
            margin-bottom: 15px;
        }

        /* Mission Section */
        .mission-section {
            background-color: #fff;
            padding: 50px 40px;
            margin: 40px 0;
            border-radius: 12px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.08);
        }

        .mission-section h3 {
            color: #2c3e50;
            font-size: 1.8em;
            margin-bottom: 20px;
        }

        .mission-section p {
            color: #555;
            font-size: 1.05em;
            line-height: 1.8;
            margin-bottom: 20px;
        }

        .mission-section ul {
            list-style: none;
            padding-left: 0;
        }

        .mission-section ul li {
            padding: 12px 0;
            padding-left: 30px;
            position: relative;
            color: #555;
            font-size: 1.05em;
        }

        .mission-section ul li::before {
            content: "✓";
            position: absolute;
            left: 0;
            color: #CAE041;
            font-weight: bold;
            font-size: 1.3em;
        }

        /* Products Grid */
        .products-section {
            padding: 60px 20px;
            background-color: #fff;
            margin: 40px 0;
            border-radius: 12px;
        }

        .products-section h3 {
            color: #2c3e50;
            font-size: 2em;
            margin-bottom: 40px;
            text-align: center;
        }

        .products-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 25px;
            margin-bottom: 40px;
        }

        .product-card {
            background: linear-gradient(135deg, #fef9e7 0%, #fdfbf5 100%);
            padding: 30px;
            border-radius: 10px;
            border-left: 4px solid #CAE041;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .product-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 20px rgba(202, 224, 65, 0.2);
        }

        .product-card h4 {
            color: #2c3e50;
            font-size: 1.3em;
            margin-bottom: 10px;
        }

        .product-card p {
            color: #666;
            line-height: 1.6;
        }

        /* Why Choose Section */
        .why-choose-section {
            background: linear-gradient(135deg, #e8f4f8 0%, #f0f8ff 100%);
            padding: 50px 40px;
            margin: 40px 0;
            border-radius: 12px;
        }

        .why-choose-section h3 {
            color: #2c3e50;
            font-size: 2em;
            margin-bottom: 30px;
            text-align: center;
        }

        .why-choose-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
        }

        .why-item {
            background-color: #fff;
            padding: 25px;
            border-radius: 8px;
            text-align: center;
            transition: transform 0.3s ease;
        }

        .why-item:hover {
            transform: translateY(-3px);
        }

        .why-item h4 {
            color: #2c3e50;
            font-size: 1.2em;
            margin-bottom: 10px;
        }

        .why-item p {
            color: #666;
            font-size: 0.95em;
        }

        /* Values Section */
        .values-section {
            padding: 50px 40px;
            margin: 40px 0;
            background-color: #fff;
            border-radius: 12px;
        }

        .values-section h3 {
            color: #2c3e50;
            font-size: 2em;
            margin-bottom: 30px;
            text-align: center;
        }

        .values-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 25px;
        }

        .value-card {
            padding: 30px;
            border-radius: 10px;
            text-align: center;
        }

        .value-card.integrity {
            background: linear-gradient(135deg, #e3f2fd 0%, #f0f8ff 100%);
        }

        .value-card.purity {
            background: linear-gradient(135deg, #f1f8e9 0%, #f9fdf7 100%);
        }

        .value-card.excellence {
            background: linear-gradient(135deg, #fff8e1 0%, #fffef7 100%);
        }

        .value-card.community {
            background: linear-gradient(135deg, #fce4ec 0%, #fff5f8 100%);
        }

        .value-card h4 {
            color: #2c3e50;
            font-size: 1.4em;
            margin-bottom: 15px;
        }

        .value-card p {
            color: #555;
            line-height: 1.6;
        }

        /* Quality & Support Sections */
        .info-section {
            background-color: #fff;
            padding: 50px 40px;
            margin: 40px 0;
            border-radius: 12px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.08);
        }

        .info-section h3 {
            color: #2c3e50;
            font-size: 1.8em;
            margin-bottom: 20px;
        }

        .info-section p {
            color: #555;
            font-size: 1.05em;
            line-height: 1.8;
        }

        /* Contact Section */
        .contact-section {
            background: linear-gradient(135deg, #cea041 0%, #cea041 100%);
            padding: 60px 40px;
            margin: 40px 0;
            border-radius: 12px;
            text-align: center;
        }

        .contact-section h3 {
            color: #2c3e50;
            font-size: 2em;
            margin-bottom: 20px;
        }

        .contact-section p {
            color: #2c3e50;
            font-size: 1.1em;
            margin-bottom: 30px;
            line-height: 1.8;
        }

        .contact-info {
            display: flex;
            flex-direction: column;
            gap: 15px;
            max-width: 600px;
            margin: 0 auto;
            text-align: left;
        }

        .contact-item {
            background-color: rgba(255,255,255,0.9);
            padding: 15px 20px;
            border-radius: 8px;
            color: #2c3e50;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .contact-item strong {
            color: #cea041;
            min-width: 80px;
        }






.privacy-header {
            background: linear-gradient(135deg, #cea041 0%, #d4a84d 100%);
            padding: 40px 20px;
            text-align: center;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        }

        .privacy-header h1 {
            font-size: 2.5em;
            color: #1a1a1a;
            margin: 0 0 8px 0;
        }

        .privacy-header p {
            font-size: 1.1em;
            color: #2c2c2c;
            margin: 0;
        }

        .main-wrapper {
            max-width: 1000px;
            margin: -30px auto 40px;
            padding: 0 20px;
        }

        .privacy-card {
            background: #fff;
            border-radius: 20px;
            box-shadow: 0 10px 40px rgba(0,0,0,0.15);
            overflow: hidden;
        }

        .summary-banner {
            background: linear-gradient(135deg, #e8f4f8 0%, #f0f8ff 100%);
            padding: 30px 40px;
            border-bottom: 4px solid #cea041;
        }

        .summary-banner h2 {
            color: #2c3e50;
            font-size: 1.5em;
            margin: 0 0 15px 0;
        }

        .summary-banner p {
            color: #555;
            font-size: 1.05em;
            line-height: 1.7;
            margin: 0;
        }

        .content-section {
            padding: 40px 50px;
        }

        .accordion-item {
            margin-bottom: 15px;
            border: 2px solid #e8e8e8;
            border-radius: 10px;
            overflow: hidden;
            transition: all 0.3s ease;
        }

        .accordion-item:hover {
            border-color: #cea041;
        }

        .accordion-header {
            background: linear-gradient(135deg, #fef9e7 0%, #fdfbf5 100%);
            padding: 20px 25px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: all 0.3s ease;
            user-select: none;
        }

        .accordion-header:hover {
            background: linear-gradient(135deg, #cea041 0%, #d4a84d 100%);
        }

        .accordion-header:hover h3,
        .accordion-header:hover .icon {
            color: #1a1a1a;
        }

        .accordion-header h3 {
            color: #2c3e50;
            font-size: 1.2em;
            font-weight: 600;
            margin: 0;
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .accordion-header .icon {
            color: #cea041;
            font-size: 1.5em;
            transition: transform 0.3s ease;
        }

        .accordion-item.active .icon {
            transform: rotate(180deg);
        }

        .accordion-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease;
            background: #fff;
        }

        .accordion-item.active .accordion-content {
            max-height: 2000px;
        }

        .accordion-body {
            padding: 25px;
            color: #555;
            font-size: 1.02em;
            line-height: 1.7;
        }

        .accordion-body p {
            margin: 0 0 15px 0;
        }

        .accordion-body ul {
            margin: 15px 0 15px 25px;
            padding: 0;
        }

        .accordion-body li {
            margin-bottom: 8px;
        }

        .accordion-body strong {
            color: #2c3e50;
        }

        .info-box {
            background: linear-gradient(135deg, #e8f4f8 0%, #f0f8ff 100%);
            padding: 20px;
            border-radius: 10px;
            margin: 15px 0;
            border-left: 4px solid #4a90e2;
        }

        .highlight-box {
            background: linear-gradient(135deg, #fff3e0 0%, #fff9f0 100%);
            padding: 20px;
            border-radius: 10px;
            margin: 15px 0;
            border-left: 4px solid #ff9800;
        }

        .rights-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 15px;
            margin: 20px 0;
        }

        .right-item {
            background: linear-gradient(135deg, #e8f5e9 0%, #f1f8f4 100%);
            padding: 20px;
            border-radius: 10px;
            text-align: center;
            border-top: 3px solid #4caf50;
        }

        .right-item .icon {
            font-size: 2em;
            margin-bottom: 10px;
            display: block;
        }

        .right-item h4 {
            color: #2c3e50;
            font-size: 1.1em;
            margin: 0 0 8px 0;
        }

        .right-item p {
            color: #666;
            font-size: 0.95em;
            margin: 0;
        }

        .contact-footer {
            background: linear-gradient(135deg, #cea041 0%, #d4a84d 100%);
            padding: 35px 40px;
            text-align: center;
        }

        .contact-footer h3 {
            color: #1a1a1a;
            font-size: 1.6em;
            margin: 0 0 15px 0;
        }

        .contact-footer p {
            color: #2c2c2c;
            font-size: 1.05em;
            margin: 0 0 20px 0;
        }

        .contact-buttons {
            display: flex;
            gap: 15px;
            justify-content: center;
            flex-wrap: wrap;
        }

        .contact-btn {
            background: rgba(255,255,255,0.95);
            color: #2c3e50;
            padding: 12px 25px;
            border-radius: 25px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .contact-btn:hover {
            background: #fff;
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        }



/* Header */
        header {
            background: linear-gradient(135deg, #CAE041 0%, #b8cc3a 100%);
            padding: 0px 0px;!important;
            text-align: center;
            color: #2c3e50;
        }

        header h1 {
            font-size: 3em;
            margin-bottom: 15px;
            font-weight: 700;
        }

        header p {
            font-size: 1.3em;
            font-weight: 300;
            max-width: 800px;
            margin: 0 auto;
        }


@media (max-width: 768px) {

    /* MAIN SLIDER WRAPPER */
    .single-hero-slider.single-animation-wrap.rectangle {
        width: 100% !important;
        height: auto !important;
        padding: 0 !important;
        margin: 0 !important;

        background-size: contain !important;   /* Full image visible */
        background-repeat: no-repeat !important;
        background-position: center center !important;

        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    /* FORCE INNER CONTENT TO HAVE NO EXTRA SPACE */
    .single-hero-slider.single-animation-wrap.rectangle * {
        padding: 0 !important;
        margin: 0 !important;
    }
}


@media (max-width: 768px) {

   



@media (max-width: 768px) {

   


@media (max-width: 768px) {

  @media (max-width: 768px) {
  





@media (max-width: 768px) {
    /* Keep slider height flexible but minimum 200px */
    .slider-1-height-3,
    .single-hero-slider,
    .hero-slider-1 .single-hero-slider,
    .hero-slider-1 .slider-img img {
        min-height: 200px !important;
        height: auto !important; /* let height adjust naturally */
    }

    /* Remove extra padding/margin around the slider container */
    .hero-slider-1 {
        padding: 0 !important;
        margin: 0 !important;
        height: auto !important;
        overflow: visible !important;
    }

    /* Also reset margins/paddings on the slider items */
    .single-hero-slider.single-animation-wrap {
        padding: 0 !important;
        margin: 0 !important;
        height: auto !important;
    }
}









@media (max-width: 768px) {

  /* MAIN WRAPPER: hero-3 slider */
  .hero-3.position-relative.align-items {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    height: auto !important;
    overflow: visible !important;
  }

  /* SLIDER ITEMS */
  .hero-3.position-relative.align-items > * {
    padding: 0 !important;
    margin: 0 !important;
    height: auto !important;
  }

  /* If the slider images or backgrounds need special sizing */
  .hero-3.position-relative.align-items img,
  .hero-3.position-relative.align-items .slider-img {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important; /* prevent cropping */
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
  }

  /* OPTIONAL: If you want to force a min-height like the first slider */
  .hero-3.position-relative.align-items {
    min-height: 200px !important;
  }
}







------------------------------
   NEWSLETTER SECTION FIX (IMAGE HIGHER + CENTERED)
-------------------------------- */
.newsletter .newsletter-inner {
  position: relative;
font-family: "Lato", sans-serif !important;
  font-size: 17px !important;
  line-height: 1.6;
  min-height: 400px; /* Adjust if needed */
}

.newsletter .newsletter-inner img {
  max-width: 50%;   /* INCREASE IMAGE SIZE HERE (45%, 50%, or 55%) */
  position: absolute;
  right: 50px;       /* Move right/left */
  top: 50%;          /* CENTER IMAGE VERTICALLY */
  transform: translateY(-50%);
  bottom: unset !important;
}


@media (max-width: 768px) {
    .newsletter {
        display: none !important;
    }
}



/* Hide features section only on mobile */
@media (max-width: 767px) {
    .features-section {
        display: none !important;
    }
}



/* Tablets only (approx 768px to 1024px) */
@media (min-width: 820px) and (max-width: 1030px) {
        .features-section {
            background-color: #f9f9f9;
            padding: 30px 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 17px !important;
            margin: 0 auto;
        }
}

/* For Samsung flagship devices or similar width screens */
@media screen and (max-width: 420px) {
    .banner-img .banner-text h4 {
        font-size: 14px;
        min-height: 50px;
    }.hero-3.position-relative.align-items {
    min-height: 153px !important;
  }
  .product-sidebar{display:none;}
.banner-img .banner-text span {
    color: #000000;
    font-size: 10px;
}
}


.text-muted {
    color: var(--color-muted)!important
    display:none;
}