html,
body {
    overflow-x: hidden;
    overflow-y: auto;
}

html {
    scroll-behavior: smooth;
}

body {
    padding-top: 92px;
    padding-bottom: 100px;
    /* match navbar height */
}

.badgeicon {
    width: 20vw;
}

.first {
    background-color: #E4F2E9;
}

.about {
    background: linear-gradient(white, #EBF6EF)
}

h1 {
    font-family: Playfair Display, serif;
    font-size: clamp(28px, 3vw, 64px);
    line-height: 1.2;
    font-weight: 900;

}

h2 {
    font-family: Playfair Display, serif;
    font-size: clamp(28px, 2vw, 64px);
    line-height: 1.2;
    font-weight: 600;
}



.image22 {
    max-height: 140px;
    padding-top: 5px;
    margin-top: -25px;
    border-radius: 20px;
}

.btn1 {
    background: #1A9948;
    color: #fff;
    border-radius: 8px;
    border: 2px solid black;
    font-weight: 600;
    transition: 0.3s;
}

.btn2 {
    border: 2px solid #1A9948;
    color: #1A9948;
    border-radius: 8px;
    font-weight: 600;
    transition: 0.3s;
}

.btn1:hover {
    color: white;
}

.btn21 {
    background: #1A9948;
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
    transition: 0.3s;
}

.btn21:hover {
    color: white;
}


.btn2:hover {
    color: #1A9948;
}

.btn1:hover,
.btn2:hover {
    text-decoration: none;
    opacity: 0.9;
}

/* Zoom animation */
.zoom-btn {
    animation: zoomInOut 2s infinite;
}

@keyframes zoomInOut {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.08);
    }

    100% {
        transform: scale(1);
    }
}


.rev1 {
    border-radius: 15px;
}


.bannerimg {
    background-color: #FFFFFF;
    height: 27vh;
}



/* -------------------- */




.info-card {
    background: #f3f5f4;
    padding: 20px;
    border-radius: 15px;
    gap: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.icon-box1 {
    width: 60px;
    height: 60px;
    background: #e5f4ea;
    border-radius: 25%;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #2a8c55;
}

.title {
    font-weight: 700;
    margin-bottom: 10px;
}

.text {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
}

/* Responsive */
@media (max-width:768px) {

    .info-card {
        flex-direction: column;
        text-align: left;
    }

    .icon-box {
        margin-bottom: 10px;
    }

    #bottom {
        margin-top: 25px;

    }

    body {
        padding-bottom: 125px;
    }


}

.custom-accordion1 .accordion-item {

    background: #eef4f1;
    border-radius: 16px;
    margin-bottom: 15px;
    overflow: hidden;
}


/* ------------------- */

/* ing */

.custom-accordion .accordion-item {
    border: none;
    background: #eef4f1;
    border-radius: 16px;
    margin-bottom: 15px;
    overflow: hidden;
}

.ingredient-btn {
    background: #eef4f1;
    box-shadow: none;
    padding: 25px;
}

.ingredient-btn:not(.collapsed) {
    background: #eef4f1;
    box-shadow: none;
}

.icon-box {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #d8ebe1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #2e8b57;
}

.title {
    font-size: 20px;
    font-weight: 700;
}

.subtitle {
    font-size: 15px;
    color: #6c757d;
}

.description {
    font-size: 17px;
    color: #4b5d5a;
    padding: 20px 30px;
}

.accordion-button::after {
    color: #2e8b57;
}

/* ing end */


.icon-box2 {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #d8ebe1;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    padding-top: 15px;
    font-size: 22px;
    color: #2e8b57;
}


.custom-accordion .accordion-item {
    border: none;
}

.custom-accordion .accordion-button::after {
    display: none;
}

.plus-icon {
    padding-right: -15px;
    font-size: 20px;
    transition: 0.3s;
}

.accordion-button:not(.collapsed) .plus-icon {
    transform: rotate(45deg);
}

.custom-toggler {
    border: none;
    background: transparent;
    padding: 8px;
}

.bginfo {

    border-radius: 45px;
    background-color: #0f752842;
}

.custom-toggler span {
    display: block;
    width: 30px;
    height: 4px;
    margin: 5px 0 0 0px;
    background-color: #010e07;
    border-radius: 4px;
    transition: all 0.3s ease;
}



.five-part-section {

    padding: 60px 20px;
    background: #1A9948;
    font-family: Arial, sans-serif;
}

.five-part-grid {

    display: flex;
    flex-wrap: wrap;

    justify-content: space-between;
    gap: 20px;
}

.part {
    flex: 1 1 18%;
    /* background: #fff; */
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    /* box-shadow: 0 4px 15px rgba(0,0,0,0.05); */
}

.part .icon {
    font-size: 40px;
    color: white;
    margin-bottom: 15px;
}

.part h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: white;
}

.part p {
    font-size: 14px;
    color: #fef8f8;
}

@media (max-width: 1024px) {
    .part {
        flex: 1 1 45%;
    }
}

@media (max-width: 600px) {
    .part {
        flex: 1 1 100%;
    }
}

.eight {
    border-radius: 25px;
    width: 18vw;
    height: 23vh;
}

.pt22 {
    margin-top: -15px;
}

.rounded11 {
    border-radius: 20px;
}



/* Section margin top when click navbar section */
section {
    scroll-margin-top: 80px;
}


.custom-hover {
    text-decoration: none;
    color: rgb(252, 250, 250);
}

.custom-hover:hover {
    color: rgb(218, 237, 8);
    text-decoration: underline;
    /* Bootstrap primary */
}


.monybadge {
    height: 220px;
}




/* Mobile View */
@media (max-width: 768px) {
    .cent {
        text-align: center;
    }


    .orderbuttn {
        display: flex;
        align-items: center;
        text-decoration: none;
        padding-top: 0px;

    }

    h1 {
        font-size: auto;
    }

    .rev1 {
        width: 100%;
    }

    .btncenter {
        justify-content: center;
        padding-top: 25px;
    }

    .eight {
        height: auto;
        width: auto;
    }

    .image22 {
        min-width: auto;
        height: auto;
    }

    .btn1 {
        width: 100%;
    }

    
    .btn21{
        width: 100%;
    }

    .btn2 {
        width: 100%;
    }

    .navcenter {
        text-align: center;
    }

    .bgbadge {
        width: auto;
    }

    body {
        margin-top: -15px
    }

    .whatsection {

        margin-top: -25px;
        display: flex;
        justify-content: center;


    }

    .payment {
        width: auto;
    }




    .badgeicon {
        margin-bottom: 15px;
        width: auto;
    }


    .reviwesbg {
        width: auto;
    }

    .bottle-6 {
        width: auto;
    }

    .two-bottle {
        height: auto;
        margin-bottom: 15px;
    }

    .gurentybadge {
        width: auto;
    }


    .payment-snap {
        width: auto;
    }

}

@media (max-width: 992px) {

    .orderbuttn {
        display: flex;
        align-items: center;
        text-decoration: none;
        padding-top: 10px;

    }

    .two-bottle {
        height: auto;
        margin-bottom: 15px;
    }

    .avatar {
        width: auto;
        height: auto;
    }

    .image22 {
        width: auto;
        height: auto;
    }


    body {
        margin-top: -15px
    }

    .whatsection {

        margin-top: -25px;
        display: flex;
        justify-content: center;


    }

    .eight {
        height: auto;
        width: auto;
    }

    .btncenter {
        justify-content: center;
        padding-top: 25px;
    }

    .payment {
        width: auto;
    }



    .badgeicon {
        margin-bottom: 15px;
        width: auto;
    }

    .container-fluid1 {
        width: 100%;
    }

}