html,
body {
    overflow-x: hidden;
    overflow-y: auto;
}

* {
    font-family: Playfair Display, serif;
}




.feature-box{
    background:rgba(255,255,255,.08);
    backdrop-filter:blur(10px);
    border:1px solid rgba(255,255,255,.12);
    padding:25px;
    border-radius:20px;
    transition:.35s;
}

.feature-box:hover{
    transform:translateY(-8px);
    background:rgba(255,255,255,.14);
}

.feature-box i{
    font-size:40px;
    color:#ffc107;
    margin-bottom:15px;
}

.feature-box p{
    color:#fff;
   margin-top: -12px;
}



.trust-badge{
    background:rgba(255,255,255,.08);
    border-radius:16px;
    padding:18px;
    transition:.3s;
}

.trust-badge:hover{
    transform:translateY(-5px);
}

.trust-badge i{
    font-size:30px;
    margin-bottom:10px;
}

.trust-badge p{
    color:#fff;
    margin:0;
    font-size:14px;
    font-weight:600;
}

.bgback {
    background: url('../image/trimologybg11.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bging {
    background: url('../image/trimologybg2.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.ingbg {
    background-color: white;
    border-radius: 20px;

}

body {
    padding-top: 68px;
    /* match navbar height */
}

.logo {
    font-size: 32px;
    color: white;
}

.nav {
    background-color: #153352;
}

.navcolor {
    background-color: #153352;
}



.sectioncolor {
    background-color: #153352;
}

.btn1 {
    background-color: #FCD241;
    font-size: 1.4rem;
    color: rgb(10, 1, 1);
    font-weight: 600;
    border-radius: 30px;
}

.btn1:hover {
    color: rgb(11, 0, 0);
}


.bannerimg {
    width: 350px;
}

.navtext {
    color: #f8f7f7;
    font-size: 21px;

}


.navtext:hover {
    color: #f6e124;
}

.bottle-snap {
    background-color: #E6EDED;
}

h1 {
    font-size: 2rem;
    font-weight: 700;
}

h2 {
    font-size: 2rem;
    font-weight: 700;
}

h3 {
    font-size: 1.7rem;
    font-weight: 700;
}

h4 {
    font-size: 1.6rem;
    font-weight: 600;
}

p {
    font-size: 1.4rem;

}

.faq {
    font-size: 1.4rem;

}

.small1 {
    font-size: 1.2rem;

}

.navcenter {
    gap: 10px;
}

ul {
    font-size: 1.4rem;
}


.paywidth {
    width: 800px;
}

.btntext1 {
    border-radius: 75px;
    border: 1px solid #050200;
    color: #050201;

}

/* Equal icon size */
.feature-icon {
    width: 250px;
    height: 250px;
    object-fit: contain;
}


.feature-box {
    border-radius: 10px;
    border: 1px solid #6082b651;


}

.second {
    height: 40vh;
}



.review-card {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transition: 0.3s;

}




.a {
    text-decoration: none;
}

.ingredient-card {
    background: #f8f9fa;
    border-radius: 12px;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.ingredient-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    background: linear-gradient(135deg, #153352, #1e8484);
    color: white;

}

.ingredient-img {
    width: 300px;
    object-fit: contain;
}


.btntext2 {
    border-radius: 75px;
    border: 2px solid black;
    color: rgb(2, 0, 0);
}


.badge {
    font-size: 1.1rem;
}


.gurentybadge {
    width: 350px;
}




.ingimg {
    width: 180px;
    height: auto;
}


.hover-scale1 {
    transition: transform 0.3s ease;
}

.hover-scale1:hover {
    transform: scale(1.03);
}



.hover-scale:hover {
    transform: scale(1.09);
    transition: transform 0.3s ease-in-out;
}

.bottle-6 {
    width: 35vw;
}


.payment-snap {
    width: 1200px;
}

.custom-toggler {
    border: none;
    background: transparent;
    padding: 8px;
}



.custom-toggler span {
    display: block;
    width: 30px;
    height: 4px;
    margin: 5px 0 0 0px;
    background-color: #faf5f3;
    border-radius: 4px;
    transition: all 0.3s ease;
}




/* Section margin top when click navbar section */
section {
    scroll-margin-top: 75px;
}


.custom-hover {
    color: rgb(255, 253, 253);
    text-decoration: none;
}

.custom-hover:hover {
    color: #e5f505;
    text-decoration: underline;

}

.bonus {
    border-radius: 10px;
}

.monybadge {
    height: 220px;
}


/* 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) {
    h1 {
        font-size: 1.7rem !important;
        font-weight: 700;
    }

    h2 {
        font-size: 1.6rem !important;
        font-weight: 700;
    }

    h3 {
        font-size: 1.5rem !important;
        font-weight: 700;
    }

    p {
        font-size: 1.3rem !important;

    }

    ul {
        font-size: 1.3rem !important;
    }

    .faq {
        font-size: 1.3rem !important;
    }

    .review-card {
        text-align: center;
    }

    .btn1 {
        width: 100%;
        font-size: 1.2rem !important;
    }

    .paywidth {
        width: auto;
    }


    .btncenter {
        justify-content: center;
        padding-top: 25px;
    }

    .btntext {
        font-size: 16px;
    }


    .bottle-6 {
        width: auto;
    }



    .revwidth {
        height: auto;
    }

    .logo {
        font-size: 25px !important;
    }

    .badge {
        text-wrap: inherit;
        font-size: 1rem !important;
    }

    .about {
        margin-top: -8px;


    }

}

@media (max-width: 992px) {



    .claim {
        width: 100%;
    }

    .navcenter {
        text-align: center;
        gap: 1px !important;
    }

    .btncenter {
        justify-content: center;
        padding-top: 25px;
    }

    .btn1 {
        width: 100%;
    }
}


@media(max-width:1500px) {


    .hover-scale1 {
        width: auto;
    }

    .bannerimg {
        width: auto;
    }


}