﻿body {
    font-family: 'Poppins', sans-serif;
    font-size:14px;
}

h1,
h2,
h3 {
    font-family: Butler;
}


.subherder {
    position: relative;
}
.banner-img-wrapper::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.headertitle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    color: #fff;
    display: flex;
    align-items: center;
    min-width: 100%;
    height: 100%;
    justify-content: center;
    text-align: center;
}
.login-btn a{
    font-size:12px;
    color:#fff !important;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #fff !important;
}
.form-check-input:checked::before {
    background-color: #007540 !important;
    border-color: #007540 !important;
}
.form-check-input:checked::after {
    color: #ffffff !important;
}
.form-check-input:checked {
    background-color: #007540 !important; /* checkbox background */
    border-color: #007540 !important; /* checkbox border */
    color: #ffffff !important; /* checkmark color */
}
.minicart a{
    text-decoration:none !important;
}

.filter-left-sec {
    max-width: 310px;
}

.filter-section {
    position: sticky;
    top: 40px;
}

.filter-left h6 {
    font-size: 0.95rem;
}

.left-25 {
    left: 25%;
}

.product-share-icons li a i {
    color: #fff;
    background: #000;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    transition: 0.3s ease-in-out;
}

    .product-share-icons li a i:hover {
        background: #28a745;
        transform: scale(1.1);
    }

.product-view-tabs {
    border-bottom: none;
    justify-content: center;
    gap: 2rem;
}

    .product-view-tabs .nav-link {
        border: none;
        color: #6c757d;
        font-weight: 500;
        background: transparent;
        position: relative;
    }

/*.category.active img {
    transform: scale(1.03);
    transition: all 0.3s ease;
}
*/
h4.text-theam {
    font-size: 18px;
    font-weight: 400;
    margin-bottom:0px;
}
h4.cartprodnaame {
    font-size: 17px;
    margin-bottom: 0px;
    font-weight: 400;
}
h4.cartprodqty {
    font-size: 17px;
    margin-bottom: 0px;
    font-weight: 400;
}
h4.cartprodaprp {
    font-size: 17px;
    margin-bottom: 0px;
    font-weight: 400;
}
h4.cartprodBv {
    font-size: 17px;
    margin-bottom: 0px;
    font-weight: 400;
}
h6.cartprodtitle {
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 400;
}
.slimscroll {
    font-size: 14px;
}
.category img {
    max-height: 400px;
    object-fit: cover;
    border-radius: 8px;
    transition: all 0.3s ease;
}


.category-col {
    transition: all 0.4s ease;
}

.category {
    text-decoration: none !important;
}

.product-view-tabs .nav-link.active {
    color: #073C16;
    font-weight: 600;
}

    .product-view-tabs .nav-link.active::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -6px;
        width: 100%;
        height: 2px;
        background-color: #073C16;
    }

.stock-badge {
    color: #28a745;
    background-color: #dfffe6;
    border: 1px solid #a2e5b8;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
}

:root {
    --imc-green: #17a589;
    --imc-light: #e8f6f3;
}

.hero {
    background: linear-gradient(180deg, var(--imc-light), #ffffff);
}

.icon-badge {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: var(--imc-light);
    color: var(--imc-green);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
    font-size: 1.5rem;
}



.ribbon {
    position: absolute;
    top: 16px;
    right: -8px;
    background: var(--imc-green);
    color: #fff;
    padding: .25rem .75rem;
    border-radius: .5rem;
    font-size: .8rem;
    font-weight: 600;
    box-shadow: 0 6px 18px rgba(23, 165, 137, .25);
}

.btn-success {
    background-color: #007540 !important;
    border-color: #007540 !important;
}

    .btn-success:hover {
        background-color: #005c34 !important;
        border-color: #005c34 !important;
    }

.text-success {
    color: #007540 !important;
}

.zoom-card:hover {
    transform: scale(1.05);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.section-title {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1rem;
    color: #007540;
}

img.download-img {
    width: 100%;
    max-height: 160px;
    object-fit: cover;
    height: 160px;
}
.download-btn-3 a {
    font-size: 12px;
}
.download-btn-2 select {
    font-size: 12px;
}
h3.displayName {
    font-size: 14px;
    margin-bottom: 0px;
    height: 30px;
    font-family: 'Poppins';
}
.gallery-item {
    position: relative;
    overflow: hidden;
}

    .gallery-item img {
        width: auto !important;
        height: 340px;
        border: 2px solid #007540;
        padding: 15px;
        transition: all 0.5s ease-in-out;
        object-fit: cover;
        max-width: 100%;
    }

    .gallery-item:hover img {
        transform: scale(1.2);
    }

.gallery-content {
    position: absolute;
    bottom: -100%;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    transition: all 0.5s ease-in-out;
}

    .gallery-content h5 {
        margin: 0;
        font-weight: bold;
        background: #007540;
        padding: 10px 0;
        border: 1px solid #fff;
    }

.gallery-item:hover .gallery-content {
    bottom: 30%;
    opacity: 1;
    visibility: visible;
}

.Herbal-Farms-img {
    height: 300px;
}

.contact {
    height: 100%;
}

.contact-info {
    padding-left: 0;
    list-style: none;
    margin-top: 10px;
}

ul.contact-info li a {
    text-decoration: none;
    font-size: 13px;
    color: #000;
}

/*register start*/

.register-panel {
    box-shadow: 0 0 14px 3px #d1d1d1;
    padding: 30px;
    border-radius: 11px;
    margin: 30px 0;
}

h5.Register-type-title {
    display: inline-block;
    background: #007540;
    font-size: 16px;
    padding: 8px 19px;
    border-radius: 16px;
    color: #fff;
}

.registe-form-section-titles {
    position: relative;
}

    .registe-form-section-titles::after {
        content: "";
        width: 100%;
        background: #aad1bf;
        height: 1px;
        position: absolute;
        top: 14px;
        z-index: 2;
        left: 0;
    }

    .registe-form-section-titles h4 {
        font-size: 16px;
        margin-bottom: 14px;
        color: #007540;
        text-transform: uppercase;
        position: relative;
        z-index: 11;
        display: inline-block;
        background: #fff;
        padding-right: 17px;
        font-weight: 600;
    }

.register-panel label {
    font-size: 13px;
}

/*register end */

/* ---------------------- */
/* General Section Styles */
/* ---------------------- */
section {
    padding-top: 10px;
    padding-bottom: 10px;
}

.text-overlay {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    padding: 10px;
}

.hightlight {
    border-radius: 12px;
    height: 220px;
    max-height: 220px !important;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

    .hightlight:hover {
        transform: translateY(-8px) scale(1.05);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    }

    .hightlight img {
        transition: transform 0.4s ease;
    }

    .hightlight:hover img {
        transform: scale(1.15);
    }

/* ---------------------- */
/* Backgrounds            */
/* ---------------------- */
.power-bg {
    background: url(../images/home/power-bg.webp) right/cover no-repeat;
    height: 405px;
}

.blogs-sec {
    background: #F4F4F4;
}

/* ---------------------- */
/* Product Card Styles    */
/* ---------------------- */
.product-card {
    border: 1px solid #8D8F8E;
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
    transition: border 0.3s ease;
}

    .product-card:hover {
        border: 1px solid #28844E;
    }

        .product-card:hover .code-badge {
            background: #28844E;
            color: #fff;
            border-color: #28844E;
        }

        .product-card:hover .add-to-cart-btn {
            background: #28844E;
            color: #fff;
        }

.product-box {
    position: relative;
    overflow: hidden;
}

.product-img {
    background-color: #fff;
}

    .product-img img {
        display: flex;
        margin: 0 auto;
    }

.product-title {
    font-weight: 600;
    font-size: 14px;
    margin-top: 0px;
    font-family: sans-serif !important;
    height: 35px;
}
p.product-price {
    font-size: 13px;
    font-weight: 500;
}

.product-info {
    background: #F8F8F8;
    min-height:105px;
}

/* ---------------------- */
/* Buttons & Badges       */
/* ---------------------- */
.code-badge {
    border-radius: 0 30px 0 0;
    font-size: 12px;
    padding: 0 8px;
    transition: all 0.3s ease;
}

    .code-badge:hover {
        background: #28844E;
        color: #fff;
        border-color: #28844E;
    }

.blog-btn {
    border-radius: 0 0 30px 0;
}
.blog-pic {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    height: 200px;
}

.blog img.card-img-top {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    height: 200px;
}

.add-to-cart-btn {
    background: #fff;
    border: 1px solid #8D8F8E;
    color: #000;
    font-size: 13px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

    /* Shine effect */
    .add-to-cart-btn::before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.3);
        transform: skewX(-20deg);
        transition: 0.5s;
    }

    .add-to-cart-btn:hover::before {
        left: 100%;
    }

    .add-to-cart-btn:hover {
        background: #28844E;
        color: #fff;
        transform: scale(1.05);
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    }

/* ---------------------- */
/* Specific Sections      */
/* ---------------------- */
.Face-Pack-info,
.Herbal-Face-Pack {
    line-height: 40px;
    /* padding-top: 180px;
    padding-bottom: 50px; */
}

.Herbal-Face-Pack {
    padding: 110px 0;
}

.Face-Pack img {
    display: flex;
    margin: 0 auto;
}

.shop-now-link a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-weight: bold;
    color: #000 !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

    .shop-now-link a::after {
        content: "";
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 0%;
        height: 2px;
        background: #007540;
        transition: width 0.3s ease;
    }

    .shop-now-link a i {
        transition: transform 0.3s ease;
    }

    .shop-now-link a:hover {
        color: #007540 !important;
    }


        .shop-now-link a:hover i {
            transform: translateX(5px);
        }

/* ---------------------- */
/* Botanical Beverage     */
/* ---------------------- */
.Botanical-Beverage,
.Benifits-Products-sec {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .Botanical-Beverage::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 280px;
        height: 483px;
        background: url(/~/images/home/left1.webp) no-repeat left top;
        z-index: 0;
    }

    .Benifits-Products-sec::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 280px;
        height: 483px;
        background: url(/~/images/home/lefs.webp) no-repeat left top;
        z-index: 0;
    }

/* ---------------------- */
/* Blog Styles            */
/* ---------------------- */
#blog .owl-nav,
#Categories .owl-nav {
    display: none !important;
}

/*.blog-body {
    height: 260px;
    max-height: 260px !important;
}*/
.blog h5 {
    font-size: 14px;
    height: 55px;
    font-family: 'Poppins';
    font-weight: 400;
}

    .blog-body span {
        color: #007540 !important;
    }

    .blog-body .text-muted {
        height: 60px;
    }

/* ---------------------- */
/* Footer Styles          */
/* ---------------------- */
footer h5 {
    font-family: Butler;
    font-size: 24px;
}
.reach-us p {
    font-size: 13px;
}
footer ul li,
.Address {
    line-height: 25px;
    font-size: 13px;
}

/* ---------------------- */
/* Other Utilities        */
/* ---------------------- */
.living-ino h4 {
    max-height: 57px;
    height: 57px;
}

.reach-us i {
    color: #fff;
    font-size: 18px;
    vertical-align: middle;
}
/* ===== OWL CAROUSEL NAV ===== */
.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    z-index: 10;
    padding: 0 20px;
}

    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next {
        background: rgba(255, 255, 255, 0.7);
        border: none;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        font-size: 14px;
        outline: none;
    }

    .owl-carousel .owl-nav button svg {
        fill: #000;
    }

.error-message {
    font-size: 12px;
    position: absolute;
    display: inline-block;
}

.address {
    cursor: pointer;
}

    .address p {
        margin-bottom: 0;
    }

.check-icon {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}

.address h3 {
    font-size: 18px;
}

.address.notselected {
    pointer-events: none;
    opacity: 0.5;
}

.address.selected .check-icon {
    display: block;
}


/*=====ourTeam styles========*/

.main-heading h1 {
    font-weight: 700;
    font-size: 40px;
    animation: fadeDown .8s ease-in-out;
    position: relative;
    display: inline-block;
}

.main-heading h1::after {
    content: "";
    width: 60px;
    height: 4px;
    background: #32a852;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
    animation: widen .9s ease-in-out;
}

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes widen {
    from {
        width: 0;
    }

    to {
        width: 60px;
    }
}

/* Team Section */
.team-img img {
    border-radius: 16px;
    width: 100%;
    object-fit: cover;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
    transition: .4s ease-in-out;
}

    .team-img img:hover {
        transform: scale(1.03);
    }

.green-bg-btn {
    display: inline-block;
    background: linear-gradient(45deg, #40b840, #2a9d37);
    color: #fff;
    border-radius: 6px;
    padding: 6px 12px !important;
    margin-right: 4px;
    font-size: 14px;
    font-weight: 600;
}

.team-inner {
    max-height: 260px;
    overflow-y: auto;
    padding-right: 10px;
    margin-top: 20px;
    border-left: 4px solid #32a852;
    padding-left: 15px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(50, 168, 82, 0.1);
    animation: fadeSlide 1s ease-in-out;
}

@keyframes fadeSlide {
    from {
        opacity: 0;
        transform: translateX(20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.team-inner::-webkit-scrollbar {
    width: 6px;
}

.team-inner::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

/* Other Members */
.members-inner {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transition: .4s ease-out;
    animation: fadeUp .8s ease-in-out;
    position: relative;
}

    .members-inner:hover {
        transform: translateY(-10px);
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
    }

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.other-item-circle {
    width: 150px;
    height: 150px;
    margin: auto;
    border-radius: 50%;
    position: relative;
    border: 6px solid #d7eed1;
    overflow: hidden;
    transition: .4s;
}

.members-inner:hover .other-item-circle {
    transform: scale(1.06);
}

.other-members-img-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.green-text {
    color: #2ea74a;
    font-weight: 700;
    font-size: 20px;
}

.grey-text {
    color: #666;
    font-size: 15px;
}

.members-inner a {
    transition: .3s;
}

    .members-inner a:hover {
        color: #2cad47;
        letter-spacing: 1px;
    }

/*    =====brand styles=====*/



.title h2 {
    font-size: 2.3rem;
    font-weight: 700;
    color: #198754;
}

.title h3 {
    font-size: 1.5rem;
    font-weight: 600;
}



.img-box img {
    border-radius: 12px;
    width: 100%;
    height: auto;
    box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.12);
    transition: 0.4s ease;
}

    .img-box img:hover {
        transform: scale(1.03);
    }


/*    =====direct selling====*/

.country-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 14px 18px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
}

    .country-card i {
        font-size: 20px;
        margin-right: 10px;
        color: #2ea75d;
    }

    .country-card:hover {
        transform: translateY(-4px);
        background: linear-gradient(135deg, #4db56a, #30a253);
        color: #fff !important;
    }

        .country-card:hover i {
            color: #fff !important;
        }


.num-badge {
    width: 46px;
    height: 46px;
    background: linear-gradient(135deg, #36b35f, #228d49);
    color: #fff;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
}

.herbal-title {
    font-family: "Georgia", serif;
    color: #4CAF50;
    font-weight: 700;
}

.section-heading {
    font-family: "Georgia", serif;
    font-size: 28px;
    color: #3ea33c;
    font-weight: 700;
}

.highlight-text {
    color: #6abf47;
    font-weight: 700;
    font-size: 22px;
    font-family: "Georgia", serif;
}

.herbal-box {
    background: #f7fff4;
    border-radius: 20px;
    padding: 30px;
    border: 1px solid #d8ffd8;
}
.section-title h1 {
    font-size: 42px;
    font-weight: 700;
    color: #007540;
}

.benefit-heading {
    color: #007540;
    font-weight: 600;
    font-size: 24px;
}

.benefits-list li {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.6;
    position: relative;
    padding-left: 28px;
}

    .benefits-list li::before {
        content: "✔";
        position: absolute;
        left: 0;
        color: #007540;
        font-weight: 700;
    }

.benefit-box {
    padding: 12px 10px;
    border-radius: 8px;
    background: #f6fff9;
    border-left: 4px solid #007540;
    transition: .3s;
}

    .benefit-box:hover {
        background: #e5f9ef;
        transform: translateY(-4px);
    }

.benefit-title {
    font-size: 18px;
    font-weight: 600;
    color: #007540;
}
thead tr th {
    background: #007540 !important;
    color: #fff !important;
}
.benefit-icon {
    width: 50px;
}

ul.benefits-list {
    list-style: none;
}
img.malaysia_logo_img {
    width: 70px;
    padding-left: 8px;
}
.dropdown-menu {
    --bs-dropdown-link-active-bg: #007540 !important;
}
.category_content::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgb(0 0 0 / 0%));
    z-index: -1;
    backdrop-filter: blur(2px);
    bottom: -17px;
    overflow: hidden;
    border-radius: 8px;
}
.category_content a {
    text-decoration: none;
}
.category_content {
    padding: 5px 0px;
    margin: 0;
    margin-bottom: 0;
}
#associateLoginContainer {
    padding-top: 65px;
}
.product-price {
    font-size:14px;
    font-weight:600;
}
.cursor-pointer{
    cursor:pointer;
}

.success-card {
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    border: none;
}

.check-circle {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: radial-gradient(circle, #e6fff5, #b9f3dc);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

    .check-circle span {
        width: 55px;
        height: 55px;
        border-radius: 50%;
        border: 5px solid #198754;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 28px;
        color: #198754;
        font-weight: bold;
    }

.amount-box {
    background: #f8fdfb;
    border: 1px dashed #bfe8d8;
    border-radius: 12px;
}

.details-header {
    background: linear-gradient(90deg, #198754, #28a745);
    color: #fff;
    border-radius: 12px 12px 0 0;
}

.failed-card {
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    border: none;
}

.error-circle {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: radial-gradient(circle, #ffeaea, #f8bcbc);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

    .error-circle span {
        width: 55px;
        height: 55px;
        border-radius: 50%;
        border: 5px solid #dc3545;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 25px;
        color: #dc3545;
        font-weight: bold;
    }

.amount-box-fail {
    background: #fff5f5;
    border: 1px dashed #f1b0b7;
    border-radius: 12px;
}

.details-header-fail {
    background: linear-gradient(90deg, #dc3545, #c82333);
    color: #fff;
    border-radius: 12px 12px 0 0;
}