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;
}

.herobg {
    background-color: #010101;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
}

.bging {
    background: url('../image/bg3.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.nav {
    background-color: #000000;
}


.sectioncolor {
    background-color: #000000;

}

.navcolor {
    background-color: #000000;
}

h1 {
    font-size: 2rem;
    font-weight: 600;
}

h2 {
    font-size: 2rem;
    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.2rem;
}

.faq {
    font-size: 1.4rem;
}




.btn1 {
    background-color: #EFBA4F;
    color: rgb(12, 1, 1);
    font-size: 1.4rem;
    font-weight: 600;
}

.btn2 {
    border: 0.5px solid #00285B;
    color: rgb(23, 1, 1);
    font-size: 1.4rem;
    font-weight: 600;
}

.btn1:hover {
    color: rgb(16, 0, 0);
}

.btn2:hover {
    background-color: #000000;
    color: rgb(248, 248, 248);
    font-size: 1.4rem;
    font-weight: 600;
}

.navtext {
    color: #fcfcfc;
    font-size: 20px;
    font-weight: 600;
}

.howimg {
    width: 300px;
}


.navtext:hover {
    color: #f1f109;
}

.bannerimg {
    border-radius: 10px;
}

.feature-box {
    border-radius: 20px;
    border: 0.5px solid #c0b5bb;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transition: all .3s ease;
    background-color: white;
    padding: 15px;

}

.fet{
    border-radius: 15px;
}

.benefit-card {
    background-color: #0000005f;
    border-radius: 10px;
}

.review-card {
    background: #ffffff;
    border-radius: 15px;
    border: 0.5px solid #B4C424;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    text-align: center;
}

.ingimg {
    max-width: 220px;
}

a {
    text-decoration: none;
}

.feature-card {
    border-radius: 10px;
    border: 0.5px solid #7c7579;
}

.revimg {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;

}

.bonus11 {
    border-radius: 15px;
    background-color: rgb(255, 255, 255);
    border: 2px solid #1c4e55;
}


.bottle-6 {
    width: 30vw;
}

.ingbg {
    background: linear-gradient(135deg, #1c4e55 45%, #113663);
}

.payment-snap {
    width: 1200px;
}

.custom-toggler {
    border: none;
    background: transparent;
    padding: 8px;
}



.custom-toggler span {
    display: block;
    width: 26px;
    height: 4px;
    margin: 5px 0 0 0px;
    background-color: #efecec;
    border-radius: 4px;
    transition: all 0.3s ease;
}


/* 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: #f3f3f3;
    border-radius: 30px;
    color: rgb(9, 0, 0);
}

.navcenter{
    gap: 10px;
}


/* 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;
}

@media (max-width:567px) {
    .badge {
        max-width: 250px !important;
    }
}


/* Mobile View */
@media (max-width: 768px) {
    .badge {
        margin-top: 10px !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;
    }

    .remove {
        display: none;
    }


}

@media (max-width: 992px) {
    .btn1 {
        width: 96%;
        font-size: 1.3rem !important;
    }

    .btn2 {
        width: 98% !important;
        font-size: 1.3rem !important;
    }



    body {
        margin-top: -15px
    }


    .claim {
        width: 100%;
    }

    .bottle22 {
        height: auto;
    }

    .navcenter {
        text-align: center;
        gap: 0px !important;
    }



}

@media(max-width:1200px) {


    .payment-snap {
        width: auto;
    }

    .bottle-6 {
        width: auto;
    }

    .second {
        height: auto;
    }

    .howimg {
        width: auto;
    }

}


@media(max-width:1500px) {
    .how {
        height: auto;
    }

    .product-img1 {
        height: auto;
    }

    .bottle3 {
        height: auto;
    }

    .hover-scale1 {
        width: auto;
    }



}





.references-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 5px;
}

.reference-list {
    margin: 0;
    padding-left: 30px;
}

.reference-list li {
    padding-left: 3px;
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 1.42;
    color: #111;
}

.reference-list li::marker {
    font-size: 10px;
}

@media (max-width: 991px) {
    .main-title {
        margin-bottom: 30px;
    }

    .logos-row {
        gap: 0px;
    }

    .logo-box {
        height: 85px;
    }

    .references-grid {
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .references-page {
        padding: 20px 15px 40px;
    }

    .main-title {

        margin-bottom: 30px;
    }

    .logos-row {
        min-height: auto;
    }

    .logo-box {
        height: 80px;
        margin-bottom: 10px;
    }

    .references-grid {
        display: block;
        margin-top: 15px;
    }

    .reference-column+.reference-column {
        margin-top: 15px;
    }

    .reference-list li {
        font-size: 12px;
        line-height: 1.5;
        margin-bottom: 9px;
    }

    section.container.py-0.mt-3 ul {
        padding: 0;
        margin: 0;
    }

    section.container.py-0.mt-3 .list-inline-item {
        display: block;
        margin: 0 !important;
        padding: 7px 0;
    }

    section.container.py-0.mt-3 .list-inline-item a {
        display: inline-block;


    }

    .badge {
        text-wrap: inherit;
        line-height: 1.5;
    }




}

.ingbgg {
    color: #0d0202;
    text-decoration: none;
    display: inline-block;
    transition: color 0.3s ease, transform 0.3s ease;
}
.ingbgg:hover {
    color: #0b0902;
    transform: translateY(-7px);
}


.cc-sticky {
    display: none;
}

@media (max-width: 767.98px) {
.cc-sticky {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    background: #000000;
    border-top: 1px solid rgba(0, 0, 0, .08);
    box-shadow: 0 -6px 24px rgba(0, 0, 0, .14);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding-bottom: calc(10px + env(safe-area-inset-bottom));
}

.cc-sticky .t {
    min-width: 0;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
}

.cc-sticky .t b {
    font-size: 20px;
    font-weight: 800;
    color: #faf5f5;
    white-space: nowrap;
}

.cc-sticky .t small {
    margin-top: 3px;
    font-size: 14px;
    color: #f6f7f8;
    white-space: nowrap;
}

.cc-sticky .cc-btn {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 20px;
    border-radius: 12px;
    background: #EB7F17;
    color: #f1eded;
    font-size: 18px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .14);
    transition: all .2s ease;
}

.cc-sticky .cc-btn:hover,
.cc-sticky .cc-btn:focus {
    background: #EB7F17;
    color: #f0efef;
    transform: translateY(-1px);
}

.navcolor{
    margin-bottom: 55px;
}
}

@media (max-width:359.98px) {
    .cc-sticky {
        gap: 8px;
        padding-left: 9px;
        padding-right: 9px;
    }

    .cc-sticky .t b {
        font-size: 13px;
    }

    .cc-sticky .t small {
        font-size: 10px;
    }

    .cc-sticky .cc-btn {
        min-height: 42px;
        padding: 0 14px;
        font-size: 13px;
        border-radius: 10px;
    }
}



.back-to-top {
    width: 52px;
    height: 52px;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    background: #212529;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, .7);
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all .3s ease;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top:hover {
    transform: translateY(-5px);
    color: #fff;
}

@media (max-width: 575px) {
    .back-to-top {
        width: 44px;
        height: 44px;
        bottom: 75px;
        right: 15px;
    }
}