/* HEADER */

.review-top img{
    display:none !important;
}

.premium-navbar{
    background:rgba(255,255,255,.92);
    backdrop-filter:blur(15px);
    box-shadow:0 5px 25px rgba(0,0,0,.05);
    z-index:999;
}

.logo-wrap h3{
    margin:0;
    font-size:28px;
    font-weight:700;
    color:#0f5a2a;
}

.logo-wrap span{
    font-size:11px;
    letter-spacing:1px;
    color:#888;
}

.navbar-nav{
    gap:15px;
}

.nav-link{
    font-weight:600;
    color:#222 !important;
    position:relative;
    padding:12px 15px !important;
}

.nav-link::after{
    content:'';
    position:absolute;
    left:15px;
    bottom:5px;
    width:0;
    height:2px;
    background:#0f5a2a;
    transition:.3s;
}

.nav-link:hover::after,
.nav-link.active::after{
    width:65%;
}

.dropdown-menu{
    border-radius:15px;
    padding:10px;
    min-width:220px;
}

.dropdown-item{
    padding:12px 15px;
    border-radius:10px;
}

.dropdown-item:hover{
    background:#f4f8f4;
}

.shop-btn{
    background:linear-gradient(
    135deg,
    #0f5a2a,
    #228a49
    );

    color:#fff;
    border:none;
    border-radius:12px;
    padding:14px 24px;
    font-weight:600;
    transition:.3s;
}

.shop-btn:hover{
    transform:translateY(-3px);
    color:#fff;
}

.offcanvas{
    width:290px;
}

.offcanvas-body .nav-link{
    font-size:17px;
    font-weight:600;
}

@media(max-width:991px){

.hero{
    padding-top:120px;
}

.logo-wrap h3{
    font-size:22px;
}

}



body{
    font-family:'Outfit',sans-serif;
    background:#f9f9f6;
}


.hero{
    padding:50px 0;
    position:relative;
}

.hero-title{
    font-family:'Playfair Display',serif;
    font-size:72px;
    line-height:1.05;
    color:#184d2b;
    font-weight:700;
}

.hero-sub{
    font-size:22px;
    color:#2d8c47;
    font-style:italic;
    margin-bottom:25px;
}

.hero-text{
    color:#666;
    line-height:1.8;
    margin-bottom:30px;
}

.feature-icons{
    display:flex;
    gap:40px;
    flex-wrap:wrap;
    margin:35px 0;
}

.feature-box{
    text-align:center;
}

.feature-box i{
    font-size:32px;
    color:#0f5a2a;
}

.feature-box p{
    margin-top:8px;
    font-size:14px;
    font-weight:500;
}

.btn-orange{
    background:#f47b20;
    color:#fff;
    padding:15px 28px;
    border-radius:10px;
    border:none;
}

.btn-blue{
    background:#1d5fe5;
    color:#fff;
    padding:15px 28px;
    border-radius:10px;
    border:none;
}

.rating{
    margin-top:25px;
    font-weight:600;
}

.rating span{
    color:#f6b400;
    font-size:20px;
}

.hero-right{
    position:relative;
}

.main-image{
    width:100%;
    border-radius:30px;
}

.trust-card{
    background:#fff;
    padding:18px;
    border-radius:15px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    margin-bottom:15px;
}

.floating-cards{
    position:absolute;
    right:-20px;
    top:40px;
    width:220px;
}

.products{
    position:absolute;
    bottom:-20px;
    left:50%;
    transform:translateX(-50%);
    display:flex;
    gap:20px;
}

.product{
    width:180px;
    background:#fff;
    border-radius:25px;
    padding:20px;
    text-align:center;
    box-shadow:0 15px 30px rgba(0,0,0,.15);
}

.product img{
    width:100%;
}

.product.orange h3{
    color:#f47b20;
    font-weight:800;
}

.product.purple h3{
    color:#4f3bb8;
    font-weight:800;
}

@media(max-width:991px){

.hero-title{
    font-size:50px;
}

.floating-cards{
    position:relative;
    right:auto;
    top:auto;
    width:100%;
    margin-top:20px;
}

.products{
    position:relative;
    left:auto;
    transform:none;
    margin-top:30px;
    justify-content:center;
    flex-wrap:wrap;
}

}



.product-compare{
    background:#ffffff;
}

.section-heading h2{
    font-size:46px;
    font-weight:800;
    color:#232323;
    margin-bottom:10px;
}

.section-heading p{
    font-size:18px;
    color:#666;
}

.compare-card{
    height:100%;
    border-radius:22px;
    padding:35px;
    position:relative;
    overflow:hidden;
    transition:.35s;
    border:1px solid rgba(0,0,0,.05);
}

.compare-card:hover{
    transform:translateY(-8px);
    box-shadow:0 25px 60px rgba(0,0,0,.08);
}

.citrus-card{
    background:linear-gradient(
    135deg,
    #fff7ef,
    #fff2e5
    );
}

.visi-card{
    background:linear-gradient(
    135deg,
    #f6f8ff,
    #eef3ff
    );
}

.small-label{
    font-size:12px;
    font-weight:700;
    letter-spacing:1px;
}

.orange{
    color:#f47820;
}

.blue{
    color:#2556e5;
}

.compare-card h3{
    line-height:1.15;
    font-weight:800;
    margin:18px 0;
    color:#222;
}

.compare-card p{
    color:#666;
    line-height:1.8;
    margin-bottom:25px;
}

.compare-card ul{
    list-style:none;
    padding:0;
    margin:0;
}

.compare-card ul li{
    font-weight:500;
    color:#444;
}

.compare-card ul li::before{
    content:"✔";
    width:22px;
    height:22px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    margin-right:10px;
    font-size:12px;
    color: white;
    background: #f37820;
}




.blue-list li::before{
    color:#2556e5;
}

.bottle-img{
    max-height:360px;
    width:auto;
    object-fit:contain;
}

.citrus-btn{
    width:100%;
    background:#f47820;
    color:#fff;
    border:none;
    padding:16px;
    border-radius:12px;
    font-size:18px;
    font-weight:700;
    margin-top:20px;
}

.visi-btn{
    width:100%;
    background:#1d55e5;
    color:#fff;
    border:none;
    padding:16px;
    border-radius:12px;
    font-size:18px;
    font-weight:700;
    margin-top:20px;
}

.guarantee{
    text-align:center;
    margin-top:18px;
    font-weight:700;
    color:#f47820;
}

.blue-text{
    color:#1d55e5;
}

@media(max-width:991px){

.compare-card{
    padding:25px;
}

.compare-card h3{
    font-size:28px;
}

.bottle-img{
    max-height:260px;
    margin-top:25px;
}

.section-heading h2{
    font-size:34px;
}

}



.trust-section{
    background:#fff;
    padding:70px 0;
}

.trust-title{
    font-size:42px;
    font-weight:700;
    color:#1f1f1f;
    font-family: Georgia, serif;
}



.trust-box{
    text-align:center;
    padding:20px 30px;
    height:100%;
}

.border-start-desktop{
    border-left:1px solid #ececec;
}

.trust-icon{
    margin-bottom:20px;
}

.trust-icon i{
    font-size:42px;
    color:#2d6b42;
}

.trust-box h5{
    font-size:18px;
    font-weight:700;
    color:#222;
    margin-bottom:12px;
}

.trust-box p{
    color:#555;
    font-size:15px;
    line-height:1.8;
    margin-bottom:0;
}

@media(max-width:991px){

    .trust-title{
        font-size:30px;
    }

    .border-start-desktop{
        border-left:none;
    }

    .trust-box{
        margin-bottom:25px;
        border-bottom:1px solid #f0f0f0;
    }

}





.review-section{
    background:#fff;
}

.review-title{
    font-size:42px;
    font-weight:700;
    font-family:"Playfair Display",serif;
}

.review-title span{
    color:#2d6b42;
}

.review-card{
    background:#fff;
    border:1px solid #ececec;
    border-radius:16px;
    padding:22px;
    height:100%;
    transition:.3s;
}

.review-card:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.review-top{
    display:flex;
    align-items:flex-start;
    gap:15px;
}

.review-top img{
    width:58px;
    height:58px;
    border-radius:50%;
    object-fit:cover;
    flex-shrink:0;
}

.stars{
    color:#f4b400;
    font-size:14px;
    margin-bottom:10px;
    letter-spacing:2px;
}

.review-card p{
    font-size:15px;
    line-height:1.8;
    color:#333;
    margin-bottom:15px;
}

.review-card h6{
    color:#2d6b42;
    font-weight:700;
    margin-bottom:2px;
}

.review-card span{
    color:#666;
    font-size:14px;
}

.swiper{
    padding-bottom:10px;
}



.faq-section{
    background:#fff;
}

.faq-heading{
    text-align:center;
    font-size:36px;
    font-weight:700;
    color:#2b2b2b;
    margin-bottom:25px;
    font-family: Georgia, serif;
}

.faq-item{
    margin-bottom:10px;
}

.faq-btn{
    width:100%;
    height:46px;
    background:#f7f7f7;
    border:1px solid #ececec;
    border-radius:6px;
    padding:0 18px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    text-align:left;
    font-size:14px;
    font-weight:600;
    color:#3d3d3d;
    cursor:pointer;
    transition:.3s;
}

.faq-btn:hover{
    background:#f3f3f3;
}

.faq-btn span{
    font-size:22px;
    font-weight:400;
    color:#333;
    line-height:1;
}

.faq-content{
    background:#fff;
    border:1px solid #ececec;
    border-top:none;
    border-radius:0 0 6px 6px;
    padding:15px;
    font-size:14px;
    color:#666;
    line-height:1.7;
}





.wellness-section{
    position:relative;
    padding:70px 0;
    overflow:hidden;

    background:url('https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?q=80&w=1600')
    center center/cover no-repeat;
}

.wellness-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.28);
}

.wellness-content{
    position:relative;
    z-index:2;
}

.wellness-content h2{
    font-size:46px;
    line-height:1.1;
    font-weight:700;
    color:#173221;
    margin-bottom:15px;
}

.wellness-content p{
    font-size:18px;
    line-height:1.7;
    color:#1f1f1f;
    max-width:450px;
    margin:0;
}

.wellness-card{
    border-radius:16px;
    padding:28px;
    min-height:190px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    box-shadow:0 10px 25px rgba(0,0,0,.15);
}

.orange-card{
    background:linear-gradient(
        135deg,
        #ff7a00,
        #ff5e00
    );
}

.blue-card{
    background:linear-gradient(
        135deg,
        #1456ff,
        #0039c7
    );
}

.card-icon{
    font-size:34px;
    color:#fff;
    margin-bottom:10px;
}

.wellness-card h4{
    color:#fff;
    font-size:26px;
    font-weight:700;
    line-height:1.3;
    margin-bottom:25px;
}

.card-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;

    background:#fff;
    color:#333;
    text-decoration:none;

    padding:12px 20px;
    border-radius:10px;

    font-weight:600;
    width:max-content;
}

.card-btn:hover{
    color:#333;
}

@media(max-width:991px){

    .wellness-content{
        text-align:center;
        margin-bottom:30px;
    }

    .wellness-content p{
        margin:auto;
    }

    .wellness-content h2{
        font-size:36px;
    }

}




.nw-footer{
    background:linear-gradient(
        90deg,
        #072f18 0%,
        #0b4f24 50%,
        #083116 100%
    );

    padding:50px 0 20px;
    color:#fff;
}

.nw-logo{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:15px;
}

.nw-logo img{
    width:42px;
    height:42px;
    object-fit:contain;
}

.nw-logo h4{
    font-size:20px;
    font-weight:700;
    margin:0;
    color:#fff;
}

.nw-logo span{
    font-size:10px;
    letter-spacing:1px;
    color:#cfcfcf;
}

.nw-desc{
    color:#d7d7d7;
    font-size:14px;
    line-height:1.8;
    max-width:300px;
}

.nw-footer-col h5{
    color:#f7c948;
    font-size:17px;
    font-weight:700;
    margin-bottom:18px;
}

.nw-footer-col ul{
    padding:0;
    margin:0;
    list-style:none;
}

.nw-footer-col ul li{
    margin-bottom:10px;
}

.nw-footer-col ul li a{
    color:#ffffff;
    text-decoration:none;
    font-size:14px;
    transition:.3s;
}

.nw-footer-col ul li a:hover{
    color:#f7c948;
}

.promise-text{
    color:#d7d7d7;
    font-size:14px;
    line-height:1.8;
}

.border-start-custom{
    padding-left:25px;
    border-left:1px solid rgba(255,255,255,.15);
}

.nw-social{
    display:flex;
    gap:10px;
    margin-top:15px;
}

.nw-social a{
    width:34px;
    height:34px;
    border-radius:50%;
    background:rgba(255,255,255,.12);

    display:flex;
    align-items:center;
    justify-content:center;

    color:#fff;
    text-decoration:none;
}

.nw-footer-bottom{
    margin-top:35px;
    padding-top:18px;
    border-top:1px solid rgba(255,255,255,.15);
    font-size:13px;
    color:#d7d7d7;
}

.nw-footer-bottom a{
    color:#d7d7d7;
    text-decoration:none;
    margin:0 8px;
}

.nw-footer-bottom a:hover{
    color:#f7c948;
}

@media(max-width:991px){

    .border-start-custom{
        border-left:none;
        padding-left:0;
    }

    .nw-footer-bottom{
        text-align:center;
    }

    .nw-footer-bottom .text-md-end{
        text-align:center !important;
        margin-top:10px;
    }

}




.y1-hero-section{
    height:100vh;
    background:url('img/back.png') center center no-repeat;
    background-size:cover;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
}

.y1-overlay-content{
    text-align:center;
    max-width:800px;
    padding:20px;
}

.y1-title{
    font-size:60px;
    font-weight:700;
    color:#0b5136;
    line-height:1.2;
    margin-bottom:20px;
}

.y1-description{
    font-size:24px;
    color:#2f2f2f;
    margin-bottom:40px;
    line-height:1.6;
}

.y1-buttons{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

.y1-btn-orange{
    background:#ff6600;
    color:#fff;
    text-decoration:none;
    padding:15px 35px;
    border-radius:10px;
    font-size:18px;
    font-weight:600;
    transition:.3s;
}

.y1-btn-orange:hover{
    color:#fff;
    transform:translateY(-3px);
}

.y1-btn-blue{
    background:#0f5ae5;
    color:#fff;
    text-decoration:none;
    padding:15px 35px;
    border-radius:10px;
    font-size:18px;
    font-weight:600;
    transition:.3s;
}

.y1-btn-blue:hover{
    color:#fff;
    transform:translateY(-3px);
}

@media(max-width:768px){

    .y1-title{
        font-size:38px;
    }

    .y1-description{
        font-size:18px;
    }

    .y1-buttons{
        flex-direction:column;
    }

    .y1-btn-orange,
    .y1-btn-blue{
        width:100%;
    }
}








.y1-about-image{
    height:100%;
}

.y1-about-image img{
    width:100%;
    height:100%;
    min-height:700px;
    object-fit:cover;
    display:block;
}

.y1-about-content{
    padding:60px;
}

.y1-subtitle{
    color:#0b5a3c;
    font-size:15px;
    font-weight:700;
    letter-spacing:3px;
    position:relative;
    display:inline-block;
    margin-bottom:20px;
}

.y1-subtitle::after{
    content:"";
    width:80px;
    height:2px;
    background:#0b5a3c;
    position:absolute;
    left:0;
    bottom:-10px;
}

.y1-title{
    font-size:72px;
    line-height:1;
    color:#0b5a3c;
    font-weight:700;
    margin-bottom:25px;
}

.y1-divider{
    display:flex;
    align-items:center;
    gap:20px;
    margin-bottom:20px;
}

.y1-divider span{
    width:120px;
    height:1px;
    background:#cfd8cf;
}

.y1-divider i{
    color:#4e8d54;
    font-size:26px;
}

.y1-tagline{
    color:#6d9d66;
    letter-spacing:4px;
    font-weight:600;
    margin-bottom:25px;
}

.y1-about-content p{
    font-size:20px;
    line-height:1.8;
    color:#333;
    margin-bottom:18px;
}

.y1-features{
    margin-top:40px;
}

.y1-feature-box{
    text-align:center;
    padding:20px 12px;
    border-right:1px solid #e6e6e6;
    height:100%;
}

.y1-features .col-xl:last-child .y1-feature-box{
    border-right:none;
}

.y1-icon{
    width:70px;
    height:70px;
    border-radius:50%;
    background:#edf4e7;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:15px;
}

.y1-icon i{
    font-size:32px;
    color:#0b5a3c;
}

.y1-feature-box h5{
    color:#143f2f;
    font-size:24px;
    font-weight:700;
}

.y1-feature-box p{
    font-size:15px;
    line-height:1.7;
    margin:0;
}

@media(max-width:991px){

    .y1-title{
        font-size:48px;
    }

    .y1-about-content{
        padding:35px;
    }

    .y1-about-image img{
        min-height:450px;
    }

    .y1-feature-box{
        border-right:none;
        border-bottom:1px solid #eee;
    }
}

@media(max-width:576px){

    .y1-title{
        font-size:38px;
    }

    .y1-about-content p{
        font-size:16px;
    }
}