
@import url('https://fonts.googleapis.com/css2? font-display=swap&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&font-display=swap');
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
    scroll-padding-top:80px;
}

body{
    margin:0;
    font-family:'Poppins', Arial, Helvetica, sans-serif;
    color:#222;
    background:#fff;
    line-height:1.65;
}

img{
    max-width:100%;
    height:auto;
    display:block;
}

a{
    text-decoration:none;
}



section#what a.ordr_btn{
    display:inline-block;
    background:#e7191f;
    color:#fff;
    padding:14px 46px;
    border-radius:5px;
    font-size:18px;
    font-weight:800;
    border-bottom:4px solid #a80000;
    transition:.2s;
    text-align: center;
}

.buy_btnn:hover{
    background:#c90000;
}





a.ordr_btnnn{
    display:inline-block;
    background:#e7191f;
    color:#fff;
    padding:14px 46px;
    border-radius:5px;
    font-size:18px;
    font-weight:800;
    border-bottom:4px solid #a80000;
    transition:.2s;
    text-align: center;margin-top: 20px;
}

a.ordr_btnnn:hover{
    background:#c90000;
}


.container{
    width:1120px;
    max-width:92%;
    margin:0 auto;
}

.section{
    padding:65px 0;
}

.section-title{
    color:#00444d;
    font-size:34px;
    line-height:1.25;
    font-weight:800;
    margin-bottom:20px;
}

.center{
    text-align:center;
}

/* HEADER */

.header{
    width:100%;
    background:#00444d;
    position:sticky;
    top:0;
    z-index:9999;
}

.header_inner{
    min-height:76px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.logo{
    color:#fff;
    font-size:28px;
    font-weight:800;
}

.menu{
    display:flex;
    align-items:center;
    gap:25px;
}

.menu a{
    color:#fff;
    font-size:12px;
    font-weight:700;
    text-transform:uppercase;
    transition:.2s;
}

.menu a:hover{
    color:#ffe000;
}

.menu_btn{
    display:none;
    border:0;
    background:none;
    color:#fff;
    font-size:28px;
    cursor:pointer;
}

/* HERO */

.hero{
    padding:55px 0 45px;
}

.hero_inner{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:55px;
    align-items:center;
}

.hero_image{
    min-height:430px;
    background:#f7f8f8;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:25px;
}

.hero_image img{
    width:100%;
    max-height:430px;
    object-fit:contain;
}

.hero_content h1{
    color:#00444d;
    font-size:48px;
    line-height:1.1;
    margin-bottom:12px;
}

.hero_subtitle{
    color:#c60000;
    font-size:19px;
    font-weight:700;
    margin-bottom:20px;
}

.check_list{
    list-style:none;
    padding:0;
    margin:0;
}

.check_list li{
    position:relative;
    padding-left:28px;
    margin-bottom:10px;
}

.check_list li:before{
    content:"✓";
    position:absolute;
    left:0;
    top:0;
    color:#0a9f36;
    font-weight:900;
}

.buy_box{
    text-align:center;
    margin-top:30px;
}

.buy_btn{
    display:inline-block;
   
}


/* TEXT */

.text_section p{
    font-size:16px;
    margin-bottom:17px;
}

/* TWO COLUMN */

.two_col{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:55px;
    align-items:center;
}

/* PRICING */

.price_grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

.price_card{
    position:relative;
    border:1px solid #ddd;
    border-radius:8px;
    padding:28px 18px;
    text-align:center;
    background:#fff;
}

.price_card.best{
    border:2px solid #00444d;
    background:#f2fafb;
}

.price_card h3{
    color:#00444d;
    font-size:20px;
    margin-bottom:10px;
}

.price{
    color:#111;
    font-size:38px;
    font-weight:900;
    margin:10px 0 20px;
}

.yellow_btn{
    display:inline-block;
    background:#ffe000;
    color:#111;
    padding:11px 30px;
    border-radius:4px;
    font-size:14px;
    font-weight:800;
}

.yellow_btn:hover{
    background:#f3d000;
}

.badge{
    background:#00444d;
    color:#fff;
    padding:7px;
    margin:-28px -18px 18px;
    font-size:11px;
    font-weight:800;
}

/* HOW IT WORKS */

.dark_box{
    background:#00444d;
    color:#fff;
    padding:45px;
    border-radius:5px;
}

.dark_box .section-title{
    color:#fff;
}

.dark_box p{
    margin-bottom:18px;
}

/* INGREDIENTS */

.ingredients{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:30px 55px;
    margin-top:30px;
}

.ingredient{
    border-bottom:1px solid #ddd;
    padding-bottom:20px;
}

.ingredient h3{
    color:#00444d;
    font-size:20px;
    margin-bottom:6px;
}

/* BENEFITS */

.benefit_grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

.benefit_box{
    border:1px solid #ddd;
    border-radius:8px;
    padding:25px;
}

.benefit_box h3{
    color:#00444d;
    margin-bottom:8px;
}

/* GUARANTEE */

.guarantee{
    background:#00444d;
    color:#fff;
    text-align:center;
    padding:45px 25px;
}

.guarantee h2{
    color:#fff;
    font-size:30px;
    margin-bottom:12px;
}

.guarantee p{
    max-width:850px;
    margin:0 auto;
}


.badgeaud{margin: 60px 0 0;}

/* REVIEWS */

.review_grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

.review{
    border:1px solid #ddd;
    border-radius:8px;
    padding:25px;
}

.stars{
    color:#d99d00;
    font-size:20px;
    margin-bottom:10px;
}

.review h4{
    color:#00444d;
    margin-top:15px;
}



/*policy*/

.policies{padding:60px 0;float: left;
    width: 100%;}

/* FAQ */

.faq{
    border-top:1px solid #ddd;
}

.faq_item{
    border-bottom:1px solid #ddd;
}

.faq_question{
    width:100%;
    padding:19px 5px;
    border:0;
    background:none;
    display:flex;
    align-items:center;
    justify-content:space-between;
    text-align:left;
    color:#00444d;
    font-size:16px;
    font-weight:700;
    cursor:pointer;
    font-family:'Poppins', Arial, Helvetica, sans-serif;
}

.faq_answer{
    display:none;
    padding:0 5px 20px;
    font-family:'Poppins', Arial, Helvetica, sans-serif;
}

.faq_item.active .faq_answer{
    display:block;
}

.faq_icon{
    font-size:21px;
}

/* ORDER */

.order_section{
    background:#f7f7f7;
}

.order_grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:40px;
    align-items:start;
}

.order_form{
    background:#fff;
    padding:30px;
    border:1px solid #ddd;
    border-radius:8px;
}

.order_form h3{
    color:#00444d;
    font-size:24px;
    margin-bottom:18px;
}

.order_form input,
.order_form select{
    width:100%;
    height:48px;
    padding:0 13px;
    border:1px solid #ccc;
    border-radius:4px;
    margin-bottom:13px;
    outline:none;
}

.order_form input:focus,
.order_form select:focus{
    border-color:#00444d;
}

.submit_btn{
    width:100%;
    height:50px;
    border:0;
    border-radius:5px;
    background:#e7191f;
    color:#fff;
    font-weight:800;
    cursor:pointer;
}

/* FOOTER */

.footer{
    background:#00444d;
    color:#fff;
    padding:50px 0 20px;
}

.footer_grid{
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    gap:35px;
}

.footer h3{
    color:#fff;
    margin-bottom:14px;
}

.footer p,
.footer a{
    color:#fff;
    font-size:14px;
}

.copyright{
    border-top:1px solid rgba(255,255,255,.2);
    margin-top:35px;
    padding-top:18px;
    text-align:center;
    font-size:13px;
}

/* MOBILE */

@media(max-width:900px){

    .menu_btn{
        display:block;
    }

    .menu{
        display:none;
        position:absolute;
        left:0;
        top:76px;
        width:100%;
        background:#00444d;
        flex-direction:column;
        align-items:flex-start;
        gap:0;
        padding:10px 5% 20px;
    }

    .menu.show{
        display:flex;
    }

    .menu a{
        width:100%;
        padding:13px 0;
        border-bottom:1px solid rgba(255,255,255,.15);
    }

    .hero_inner,
    .two_col,
    .order_grid{
        grid-template-columns:1fr;
    }

    .price_grid,
    .benefit_grid,
    .review_grid{
        grid-template-columns:1fr;
    }

    .ingredients{
        grid-template-columns:1fr;
    }

}

@media(max-width:600px){

    .container{
        max-width:90%;
    }

    .section{
        padding:45px 0;
    }

    .section-title{
        font-size:27px;
    }

    .hero{
        padding:30px 0;
    }

    .hero_content h1{
        font-size:35px;
    }

    .hero_image{
        min-height:280px;
    }

    .dark_box{
        padding:28px 22px;
    }

    .guarantee h2{
        font-size:25px;
    }

    .footer_grid{
        grid-template-columns:1fr;
    }

}
