html,
body {
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    padding-top: 92px;
    /* match navbar height */
}


.navcolor {
    background-color: white;
}

.footercolor {
    background-color: #006F01;
}

.logo {
    width: 180px;
}

.sectioncolor {
    background-color: #006F01;
}

.sectioncolor1 {
    background-color: white;
}

.sectioncolor2 {
    background-color: #006F01;
    border-radius: 15px;
    color: rgb(5, 1, 1);
}

.bgclr {
    background-color: #EBCB8F;
    color: white;

}

.ingclr {
    background-color: white;
    color: black;
    padding: 15px;
    border-radius: 15px;
}


.paywidth {
    width: 700px;
    mix-blend-mode: multiply;
}

.magnesium {
    width: 250px;
}

.contact {
    background-color: #097969;
}


.about {
    background-color: white;
}

.navtext {
    color: black;
    font-size: 1.5rem;
    ;
    font-weight: 500;
}

.navtext:hover {
    color: #0f6e20;
}

.bottle11 {
    height: 480px;
}

.btntext1 {
    border-radius: 15px;
    background-color:#b991349b;
    font-weight: 650;
    border: 1px solid gold;

}



.bgbadge {
    background-color: white;
    border: 1px solid #112b79;
    border-radius: 20px;
    color: rgb(5, 0, 0);
    width: 312px;
    height: 650px;
}


.revwidth {
    width: 382px;
    height: 610px;
    border: 1px solid #291179;
    border-radius: 25px;
}

.imgwidth {
    height: 220px;
    margin-top: 15px;
    margin-bottom: 10px;
    border-radius: 25px;
}

.btntext6 {
    border-radius: 45px;
    border: 1px solid #291179;
    color: rgb(8, 1, 1);
}



.btntext2 {
    border-radius: 45px;
    border: 1px solid #291179;
    color: rgb(8, 1, 1);
}

.revimg {
    width: 300px;
}

.gurentybadge {
    width: 250px;
}


.about1 {
    margin-top: -8px;
}

.ingheight {
    height: 15vh;
    mix-blend-mode: darken;
}

.plant {
    background-image: url("assets/image/InsuLeafplant-banner.webp");
    background-size: cover;
    background-position: center;

}


.hero-bg {
    min-height: 5vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-overlay {
    padding: 6rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

/* Title */
.hero-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.1;
    text-transform: uppercase;
}

.hero-title span {
    display: block;
}

.bottle-6 {
    width: 25vw;
}


/* ingredents section */

.ingredient-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
    height: 50vh;
}

.ingredient-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.ingredient-card img {
    width: 15vw;
    height: 15vh;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 15px;
}

.ingredient-card h3 {
    font-weight: 700;
    margin-bottom: 10px;
}

.ingredient-card p {
    font-size: 1.4rem;
    margin-bottom: 15px;
}

.ingredient-card ul {
    list-style: none;
    padding: 0;
    font-size: 1.4rem;
    text-align: left;
}

.ingredient-card ul li::before {
    content: "⁘";
    
    margin-right: 8px;
    color: #010802;
}

/* end */

/* Second part */

.ingredient-card1 {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
    transition: transform 0.3s, box-shadow 0.3s;
    height: 36vh;
}

.ingredient-card1:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.ingredient-card1 img {
    width: 15vw;
    height: 15vh;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 15px;
}

.ingredient-card1 h3 {
    font-weight: 700;
    margin-bottom: 10px;
}

.ingredient-card1 p {
    font-size: 1.4rem;
    margin-bottom: 15px;
}

.ingredient-card1 ul {
    list-style: none;
    padding: 0;
    font-size: 1.4rem;
    text-align: left;
}

.ingredient-card1 ul li::before {
     content: "⁘";
    margin-right: 8px;
    color: #010401;
}

/* end */


/* ''''''''''''''' */

.accordion-button {
    background: #f7f9fc;
    border-radius: 12px !important;
}

.accordion-button:not(.collapsed) {
    background: #e8f4ff;
    color: #0d6efd;
}

.accordion-item {
    overflow: hidden;
}

/* ---------- */


.avoid {
    width: 48%;
    height: 50vh;
    background-color: #006f02ce;
    color: white;
    border-radius: 15px;
}

.avoid1 {
    background-color: #006f02ce;
    color: white;
    border-radius: 15px;
}

.payment-snap {
    width: 60vw;
}

.custom-toggler {
    border: none;
    background: transparent;
    padding: 8px;
}

.bginfo {

    border-radius: 45px;
    background-color: #0f752842;
}

.custom-toggler span {
    display: block;
    width: 35px;
    height: 5px;
    margin: 5px 0 0 0px;
    background-color: rgb(13, 115, 18);
    border-radius: 4px;
    transition: all 0.3s ease;
}

.button-border {
    border-radius: 400px;
}

.btnclor{
    background-color: #7DF9FF;
}


/* Section margin top when click navbar section */
section {
    scroll-margin-top: 85px;
}


.custom-hover {
    color: white;
    text-decoration: none;
}

.custom-hover:hover {
    color: #f5f505;
    text-decoration: underline;

}



.two-bottle {
    width: 520px;

}

.bannerimg {
    height: 50vh;
}

.bannerimg1 {
    height: 48vh;
}

.free1 {
    background-color: #059720;
    margin-left: 278px;
    margin-top: -60px;
    border-radius: 80px;

}

/* Mobile View */
@media (max-width: 768px) {
    .cent {
        text-align: center;
    }


    .orderbuttn {
        display: flex;
        align-items: center;
        text-decoration: none;
        padding-top: 0px;

    }

    .ingredient-card {
        height: auto;
    }

    .ingredient-card img {
        height: auto;
        width: auto;
    }

    /* ----------- */

    .ingredient-card1 {
        height: auto;
    }

    .ingredient-card1 img {
        height: auto;
        width: auto;
    }

    /* ============= */

    .btncenter {
        justify-content: center;
        padding-top: 25px;
    }

    .btntext {
        font-size: 16px;
    }

    .imglimited {
        justify-content: center;
        align-items: center;
    }

    .avoid {
        width: auto;
        height: auto;
    }

    .ingheight {
        height: auto;
        text-align: center;
    }

    .navcenter {
        text-align: center;
    }


    .imgwidth {
        height: auto;
    }


    body {
        margin-top: -15px
    }

    .bottle-6 {
        width: auto;
    }

    .two-bottle {
        width: auto;
    }

    .hero-bg {
        width: auto;
    }

    .gurentybadge {
        width: auto;
    }



    .bgbadge {
        height: auto;
    }

    .bottle11 {
        height: 5vh;
    }

    .imgbg {
        margin-top: -50px;
    }


    .payment-snap {
        width: auto;
    }

    .revwidth {
        height: auto;
    }

    .paywidth {
        width: auto;
    }



    .whatsection {
        margin-top: -25px;
        display: flex;
        justify-content: center;
    }

}

@media (max-width: 992px) {

    .orderbuttn {
        display: flex;
        align-items: center;
        text-decoration: none;
        padding-top: 10px;

    }

    .ingredient-card {
        height: auto;
    }

    .ingredient-card img {
        height: auto;
        width: auto;
    }

    .ingredient-card1 {
        height: auto;
    }

    .ingredient-card1 img {
        height: auto;
        width: auto;
    }



    .revwidth {
        height: auto;
    }

    .avoid {
        width: auto;
        height: auto;
    }

    body {
        margin-top: -15px
    }

    .whatsection {
        margin-top: -25px;
        display: flex;
        justify-content: center;
    }



    .two-bottle {
        width: auto;
    }


    .imgbg {
        margin-top: -50px;
    }

    .bottle-6 {
        height: auto;
    }

    .bottle11 {
        height: 420px;
    }



    .ingheight {
        height: auto;
        justify-content: center;
        text-align: center;
    }



    .btncenter {
        justify-content: center;
        padding-top: 25px;
    }

    .bgbadge {
        height: auto;
    }

    .navcenter {
        text-align: center;
    }

}



@media(max-width:1200px) {
    .avoid {
        width: auto;
        height: auto;
    }

    .ingredient-card {
        height: auto;
    }

    .ingredient-card img {
        height: auto;
        width: auto;
    }


    .ingredient-card1 {
        height: auto;
    }

    .ingredient-card1 img {
        height: auto;
        width: auto;
    }
}

@media(max-width:1400px) {

    .ingredient-card {
        height: auto;
    }

    .ingredient-card img {
        height: auto;
        width: auto;
    }


    .ingredient-card1 {
        height: auto;
    }

    .ingredient-card1 img {
        height: auto;
        width: auto;
    }

}