html,
body {
    overflow-x: hidden;
    overflow-y: auto;
}

* {
    font-family: Playfair Display, serif;
}



body {
    padding-top: 68px;
    /* match navbar height */
    line-height: 1.6;
}

.logo {
    font-size: 30px;
    font-weight: 800;
    color: #fefbfb;
}

.nav {
    background: linear-gradient(120deg, #123b2b 0%, #1b523b 50%, #0e2d22 100%);
}

.navcolor {
    background: linear-gradient(120deg, #123b2b 0%, #1b523b 50%, #0e2d22 100%);
}

.bgback {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
        url('../image/back2.webp');
    background-size: cover;
    background-position: center;

}

h1 {
    font-size: 3rem;
}

p {
    font-size: 1.4rem;

}

ul {
    font-size: 1.4rem;
}

li {
    font-size: 1.3rem;
}

h2 {
    font-size: 2.1rem;
}

h3 {
    font-size: 1.5rem;
}

.small {
    font-size: 1.2rem;
}

.faqfont {
    font-size: 1.4rem;
}



/* =========================================
       MODERN CHOLIBRIUM HERO
    ========================================= */

.cholibrium-modern-hero {
    background:
        linear-gradient(120deg, #123b2b 0%, #1b523b 50%, #0e2d22 100%);
    color: #ffffff;

}

.cholibrium-modern-hero::before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    right: -200px;
    top: -150px;
}

.cholibrium-modern-hero::after {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 50%;
    left: -200px;
    bottom: -180px;
}

.modern-hero-content {
    position: relative;
    z-index: 2;
}

.modern-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #c8e4cf;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}

.label-dot {
    width: 9px;
    height: 9px;
    background: #b6d96b;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 0 5px rgba(182, 217, 107, 0.12);
}

.modern-hero-content h1 {
    font-size: clamp(1.8rem, 5vw, 3rem);
    font-weight: 700;
}

.modern-hero-content h1 span {
    color: #c5dc75;
}

.modern-description {
    color: #c6d5cd;

}

.modern-description strong {
    color: #ffffff;
}

/* FEATURES */

.modern-features {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.modern-feature {
    display: flex;
    gap: 18px;
    padding: 17px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.feature-number {
    color: #b8d36d;
    font-size: 20px;
    font-weight: 700;
    padding-top: 3px;
    min-width: 28px;
}


.modern-feature p {
    color: #aebfb6;
    margin: 0;
}

/* CTA */

.modern-cta-box {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-top: 30px;
}

.price-area small {
    display: block;
    color: #aebfb6;
    font-size: 10px;
    letter-spacing: 1.5px;
    margin-bottom: 3px;
}

.price-area strong {
    color: #ffffff;
    font-size: 38px;
    line-height: 1;
}

.modern-cta {
    background: #c5dc75;
    color: #173b2b;
    padding: 16px 25px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
    font-size: 21px;
}

.modern-cta:hover {
    background: #ffffff;
    color: #173b2b;
    transform: translateY(-3px);
}

/* TRUST */

.modern-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.modern-trust span {
    color: #b7c9be;
    font-size: 11px;
}

.modern-trust i {
    color: #c5dc75;
    margin-right: 5px;
}

/* PRODUCT AREA */

.modern-product-area {
    min-height: 650px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.product-glow {
    width: 490px;
    height: 490px;
    border-radius: 50%;
    background: rgba(198, 221, 117, 0.08);
    border: 1px solid rgba(198, 221, 117, 0.22);
    position: absolute;
}

.product-glow::before {
    content: "";
    position: absolute;
    inset: 35px;
    border: 1px solid rgba(198, 221, 117, 0.16);
    border-radius: 50%;
}

.modern-product-image {

    position: relative;
    z-index: 2;
    filter: drop-shadow(0 30px 35px rgba(0, 0, 0, 0.35));
}

.vertical-text {
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%);
    transform-origin: right center;
    font-size: 10px;
    letter-spacing: 4px;
    color: rgba(255, 255, 255, 0.35);
    white-space: nowrap;
}

/* CERTIFICATION */

.modern-certification {
    position: absolute;
    bottom: 55px;
    right: 15px;
    z-index: 4;
    background: #ffffff;
    padding: 12px;
    border-radius: 12px;
    max-width: 145px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

/* MUSHROOM CARD */

.mushroom-info-card {
    position: absolute;
    left: 5px;
    bottom: 105px;
    z-index: 4;
    background: #ffffff;
    color: #1b3e2e;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 18px;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

.info-icon {
    font-size: 27px;
}

.mushroom-info-card strong {
    display: block;
    font-size: 23px;
    line-height: 1;
}

.mushroom-info-card small {
    display: block;
    color: #6c757d;
    font-size: 10px;
    margin-top: 4px;
}

/* RESPONSIVE */

@media (max-width: 991px) {

       .modern-hero-content h1,
    .modern-description {
        margin-left: auto;
        margin-right: auto;
    }

    .modern-cta-box,
    .modern-trust {
        justify-content: center;
    }

    .modern-product-area {
        min-height: 500px;
    }

    .vertical-text {
        display: none;
    }

}

@media (max-width: 575px) {

    .modern-product-area {
        min-height: 400px;
    }

    .product-glow {
        width: 300px;
        height: 300px;
    }

    .modern-product-image {
        height: auto;
    }

    .modern-certification {
        max-width: 105px;
        bottom: 25px;
    }

    .mushroom-info-card {
        bottom: 60px;
        left: 0;
        padding: 9px 12px;
    }

    .modern-cta-box {
        flex-direction: column;
        gap: 15px;
    }


}

em{
    font-weight: 600;
    font-size: 1.3rem;
}


.feature-box {
    transition: all 0.3s ease;
}

.feature-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08) !important;
}

.feature-image {
    width: 250px;
    min-width: 250px;
    background: #f8faf8;
}

.feature-image img {
    max-height: 180px;
    object-fit: contain;
}

.feature-content {
    flex: 1;
}




@media (max-width: 767px) {

    .feature-image {
        width: 100%;
        min-width: 100%;
    }

    .feature-image img {
        max-height: 180px;
    }

    .feature-content {
        text-align: center;
    }

}




.sectioncolor {
    background: linear-gradient(120deg, #123b2b 0%, #1b523b 50%, #0e2d22 100%);
}

.btn1 {
    background-color: #261218;
    color: rgb(255, 255, 254);
}

.btn1:hover {
    color: rgb(251, 251, 251);
}


.paywidth {
    width: 900px;
    mix-blend-mode: multiply;
}

.about {
    background-color: white;
}


.navtext {
    color: #eeecec;
    font-size: 20px;
    font-weight: 550;
}

.navtext:hover {
    color: #afe911fe;
}


.review-img {
    width: 300px;
    height: 250px;
    object-fit: cover;
    margin: auto;
}

.gurenty {
    background-color: #ffffff;
    border-radius: 25px;
}

.benefits {
    border-radius: 10px;

}

.ingimg {
    border-radius: 3%;
    border-top: 5px solid #054377;
    border-bottom: 5px solid #054377;
    border-left: 2px solid #054377;
    border-right: 2px solid #054377;

}


a {
    text-decoration: none;
}




.main-title {

    line-height: 1;
    text-align: center;

    color: #333;
    margin-bottom: 42px;
}

.logos-row {
    min-height: 95px;
    margin-bottom: 4px;
}

.logo-box {
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 18px;
}

.logo-box img {
    max-width: 100%;
    max-height: 88px;
    object-fit: contain;
}



.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;

    }
}




.bottle-6 {
    width: 40vw;
}


.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: #050000;
    border-radius: 4px;
    transition: all 0.3s ease;
}



/* Section margin top when click navbar section */
section {
    scroll-margin-top: 75px;
}


.custom-hover {
    color: rgb(248, 244, 244);
    text-decoration: none;
}

.custom-hover:hover {
    color: #f5c905;
    text-decoration: underline;

}




/* 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.8rem !important;
    }

    h2 {
        font-size: 1.5rem !important;
    }

    h3 {
        font-size: 1.4rem !important;
    }

    p {
        font-size: 1.3rem !important;
    }

    ul {
        font-size: 1.3rem !important;
    }

    .faqfont {
        font-size: 1.3rem !important;
    }

    .btn1 {
        width: 100%;
    }

    .banner-img1 {
        height: auto;
    }


    .btncenter {
        justify-content: center;
        padding-top: 25px;
    }


    .navcenter {
        text-align: center;
    }

    .imgwidth {
        height: auto;
    }


    body {
        margin-top: -15px
    }

    .bottle-6 {
        width: auto;
    }



    .gurentybadge {
        width: auto;
    }



    .payment-snap {
        width: auto;
    }

    .revwidth {
        height: auto;
    }



}

@media (max-width: 992px) {


    .revwidth {
        height: auto;
    }

    body {
        margin-top: -15px
    }

    .gurentybadge {
        width: auto;
    }



    .claim {
        width: 100%;
    }



    .navcenter {
        text-align: center;
    }


    .btncenter {
        justify-content: center;
        padding-top: 25px;
    }
}

@media(max-width:1200px) {

    .payment-snap {
        width: auto;
    }

    .bottle-6 {
        width: auto;
    }



}


@media(max-width:1500px) {}