html,
body {
    overflow-x: hidden;
    overflow-y: auto;
}

* {
    font-family: Playfair Display, serif;
}



body {
    padding-top: 68px;
    /* match navbar height */
}

.logo {
    font-size: 30px;
    font-weight: 800;
    color: #ffffff;
}

.nav {
    background-color: #113C4F;
}

.herobg {
    background:url('../image/bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bonusbg{
    background:linear-gradient(135deg,#113C4F, #113C4F,#3F114F );
}



.sectioncolor {
    background-color: #113C4F;

}

.navcolor {
    background-color: #113C4F;
}

.feature-box{
    background-color: white;
    border: 1px solid black;
    border-radius: 15px;
    padding: 15px;
}

.revimg{
      border-radius: 5%;
}

h1 {
    font-size: 2rem;
    font-weight: 600;
}

h2 {
    font-size: 1.9rem;
    font-weight: 600;
}

h3 {
    font-size: 1.7rem;
    font-weight: 600;
}

p {
    font-size: 1.4rem;
}

ul {
    font-size: 1.4rem;
}

.small {
    font-size: 1.3rem;
}


.small1 {
    font-size: 1.2rem;
}

.faq {
    font-size: 1.4rem;
}



.btn1 {
    background-color: #FFA71F;
    color: rgb(13, 0, 0);
    font-size: 1.4rem;
    font-weight: 600;
}

.btn1:hover {
    color: rgb(15, 1, 1);
}


.navtext {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
}




.navtext:hover {
    color: #f1c309;
}


.navcenter{
    gap: 15px;
}


.ingimg {
    max-width: 220px;
}

a {
    text-decoration: none;
}




.bonus11 {
    border-radius: 15px;
    background-color: rgb(255, 255, 255);
    border: 2px solid #1c4e55;
}



.ingbg {
    background: linear-gradient(135deg, #1c4e55 45%, #113663);
}

.bonusimg {
    width: 250px;
}



.custom-toggler {
    border: none;
    background: transparent;
    padding: 8px;
}

.checkout {
    width: 700px;
}




.custom-toggler span {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px 0 0 0px;
    background-color: #faf9f9;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.orderpage {
    width: 1100px;
}


/* Section margin top when click navbar section */
section {
    scroll-margin-top: 68px;
}


.custom-hover {
    color: rgb(255, 255, 248);
    text-decoration: none;
}

.custom-hover:hover {
    color: #f5d105;
    text-decoration: underline;

}


.gurenty {
    background-color: #113C4F;
    border-radius: 30px;
    color: white;
}

/* Ingredients Card */

.ingredient-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 28px;
    background: #fff;
    border: 1px solid #e8ecef;
    border-radius: 22px;
    transition: .35s ease;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .05);
}

.ingredient-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .12);
    border-color: #198754;
}

.ingredient-img {
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ingimg {
    max-height: 180px;
    object-fit: contain;
    transition: .35s;
}

.ingredient-card:hover .ingimg {
    transform: scale(1.01);
}

.ingredient-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.ingredient-content h4 {
    color: #163c2b;

}

.ingredient-content em {
    color: #198754;
    font-style: italic;
    font-weight: 600;
}



@media (max-width:991px) {

    .ingredient-img {
        min-height: 180px;
    }

    .ingimg {
        max-height: 150px;
    }

}


/* popup */


/* ================ */

.purchase-proof {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: #ffffff;
    border-radius: 12px;
    padding: 15px 18px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    font-size: 14px;
    max-width: 300px;
    z-index: 9999;
    display: none;
    transform: translateX(-120%);
    transition: transform 0.5s ease;
    font-family: Arial, sans-serif;
}

.purchase-proof strong {
    color: #1e7e34;
}

.purchase-proof small {
    color: #777;
}


/* Mobile View */
@media (max-width: 768px) {

    .logo {
        font-size: 22px !important;
    }

    body {
        margin-top: -15px
    }

    .bottle-6 {
        width: auto;
    }

    .revwidth {
        height: auto;
    }


    h1 {
        font-size: 1.7rem !important;
    }

    h2 {
        font-size: 1.6rem !important;
        font-weight: 600;
    }

    h3 {
        font-size: 1.5rem !important;
        font-weight: 600;
    }

    p {
        font-size: 1.3rem !important;
    }

    ul {
        font-size: 1.3rem !important;
    }

    .small {
        font-size: 1rem !important;
    }

    .faq {
        font-size: 1.3rem !important;
    }

    .list-inline {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .list-inline-item {
        display: block;
        margin: 0;
        width: 100%;
        text-align: center;
    }

    .list-inline-item a {
        display: block;
        padding: 1px 0;
    }

    .feature-box {
        text-align: center;
    }


}

@media (max-width: 992px) {
    .btn1 {
        width: 96%;
        font-size: 1.3rem !important;
    }


    body {
        margin-top: -15px
    }


    .claim {
        width: 100%;
    }

    .navcenter {
        text-align: center;
        gap: 0px !important;
    }



}

@media(max-width:1200px) {}


@media(max-width:1500px) {
    .orderpage {
        width: auto;
    }

    .checkout {
        width: auto;
    }



}