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: #fdfcf9;
}



/* =========================================================
   Glucotide™ Premium Hero Styling
   ========================================================= */

.glucotide-hero {
    position: relative;
background: radial-gradient(circle at 85% 15%, rgba(53, 94, 59, 0.22), transparent 28%),
            radial-gradient(circle at 5% 85%, rgba(53, 94, 59, 0.19), transparent 32%),
            linear-gradient(135deg, #a3eab5 0%, #dceade 50%, #b0e7ba 100%);
}

.glucotide-hero::before {   
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    top: -180px;
    right: -150px;
    border-radius: 50%;
    background: rgba(25, 135, 84, 0.06);
    pointer-events: none;
}

.glucotide-hero::after {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    bottom: -140px;
    left: -100px;
    border-radius: 50%;
    background: rgba(25, 135, 84, 0.04);
    pointer-events: none;
}

.glucotide-hero .container {
    position: relative;
    z-index: 2;
}

/* Premium Badge */
.glucotide-hero .badge {
    font-size: 1.2rem;
    letter-spacing: 0.4px;
    font-weight: 700;
    box-shadow: 0 8px 25px rgba(25, 135, 84, 0.08);
}

/* Main Heading */
.glucotide-hero h1 {
    color: #17221b;
    
}

.glucotide-hero h1 .text-success {
    position: relative;
    color: #198754 !important;
}

.ban{
    mix-blend-mode: multiply;
}



/* Feature Cards */
.glucotide-hero .card {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(25, 135, 84, 0.08) !important;
    backdrop-filter: blur(8px);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.glucotide-hero .card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(25, 60, 40, 0.10) !important;
    border-color: rgba(25, 135, 84, 0.18) !important;
}

.glucotide-hero .card-body {
    min-height: 82px;
}

.glucotide-hero .card-body>div:first-child {
    min-width: 42px;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* CTA Button */
.glucotide-hero .btn-success {
    background: linear-gradient(135deg, #198754 0%, #146c43 100%);
    border: none;
    box-shadow: 0 12px 30px rgba(25, 135, 84, 0.22);
    transition: all 0.3s ease;
}

.glucotide-hero .btn-success:hover {
    background: linear-gradient(135deg, #157347 0%, #0f5132 100%);
    transform: translateY(-2px);
    box-shadow: 0 16px 35px rgba(25, 135, 84, 0.28);
}



.glucotide-hero .position-relative>.bg-white::before {
    content: "";
    position: absolute;
    width: 240px;
    height: 240px;
    top: -90px;
    right: -80px;
    border-radius: 50%;
    background: rgba(25, 135, 84, 0.05);
}

.glucotide-hero .position-relative img {
    position: relative;
    z-index: 2;
    transition: transform 0.4s ease;
}

.glucotide-hero .position-relative:hover img {
    transform: scale(1.025);
}

/* Trust Box */
.glucotide-hero .position-absolute.bottom-0 {
    bottom: -105px !important;
    z-index: 5;
}

.glucotide-hero .position-absolute.bottom-0>div {
    border-color: rgba(25, 135, 84, 0.10) !important;
    box-shadow:
        0 18px 45px rgba(20, 60, 40, 0.12),
        0 4px 15px rgba(20, 60, 40, 0.05) !important;
}

.glucotide-hero .position-absolute.bottom-0 i {
    display: inline-block;
}

/* Small Trust Items */
.glucotide-hero .mt-4 span {
    white-space: nowrap;
}

/* Responsive */
@media (max-width: 991.98px) {
   

    .glucotide-hero h1 {
        margin-left: auto;
        margin-right: auto;
    }

    .glucotide-hero .lead {
        margin-left: auto;
        margin-right: auto;
    }

    .glucotide-hero .d-flex.flex-wrap {
        justify-content: center;
    }

    .glucotide-hero .card-body {
        text-align: left;
    }

    .glucotide-hero .position-relative {
        margin-bottom: 45px;
    }

    .glucotide-hero .position-absolute.bottom-0{
        display: none;
    }
}

@media (max-width: 575.98px) {
    .glucotide-hero h1 {
        font-size: 2rem;
        letter-spacing: -0.7px;
    }

    .glucotide-hero .lead {
        font-size: 1rem;
        line-height: 1.65;
    }

    .glucotide-hero .btn-success {
        width: 100%;
    }

    .glucotide-hero .position-absolute.bottom-0 {
        width: 92% !important;
    }

    .glucotide-hero .position-absolute.bottom-0 .small {
        font-size: 0.68rem;
    }

    .glucotide-hero .mt-4 span {
        white-space: normal;
    }
}


.nav {
    background-color: rgb(252, 252, 252);
}

.bonusimg {
    mix-blend-mode: multiply;
}

.btn1 {
    background: #FFC107;
    border: none;
    color: #010000;
    font-size: 1.4rem;
    font-weight: 600;

}

.btn1:hover {
    color: #090000;
}


.sectioncolor {
    background-color: #355E3B;

}

.navcolor {
    background-color: #355E3B;
}

h1 {
    font-size: 2.5rem;
    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;
}

.small1 {
    font-size: 1.2rem;
}

.small {
    font-size: 1.2rem;
}

.faq {
    font-size: 1.4rem;
}


.navtext {
    color: #f8f7f7;
    font-size: 20px;
    font-weight: 500;
}

.ingimg {
    width: 250px;
    height: 250px;
    margin-top: 10px;
    border: 1px solid black;
    border-radius: 5%;
    object-fit: fill;
}

.ingimg:hover {
    transform: scale(1.08);
    transition: .5s;
}


.navtext:hover {
    color: #f1f109;
}

.bannerimg {
    width: 370px;
}

.feature-box {
    border-radius: 10px;
    border: 0.5px solid #575556;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transition: all .3s ease;
    padding: 15px;
    background-color: white;

}

.benefit-card {
    background-color: #83A5AA5f;
    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;
}

.navcenter {
    gap: 10px;
}


a {
    text-decoration: none;
}

.feature-card {
    border-radius: 10px;
    border: 0.5px solid #7c7579;
}

.revimg {
    width: 300px;

}

.badge {
    font-size: 1.2rem;
}

.level {
    width: 1000px;
    border-radius: 25px !important;
}

.bottle-6 {
    width: 30vw;
}

.ingbg {
    background: linear-gradient(135deg, #1c4e55 45%, #113663);
}

.checkout {
    width: 800px;
    border-radius: 15px;
}

.custom-toggler {
    border: none;
    background: transparent;
    padding: 8px;
    margin-right: 15px;
}



.custom-toggler span {
    display: block;
    width: 25px;
    height: 4px;
    margin: 4px 0 0 0px;
    background-color: #edeaea;
    border-radius: 4px;
    transition: all 0.3s ease;
}


.bonus-card {
    transition: all .35s ease;
    background: #fff;
    border-radius: 15px;
    border: 2px solid #2d6983;
}

.bonus-card:hover {
    transform: translateY(-8px);
}



.bonus-card img {
    transition: all .4s ease;
}

.bonus-card:hover img {
    transform: scale(1.05);
}

.bonus-card .badge {
    font-size: .75rem;
    letter-spacing: .5px;
}

@media(max-width:991px) {
    .bonus-card .card-body {
        border-left: none;
        border-top: 5px solid #198754;
    }
}



/* Section margin top when click navbar section */
section {
    scroll-margin-top: 68px;
}


.custom-hover {
    color: rgb(253, 253, 251);
    text-decoration: none;
}

.custom-hover:hover {
    color: #e5f505;
    text-decoration: underline;

}


.gurenty {
    background-color: #f8fafa;
    border-radius: 30px;
    color: rgb(15, 1, 1);
}


/* 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) {

    .btncenter {
        justify-content: center;
        padding-top: 25px;
    }




    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;
    }

    .small1 {
        font-size: 1.2rem;
    }

    .small {
        font-size: 1.2rem;
    }

    .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;
    }

    .badge {
        text-wrap: inherit;
        line-height: 1.5;
    }

}

@media (max-width: 992px) {
    .btn1 {
        width: 96%;
        font-size: 1.3rem !important;
    }

    .btn2 {
        width: 96% !important;
        font-size: 1.3rem !important;
    }

    body {
        margin-top: -15px
    }


    .claim {
        width: 100%;
    }



    .navcenter {
        text-align: center;
        gap: 0px !important;
    }



}

@media(max-width:1200px) {


    .checkout {
        width: auto;
    }

    .bottle-6 {
        width: auto;
    }

    .level {
        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;
    }

    .logo {
        width: 125px;
    }


}