header {
    background: linear-gradient(45deg, black, #2a2929);
    position: sticky;
    top: 0;
    z-index: 99;
}

img.logo {
    width: 140px;
}

.modal-dialog .btn-close {
    --bs-btn-close-focus-shadow: none !important;
}

    .modal-dialog .btn-close:focus {
        outline: 0;
        box-shadow: 0 0 0px 0rem rgb(16 16 17 / 25%) !important;
    }

.text-warning {
    color: #C7A100 !important;
}

.text-dark {
    color: #0b3f2e !important;
}

ul.main-menu {
    padding-left: 0;
    list-style: none;
    color: #EBD399;
    display: flex;
    font-size: 20px;
    margin-bottom: 0px;
}

    ul.main-menu li {
        margin-right: 20px;
    }

        ul.main-menu li a {
            text-decoration: none;
            color: #EBD399;
        }

.right-menu {
    display: flex;
    justify-content: end;
}

ul.rightlinks {
    padding-left: 0;
    list-style: none;
    color: #EBD399;
    display: flex;
    font-size: 20px;
    margin-bottom: 0px;
}

    ul.rightlinks li {
        margin-right: 20px;
    }

/*        ul.rightlinks li a {
            color: #EBD399 !important;
        }*/

.rightlink {
    color: #EBD399;
}

.total-cart-list {
    color: #EBD399 !important;
    position:relative;
}

.right-menu ul.dropdown-menu li {
    margin-right: 0;
}

.subherder {
    position: relative;
}

.headertitle {
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 9;
    color: #fff;
    display: flex;
    align-items: center;
    min-width: 100%;
    height: 100%;
    justify-content: center;
    background: #00000061;
    right: 0;
}

.subheading {
    font-size: 29px;
    font-weight: bold;
    color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgb(255 255 255 / 75%) !important;
}

.iconbox img {
    margin: 0 auto;
    display: flex;
    width: 100px;
    height: 100px;
}

.iconbox h2 {
    text-align: center;
    font-size: 25px;
}

.iconbox {
    text-align: center;
}

/* categories css */
.categories {
    background-color: #f4fbe7;
    position: relative;
}

.main-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0b3d1e;
}

.sub-title {
    font-size: 1rem;
    color: #333;
}

.card-custom {
    border: none;
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
    color: white;
    transition: transform 0.3s ease;
    position: relative;
}

    .card-custom:hover {
        transform: scale(1.03);
    }

.card-img {
    object-fit: cover;
    filter: brightness(0.8);
}

.card-title-overlay {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    font-size: 1.3rem;
    font-weight: 600;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
}

.card-custom-1 {
    position: absolute !important;
    bottom: 49px;
}

.card-custom-2 {
    position: absolute !important;
    bottom: 49px;
}

#Product-categories .item img {
    object-fit: cover; /* keeps crop ratio */
    width: 100%;
    border-radius: 12px;
}

.categories::before {
    content: "";
    position: absolute;
    top: -97px;
    left: -45px; /* Left side */
    width: 303px;
    height: 573px;
    background-image: url('../images/Environment-leaf.png');
    background-size: 320px;
    background-repeat: no-repeat;
}

.categories::after {
    content: "";
    position: absolute;
    top: -97px;
    right: 0; /* Right side */
    width: 242px;
    height: 563px;
    background-image: url('../images/Environment-leaf.png');
    background-size: 320px;
    background-repeat: no-repeat;
}



/* product css */

.section-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #042C19;
}

.home-prd {
    background: #F6F6F6;
    border-radius: 15px;
    padding: 15px;
    position: relative;
    transition: 0.3s;
}

    .home-prd img {
        height: 250px;
        object-fit: contain;
        margin-bottom: 10px;
    }

.home-prd-details a {
    text-decoration: none !important;
}

/* Hover icons */


.hover-icons {
    top: 15px;
    left: 15px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.home-prd:hover .hover-icons {
    opacity: 1;
}

.prd-icons {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .prd-icons li {
        margin-bottom: 10px;
    }

.hover-icons .btn {
    width: 36px;
    height: 36px;
    padding: 0;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-prd-title {
    color: #000 !important;
    font-size: 12px;
    height: 40px;
}


.shopping-cart {
    color: #FFCD1E !important;
}

.lblerros {
    color: red;
    font-size: 15px;
    font-weight: bold;
}

.table-custom td {
    color: #073C16;
}

/*.btn-dark {
    background: #0b3f2e !important;
    color: #f9df8c !important;
}
*/
.text-muted.small {
    font-size: 0.85rem;
}

.Environment .owl-item.active.second-active .item {
    height: 270px;
}

    .Environment .owl-item.active.second-active .item img {
        height: 270px;
        object-fit: cover
    }

#Product-categories .owl-stage {
    display: flex;
    align-items: end;
}

button.owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    background: #2D6D16;
    width: 30px;
    height: 30px;
    font-size: 28px;
}

button.owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    background: #2D6D16;
    width: 30px;
    height: 30px;
    font-size: 28px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #2D6D16;
    color: #FFF;
    text-decoration: none;
}

.prod {
    background: #F6F6F6;
}

.wellness {
    /*    padding-left: 90px;*/
    width: 85%;
}

.wellness-sec {
    background: #F6F6F6;
}

.achiever-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 0 3px #e0e0e0;
    overflow: hidden;
    transition: transform 0.3s ease;
}

    .achiever-card:hover {
        transform: translateY(-5px);
    }

.filter-section {
    position: sticky;
    top: 40px;
}

.achiever-image {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-bottom: 1px solid #eee;
}

.achiever-name {
    font-weight: 600;
    color: #223322;
}

.achiever-title {
    font-size: 0.9rem;
    color: #82b440;
}

.footer-links {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
   /* flex-direction: column;*/
    /*gap: 10px;*/
}

    .footer-links li {
        list-style: none;
    }

    .footer-links a {
        color: #ffffff;
        text-decoration: none;
        font-size: 14px;
        word-break: break-word;
        transition: color 0.3s ease;
    }

        .footer-links a:hover {
            color: #00bcd4;
        }



.footer {
    /*    background-color: rgb(11, 63, 46);*/
    background-image: url('/images/footer.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: rgb(249, 223, 140);
    padding-top: 0;
    position: relative
}

footer.footer.text-light::before {
    content: "";
    background: linear-gradient(45deg, black, #2a2929);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.footer h6 {
    font-weight: 700;
    margin-bottom: 15px;
    color: #EBD399;
}

.footer a {
    color: #EBD399;
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
}

    .footer a:hover {
        color: #f9df8c;
    }

.footer .social-icons a {
    font-size: 18px;
    margin-right: 10px;
    color: #fff;
}

.footer .newsletter-input {
    border-radius: 5px;
    border: none;
    padding: 6px 12px;
    width: 200px;
}

.footer .subscribe-btn {
    background-color: #d4a622;
    color: #fff;
    border: none;
    padding: 6px 20px;
    border-radius: 5px;
    margin-left: 10px;
}

.footer-bottom {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 10px;
    font-size: 14px;
}

.app-badges img {
    height: 40px;
    margin-bottom: 10px;
}

img.footer-logo {
    width: 150px;
}

.social-icons {
    display: flex;
}

    .social-icons a {
        background: #EBD399;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 30px;
    }

        .social-icons a i {
            color: #0b3f2e;
        }

.footer h5 {
    color: #EBD399;
}

/*
.footer::before {
    content: '';
    background-image: url(/assets/images/footer.png);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
}*/

.error {
    color: red;
    font-size: 14px;
}

/*signup star*/
.signup-type {
    position: relative;
    /*    border: 3px #0078c1 solid;*/
    border-radius: 6px;
    padding: 10px 5px;
    text-decoration: none;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.signup-type-hover {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: linear-gradient(3deg, #0000003d, transparent);*/
}

.signup-type-hover-1 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(3deg, #0000009e, #0000008f);
}

.signup-type img {
    height: 351px;
}

.form-control[readonly] {
    background-color: whitesmoke;
}

.signup-type-hover h2 {
    background-color: #0078c1;
    margin-bottom: 0;
    width: 100%;
    font-size: 21px;
    padding: 8px 9px;
    text-align: center;
    color: #fff;
    transition-duration: 0.5s;
    position: absolute;
    bottom: 0%;
    cursor: pointer;
}

.signup-type-hover-1 h2 {
    background-color: #f5f5f5;
    margin-bottom: 0;
    width: 100%;
    font-size: 21px;
    padding: 8px 9px;
    text-align: center;
    color: #0078c1;
    transition-duration: 0.5s;
    position: absolute;
    bottom: 0%;
    cursor: pointer;
}

.signup-type:hover h2 {
    position: absolute;
    bottom: calc(50% - 15px);
    border: 3px solid #042c19;
}

.signuptitle {
    text-align: center;
    margin-bottom: 30px;
}

    .signuptitle span {
        font-size: 17px;
        padding: 10px 39px;
        border-radius: 35px;
        display: inline-block;
        color: #ffffff;
        font-weight: 600;
        background: #042c19;
    }

.steeps ul {
    display: flex;
    padding-left: 0;
}

    .steeps ul li {
        list-style-type: none;
        width: 100%;
        text-align: center;
        position: relative;
    }


color-filter {
    display: flex
}

.color-filter {
    padding-left: 0px;
    display: flex;
}


    .color-filter li {
        list-style-type: none;
        margin-right: 10px;
        cursor: pointer;
        width: 40px;
        height: 40px;
        display: block;
        margin: 0px auto;
        border-radius: 50%;
        margin-right: 7px;
        box-shadow: 0px 0px 2px;
    }


.steeps ul li::after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    background: #b9def5;
    top: 20px;
    right: 50%;
}

.steeps ul li.active::after {
    background: #b9def5;
}

.steeps ul li:first-child::after {
    display: none;
    margin-top: 10px;
    font-size: 12px;
    width: 100%;
    text-align: center;
}

.steeps ul li span {
    background: #b0fdd8;
    width: 39px;
    display: block;
    margin: 0px auto;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
    color: #000;
    z-index: 9;
    position: relative;
}

.steeps ul li.active span {
    background: #042c19;
    color: #fff;
}

.steeps ul li label {
    display: none;
}

.steeps ul li.active label {
    display: block;
}

/*sign up end*/
.found-img {
    background: url(/Images/About1.png) no-repeat;
    background-position: center;
    background-size: cover;
    /*    height: 180px;*/
}

.found-text,
.trust-text {
    padding: 25px;
    color: #fff;
    text-align: center;
}
.cart-count {
    position: absolute;
    top: -15px;
}

.aboutus-bg-img {
    background: url(/Images/About2.png) no-repeat;
    background-position: center;
    background-size: cover;
    /*    height: 250px;*/
}
