/*
Theme Name: AshuHerbal
Theme URI: https://ashuherbal.com
Author: Mahendra
Version: 1.0
Text Domain: ashuherbal
*/



*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
font-family:'Plus Jakarta Sans',sans-serif;
background:#F8FAFC;
color:#111827;
}
/* ================= HEADER ================= */

.ah-header{
    background:#fff;
    position:sticky;
    top:0;
    z-index:9999;
    box-shadow:0 5px 30px rgba(0,0,0,.05);
}

.ah-header .container{
    max-width:1280px;
    margin:auto;
    padding:10px 20px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.logo img{
    width:60px;
    height:auto;
    display:block;
}

.menu-toggle{
    display:none;
    background:none;
    border:none;
    font-size:28px;
    cursor:pointer;
}

.main-nav ul{
    display:flex;
    gap:30px;
    list-style:none;
    margin:0;
    padding:0;
}

.main-nav ul li a{
    text-decoration:none;
    color:#111827;
    font-weight:600;
}

.main-nav ul li a:hover{
    color:#16A34A;
}

.header-actions{
    display:flex;
    gap:12px;
}

.mobile-actions{
    display:none;
}

.btn-outline{
    padding:12px 20px;
    border:2px solid #16A34A;
    border-radius:12px;
    color:#16A34A;
    text-decoration:none;
    font-weight:600;
}

.btn-primary{
    padding:12px 20px;
    background:#16A34A;
    border-radius:12px;
    color:#fff;
    text-decoration:none;
    font-weight:600;
}

/* MOBILE */

@media (max-width:991px){

    .menu-toggle{
        display:block;
    }

    .header-actions{
        display:none;
    }

    .main-nav{
        display:none;
        position:absolute;
        left:0;
        top:100%;
        width:100%;
        background:#fff;
        padding:20px;
        box-shadow:0 15px 40px rgba(0,0,0,.08);
    }

    .main-nav.active{
        display:block;
    }

    .main-nav ul{
        flex-direction:column;
        gap:15px;
    }

    .main-nav ul li{
        width:100%;
    }

    .main-nav ul li a{
        display:block;
        padding:10px 0;
    }

    .mobile-actions{
        display:flex;
        flex-direction:column;
        gap:10px;
        margin-top:20px;
    }

    .mobile-actions a{
        text-align:center;
    }
}

/* =========================
HEADER CSS END
========================= */


/*header css edn */

/*header slider section start */
/* HERO SECTION */

.hero-product-v2{
    padding:80px 0;
    background:#fff;
}

.hero-main-image{
    background:#F8FAFC;
    border-radius:30px;
    padding:25px;
    min-height:500px;

    display:flex;
    align-items:center;
    justify-content:center;

    box-shadow:0 15px 40px rgba(0,0,0,.06);
}

.hero-main-image img{
    width:100%;
    max-height:500px;
    object-fit:contain;
}

.hero-badge{
    display:inline-block;
    background:#DCFCE7;
    color:#166534;
    padding:10px 18px;
    border-radius:50px;
    font-weight:700;
    margin-bottom:15px;
}

.hero-right h1{
    font-size:52px;
    font-weight:900;
    color:#0F172A;
    line-height:1.1;
    margin-bottom:20px;
}

.hero-right p{
    color:#64748B;
    font-size:18px;
    line-height:1.8;
}

.hero-price{
    margin:25px 0;
}

.hero-price ins{
    text-decoration:none;
}

.hero-price ins .amount{
    color:#16A34A;
    font-size:42px;
    font-weight:900;
}

.hero-price del .amount{
    color:#94A3B8;
    font-size:22px;
    text-decoration:line-through;
}

.hero-buttons{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.hero-buy-btn{
    background:#22C55E;
    color:#fff;
    text-decoration:none;
    padding:16px 35px;
    border-radius:14px;
    font-weight:700;
}

.hero-call-btn{
    border:2px solid #22C55E;
    color:#22C55E;
    text-decoration:none;
    padding:16px 35px;
    border-radius:14px;
    font-weight:700;
}

.trust-icons{
    margin-top:25px;
    display:flex;
    gap:20px;
    flex-wrap:wrap;
    font-weight:600;
    color:#475569;
}


/* FEATURED PRODUCTS */

.featured-products{
    padding:80px 0;
    background:#F8FAFC;
}

.section-title{
    text-align:center;
    font-size:42px;
    font-weight:800;
    margin-bottom:50px;
    color:#0F172A;
}

.product-card{
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    padding:20px;
    text-align:center;
    box-shadow:0 15px 40px rgba(0,0,0,.06);
    transition:.3s;
    height:100%;
}

.product-card:hover{
    transform:translateY(-8px);
}

.product-card a{
    text-decoration:none;
}

.product-card img{
    width:100%;
    height:260px;
    object-fit:cover;
    border-radius:16px;
}

.product-card h3{
    font-size:22px;
    color:#0F172A;
    margin:18px 0 10px;
    min-height:60px;
}

/* PRODUCT PRICE */

.card-price{
    margin:15px 0 20px;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:4px;
}

/* Old Price */
/* PRICE UI */

.woocommerce-Price-amount.amount{
    font-size:32px;
    font-weight:800;
    color:#16A34A;
    line-height:1;
}

/* Sale Price */

ins{
    text-decoration:none !important;
}

ins .woocommerce-Price-amount.amount{
    font-size:32px;
    font-weight:900;
    color:#16A34A;
}

/* Regular Price */

del{
    opacity:1 !important;
}

del .woocommerce-Price-amount.amount{
    font-size:18px;
    color:#94A3B8 !important;
    text-decoration:line-through;
    font-weight:500;
}

/* Product Card Price */

.product-card .price,
.variant-price,
.hero-price{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    flex-wrap:wrap;
    margin:15px 0;
}

/* Discount Badge */

.product-card .price::after,
.variant-price::after{
    content:"SALE";
    background:#EF4444;
    color:#fff;
    font-size:10px;
    font-weight:700;
    padding:5px 10px;
    border-radius:30px;
}

/* Single Product Page */

.single-product .price{
    display:flex;
    align-items:center;
    gap:12px;
    margin:20px 0;
}

.single-product .price ins{
    background:#ECFDF5;
    border:1px solid #BBF7D0;
    padding:8px 18px;
    border-radius:50px;
}

/* Hover */

.product-card:hover .woocommerce-Price-amount.amount{
    color:#15803D;
    transition:.3s;
}
.card-price del{
    text-decoration:none;
    opacity:1;
}

.card-price del .woocommerce-Price-amount{
    font-size:18px;
    color:#94A3B8;
    text-decoration:line-through;
    font-weight:500;
}

/* Sale Price */

.card-price ins{
    text-decoration:none;
    background:#ECFDF5;
    border:1px solid #BBF7D0;
    padding:6px 14px;
    border-radius:50px;
}

.card-price ins .woocommerce-Price-amount{
    font-size:28px;
    font-weight:800;
    color:#16A34A;
}

/* Save Badge */

.card-price{
    position:relative;
}

.card-price::after{
    content:"50% OFF";
    position:absolute;
    top:-10px;
    right:20px;

    background:#EF4444;
    color:#fff;

    font-size:10px;
    font-weight:700;

    padding:4px 8px;
    border-radius:30px;
}

.view-btn{
    display:inline-block;
    padding:12px 24px;
    background:#22C55E;
    color:#fff;
    border-radius:12px;
    font-weight:700;
}


/* MOBILE */

@media(max-width:991px){

    .hero-right h1{
        font-size:36px;
    }

    .hero-main-image{
        min-height:auto;
    }

}
/*end slider header section */

/*.hero-section{
padding:120px 20px;
text-align:center;
background:
linear-gradient(
135deg,
#ECFDF5,
#FFFFFF
);
}

.hero-badge{
display:inline-block;
padding:10px 20px;
background:#DCFCE7;
border-radius:999px;
color:#15803D;
font-weight:600;
margin-bottom:20px;
}

.hero-section h1{
font-size:64px;
font-weight:800;
max-width:800px;
margin:auto;
line-height:1.1;
}

.hero-section p{
max-width:650px;
margin:25px auto;
font-size:18px;
line-height:1.8;
color:#64748B;
}
*/
.hero-buttons{
display:flex;
justify-content:center;
gap:20px;
margin-top:30px;
}

.btn-primary{
padding:10px 32px;
background:#22C55E;
color:#fff;
border-radius:14px;
text-decoration:none;
font-weight:700;
}

.btn-outline{
padding:10px 32px;
border:1px solid #CBD5E1;
color:#111827;
border-radius:14px;
text-decoration:none;
font-weight:700;
}

.site-footer{
padding:40px 0;
text-align:center;
background:#fff;
margin-top:80px;
}

.featured-products{
    padding:100px 0;
    background:#fff;
}

.section-header{
    text-align:center;
    margin-bottom:60px;
}

.section-badge{
    display:inline-block;
    padding:10px 18px;
    background:#DCFCE7;
    color:#15803D;
    border-radius:999px;
    font-weight:600;
}

.section-header h2{
    font-size:48px;
    margin-top:20px;
    font-weight:800;
}

.section-header p{
    color:#64748B;
    margin-top:15px;
}

.products-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.product-card{
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    transition:.3s;
    box-shadow:
    0 10px 30px rgba(0,0,0,.06);
}

.product-card:hover{
    transform:translateY(-8px);
}

.product-card a{
    text-decoration:none;
}

.product-image{
    height:280px;
    overflow:hidden;
}

.product-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.product-content{
    padding:25px;
}

.product-content h3{
    color:#111827;
    font-size:20px;
    font-weight:700;
}

.price{
    margin-top:12px;
    color:#16A34A;
    font-size:22px;
    font-weight:700;
}

.shop-btn{
    display:inline-block;
    margin-top:20px;
    background:#22C55E;
    color:#fff;
    padding:12px 22px;
    border-radius:12px;
    font-weight:600;
}
.section-badge{
    background:#DCFCE7;
    color:#15803D;
    padding:10px 18px;
    border-radius:50px;
    display:inline-block;
    font-weight:600;
}

.section-title{
    font-size:48px;
    font-weight:800;
    margin-top:15px;
    color:#111827;
}

.section-desc{
    color:#64748B;
    max-width:650px;
    margin:auto;
}

.category-card{
    background:#fff;
    padding:40px;
    border-radius:24px;
    text-align:center;
    transition:.3s;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.category-card:hover{
    transform:translateY(-8px);
}

.category-card i{
    font-size:42px;
    color:#22C55E;
    margin-bottom:20px;
}

.category-card h4{
    font-size:22px;
    font-weight:700;
}

.category-card p{
    color:#64748B;
}

.why-choose{
    background:#F8FAFC;
}

.why-text{
    color:#64748B;
    margin:25px 0;
    line-height:1.8;
}

.why-item{
    margin-bottom:18px;
    font-size:18px;
    font-weight:600;
}

.why-item i{
    color:#22C55E;
    margin-right:10px;
}

/*: Benefits Section banao section*/
.benefits-premium{
    padding:120px 0;
    background:linear-gradient(
        135deg,
        #f8fff9,
        #ffffff
    );
}

.benefits-wrapper{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
    align-items:center;
}

.benefit-tag{
    display:inline-block;
    padding:10px 20px;
    background:#dcfce7;
    color:#15803d;
    border-radius:50px;
    font-weight:700;
    margin-bottom:20px;
}

.benefits-left h2{
    font-size:58px;
    font-weight:900;
    line-height:1.1;
    color:#0f172a;
    margin-bottom:20px;
}

.benefits-left h2 span{
    display:block;
    color:#16a34a;
}

.benefits-left p{
    font-size:18px;
    line-height:1.9;
    color:#64748b;
    margin-bottom:30px;
}

.benefit-btn{
    display:inline-block;
    background:#16a34a;
    color:#fff;
    padding:16px 35px;
    border-radius:14px;
    text-decoration:none;
    font-weight:700;
}

.benefits-right{
    display:grid;
    gap:20px;
}

.feature-box{
    display:flex;
    align-items:center;
    gap:20px;

    background:rgba(255,255,255,.8);
    backdrop-filter:blur(12px);

    padding:25px;
    border-radius:20px;

    border:1px solid #e5e7eb;

    transition:.3s;
}

.feature-box:hover{
    transform:translateX(10px);
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.feature-box i{
    width:70px;
    height:70px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;
    background:#ecfdf5;

    color:#16a34a;
    font-size:28px;
}

.feature-box h4{
    font-size:22px;
    font-weight:800;
    margin-bottom:5px;
}

.feature-box p{
    margin:0;
    color:#64748b;
}

@media(max-width:991px){

    .benefits-wrapper{
        grid-template-columns:1fr;
        gap:40px;
    }

    .benefits-left h2{
        font-size:40px;
    }

}

/*end section */


/*Testimonials Section*/
/* =================================
PREMIUM TESTIMONIALS 2026
================================= */

.premium-testimonials{
    padding:140px 0;
    background:
    radial-gradient(circle at top right,#DCFCE7 0%,transparent 30%),
    radial-gradient(circle at bottom left,#BBF7D0 0%,transparent 25%),
    linear-gradient(180deg,#FAFAFA,#FFFFFF);
    overflow:hidden;
    position:relative;
}

/* Heading */

.testimonial-heading{
    text-align:center;
    max-width:850px;
    margin:0 auto 80px;
}

.testimonial-heading h2{
    font-size:72px;
    font-weight:900;
    line-height:1;
    letter-spacing:-2px;
    color:#0F172A;
    margin:20px 0;
}

.testimonial-heading h2 span{
    display:block;
    color:#16A34A;
}

.testimonial-heading p{
    font-size:20px;
    color:#64748B;
    line-height:1.8;
}

/* Grid */

.testimonial-grid{
    display:grid;
    grid-template-columns:1.5fr 1fr 1fr;
    gap:30px;
    margin-bottom:80px;
}

/* Main Card */

.testimonial-large{

    background:
    linear-gradient(
        135deg,
        #16A34A,
        #22C55E
    );

    color:#fff;

    border-radius:40px;

    padding:60px;

    position:relative;

    overflow:hidden;

    box-shadow:
    0 30px 70px rgba(34,197,94,.30);
}

.testimonial-large::before{
    content:'';
    position:absolute;
    width:300px;
    height:300px;
    background:rgba(255,255,255,.08);
    border-radius:50%;
    top:-120px;
    right:-120px;
}

.quote-icon{
    font-size:120px;
    opacity:.12;
    position:absolute;
    right:25px;
    top:10px;
}

.testimonial-large h3{
    font-size:60px;
    font-weight:900;
    margin-bottom:15px;
}

.testimonial-large p{
    font-size:20px;
    line-height:1.9;
    max-width:450px;
}

.rating-stars{
    margin-top:25px;
    font-size:28px;
}

/* Glass Cards */

.testimonial-small{

    background:
    rgba(255,255,255,.75);

    backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.5);

    border-radius:30px;

    padding:35px;

    box-shadow:
    0 20px 50px rgba(0,0,0,.06);

    transition:.35s;
}

.testimonial-small:nth-child(2){
    transform:translateY(35px);
}

.testimonial-small:nth-child(3){
    transform:translateY(70px);
}

.testimonial-small:hover{
    transform:translateY(-10px);
}

.stars{
    color:#FBBF24;
    font-size:20px;
    margin-bottom:20px;
}

.testimonial-small p{
    color:#475569;
    line-height:2;
}

.testimonial-user{
    display:flex;
    align-items:center;
    gap:15px;
    margin-top:25px;
}

.testimonial-user img{
    width:70px;
    height:70px;
    border-radius:50%;
    object-fit:cover;
    border:4px solid #DCFCE7;
}

.testimonial-user h5{
    margin:0;
    font-size:18px;
    font-weight:800;
}

.testimonial-user span{
    color:#64748B;
}

/* Premium Stats Bar */
/* =========================
PREMIUM STATS
========================= */

.stats-section{

    padding:100px 0;

    background:#f8fafc;
}

.premium-stats{

    display:grid;

    grid-template-columns:
    repeat(4,1fr);

    gap:25px;
}

.stat-box{

    background:#fff;

    padding:40px 25px;

    border-radius:30px;

    text-align:center;

    position:relative;

    overflow:hidden;

    border:1px solid #ecf0f4;

    transition:.35s;

    box-shadow:
    0 15px 40px rgba(0,0,0,.05);
}

.stat-box:hover{

    transform:
    translateY(-10px);

    box-shadow:
    0 25px 60px rgba(22,163,74,.12);

    border-color:#BBF7D0;
}

.stat-icon{

    width:75px;
    height:75px;

    margin:auto;

    margin-bottom:20px;

    border-radius:50%;

    background:#ECFDF5;

    display:flex;

    align-items:center;

    justify-content:center;
}

.stat-icon i{

    font-size:30px;

    color:#16A34A;
}

.stat-box h3{

    font-size:56px;

    font-weight:900;

    color:#16A34A;

    line-height:1;

    margin-bottom:10px;
}

.stat-box span{

    display:block;

    color:#64748B;

    font-size:15px;

    font-weight:600;
}

.stat-box::before{

    content:'';

    position:absolute;

    top:0;
    left:0;

    width:100%;
    height:5px;

    background:
    linear-gradient(
        90deg,
        #16A34A,
        #4ADE80
    );
}

/* Mobile */

@media(max-width:991px){

    .premium-stats{

        grid-template-columns:
        repeat(2,1fr);
    }

}

@media(max-width:576px){

    .premium-stats{

        grid-template-columns:1fr;
    }

}
/* Mobile */

@media(max-width:991px){

    .testimonial-grid{
        grid-template-columns:1fr;
    }

    .testimonial-small:nth-child(2),
    .testimonial-small:nth-child(3){
        transform:none;
    }

    .testimonial-heading h2{
        font-size:46px;
    }

    .testimonial-large h3{
        font-size:42px;
    }

    .premium-stats{
        flex-direction:column;
        gap:25px;
    }

    .stat-divider{
        width:100%;
        height:1px;
    }

}

@media(max-width:576px){

    .testimonial-large{
        padding:35px;
    }

    .stat-box h3{
        font-size:40px;
    }

}

/*end section */


/*latest blog section */
.latest-blog-section{
    padding:100px 0;
    background:#ffffff;
}

.blog-card{
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    transition:.3s ease;
    height:100%;
    border:1px solid #eef2f7;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.blog-card:hover{
    transform:translateY(-8px);
}

.blog-image{
    height:250px;
    overflow:hidden;
}

.blog-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.4s;
}

.blog-card:hover .blog-image img{
    transform:scale(1.08);
}

.blog-content{
    padding:30px;
}

.blog-category{
    display:inline-block;
    background:#DCFCE7;
    color:#15803D;
    padding:8px 15px;
    border-radius:50px;
    font-size:13px;
    font-weight:600;
}

.blog-content h4{
    margin-top:18px;
    font-size:24px;
    font-weight:700;
    color:#111827;
    line-height:1.4;
}

.blog-content p{
    margin-top:15px;
    color:#64748B;
    line-height:1.8;
}

.blog-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    margin-top:20px;
    text-decoration:none;
    color:#16A34A;
    font-weight:700;
}

.blog-btn:hover{
    color:#15803D;
}

/*end section */


/*newslatter section  start*/
.newsletter-section{
    padding:100px 0;
}

.newsletter-wrapper{
    background:linear-gradient(
        135deg,
        #16A34A,
        #22C55E
    );
    padding:70px;
    border-radius:32px;
    overflow:hidden;
    position:relative;
}

.newsletter-badge{
    display:inline-block;
    background:rgba(255,255,255,.15);
    color:#fff;
    padding:10px 18px;
    border-radius:50px;
    margin-bottom:20px;
    font-weight:600;
}

.newsletter-wrapper h2{
    color:#fff;
    font-size:48px;
    font-weight:800;
    margin-bottom:20px;
}

.newsletter-wrapper p{
    color:rgba(255,255,255,.85);
    font-size:18px;
    line-height:1.8;
}

.newsletter-form .input-group{
    background:#fff;
    padding:8px;
    border-radius:18px;
}

.newsletter-form input{
    border:none !important;
    box-shadow:none !important;
    height:60px;
}

.newsletter-form button{
    border:none;
    background:#111827;
    color:#fff;
    padding:0 30px;
    border-radius:14px;
    font-weight:700;
}

.newsletter-form button:hover{
    background:#000;
}

@media(max-width:768px){

    .newsletter-wrapper{
        padding:40px 25px;
    }

    .newsletter-wrapper h2{
        font-size:32px;
    }

    .newsletter-form{
        margin-top:25px;
    }

}

/*end section */

.newsletter-section{
    padding:100px 0;
}

.newsletter-wrapper{
    background:linear-gradient(
        135deg,
        #16A34A,
        #22C55E
    );
    padding:70px;
    border-radius:32px;
    overflow:hidden;
    position:relative;
}

.newsletter-badge{
    display:inline-block;
    background:rgba(255,255,255,.15);
    color:#fff;
    padding:10px 18px;
    border-radius:50px;
    margin-bottom:20px;
    font-weight:600;
}

.newsletter-wrapper h2{
    color:#fff;
    font-size:48px;
    font-weight:800;
    margin-bottom:20px;
}

.newsletter-wrapper p{
    color:rgba(255,255,255,.85);
    font-size:18px;
    line-height:1.8;
}

.newsletter-form .input-group{
    background:#fff;
    padding:8px;
    border-radius:18px;
}

.newsletter-form input{
    border:none !important;
    box-shadow:none !important;
    height:60px;
}

.newsletter-form button{
    border:none;
    background:#111827;
    color:#fff;
    padding:0 30px;
    border-radius:14px;
    font-weight:700;
}

.newsletter-form button:hover{
    background:#000;
}

@media(max-width:768px){

    .newsletter-wrapper{
        padding:40px 25px;
    }

    .newsletter-wrapper h2{
        font-size:32px;
    }

    .newsletter-form{
        margin-top:25px;
    }

}


/*customer reviews start */
.customer-reviews-section{
    padding:120px 0;
    background:linear-gradient(
        180deg,
        #f8fffa 0%,
        #ffffff 100%
    );
    position:relative;
}

.review-summary{
    background:linear-gradient(
        135deg,
        #16A34A,
        #22C55E
    );

    color:#fff;
    padding:50px 35px;
    border-radius:30px;

    position:sticky;
    top:120px;

    overflow:hidden;

    box-shadow:
    0 25px 60px rgba(34,197,94,.25);
}

.review-summary::before{
    content:'';
    position:absolute;
    width:180px;
    height:180px;
    background:rgba(255,255,255,.12);
    border-radius:50%;
    top:-50px;
    right:-50px;
}

.review-summary h2{
    font-size:90px;
    font-weight:900;
    line-height:1;
    margin-bottom:15px;
}

.review-summary .stars{
    font-size:24px;
    color:#FFD700;
    margin-bottom:15px;
}

.review-summary p{
    opacity:.95;
    margin:0;
}

/* Review Card */

.review-card{
    background:rgba(255,255,255,.9);
    backdrop-filter:blur(12px);

    border-radius:24px;
    padding:28px;

    border:1px solid rgba(255,255,255,.5);

    box-shadow:
    0 15px 40px rgba(0,0,0,.06);

    transition:.35s;

    height:100%;
}

.review-card:hover{
    transform:translateY(-10px);
    box-shadow:
    0 25px 50px rgba(0,0,0,.12);
}

/* Top */

.review-top{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:18px;
}

.review-top img,
.review-top .avatar{
    width:65px;
    height:65px;
    border-radius:50%;
    border:3px solid #DCFCE7;
}

.review-top h5{
    margin:0;
    font-size:18px;
    font-weight:800;
    color:#0F172A;
}

.review-top span{
    color:#64748B;
    font-size:14px;
}

/* Stars */

.review-stars{
    color:#FBBF24;
    font-size:20px;
    margin-bottom:15px;
    letter-spacing:2px;
}

/* Text */

.review-card p{
    color:#475569;
    line-height:1.9;
    font-size:15px;
    margin:0;
}

/* Section Header */

.customer-reviews-section .section-title{
    font-size:56px;
    font-weight:900;
    color:#0F172A;
    margin-bottom:15px;
}

.customer-reviews-section .section-desc{
    max-width:700px;
    margin:auto;
    color:#64748B;
    font-size:18px;
}

/* Mobile */

@media(max-width:991px){

    .review-summary{
        position:relative;
        top:auto;
        margin-bottom:30px;
    }

    .customer-reviews-section .section-title{
        font-size:38px;
    }

    .review-summary h2{
        font-size:60px;
    }

}
.quote-icon{
    font-size:28px;
    color:#DCFCE7;
    margin-bottom:15px;
}

/*end section css*/

/* =========================
   INSTAGRAM SECTION
========================= */
/* ===================================
INSTAGRAM PREMIUM 2026
=================================== */

.instagram-premium{

    padding:140px 0;

    background:
    linear-gradient(
        180deg,
        #ffffff,
        #f8fffa
    );

    overflow:hidden;
}

.instagram-header{

    text-align:center;

    max-width:900px;

    margin:0 auto 70px;
}

.instagram-badge{

    display:inline-flex;

    align-items:center;

    gap:10px;

    background:#ecfdf5;

    color:#15803d;

    padding:12px 24px;

    border-radius:50px;

    font-weight:700;

    margin-bottom:25px;
}

.instagram-header h2{

    font-size:72px;

    font-weight:900;

    line-height:1;

    color:#0f172a;

    margin-bottom:20px;

    letter-spacing:-2px;
}

.instagram-header h2 span{

    display:block;

    color:#16A34A;
}

.instagram-header p{

    font-size:20px;

    color:#64748b;

    line-height:1.8;
}

/* GRID */

.instagram-grid{

    display:grid;

    grid-template-columns:
    repeat(4,1fr);

    gap:24px;
}

.insta-item{

    position:relative;

    overflow:hidden;

    border-radius:30px;

    height:320px;

    box-shadow:
    0 20px 60px rgba(0,0,0,.08);

    transition:.5s;
}

.insta-item.large{

    grid-column:span 2;

    height:320px;
}

.insta-item img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.7s;
}

.insta-item:hover{

    transform:
    translateY(-10px);
}

.insta-item:hover img{

    transform:scale(1.1);
}

/* CTA CARD */

.instagram-cta{

    margin-top:70px;
}

.instagram-cta-card{

    background:
    linear-gradient(
        135deg,
        #16A34A,
        #22C55E
    );

    border-radius:35px;

    padding:45px 50px;

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:30px;

    color:#fff;

    overflow:hidden;

    position:relative;
}

.instagram-cta-card::before{

    content:'';

    position:absolute;

    width:300px;

    height:300px;

    background:
    rgba(255,255,255,.08);

    border-radius:50%;

    right:-120px;

    top:-120px;
}

.cta-left h3{

    font-size:38px;

    font-weight:900;

    margin-bottom:12px;
}

.cta-left p{

    margin:0;

    opacity:.95;

    font-size:18px;
}

.instagram-btn{

    min-width:260px;

    height:70px;

    display:flex;

    align-items:center;

    justify-content:center;

    gap:12px;

    background:#fff;

    color:#16A34A;

    text-decoration:none;

    border-radius:70px;

    font-weight:800;

    font-size:18px;

    transition:.4s;
}

.instagram-btn:hover{

    transform:translateY(-5px);

    color:#16A34A;
}

/* MOBILE */

@media(max-width:991px){

    .instagram-header h2{

        font-size:46px;
    }

    .instagram-grid{

        grid-template-columns:
        repeat(2,1fr);
    }

    .insta-item.large{

        grid-column:span 2;
    }

    .instagram-cta-card{

        flex-direction:column;

        text-align:center;
    }

}

@media(max-width:576px){

    .instagram-grid{

        grid-template-columns:1fr;
    }

    .insta-item.large{

        grid-column:auto;
    }

    .instagram-header h2{

        font-size:36px;
    }

    .instagram-btn{

        width:100%;
    }

}

/*section end css */


/*faq css start */
/* ===========================
FAQ SECTION 2026 PREMIUM UI
=========================== */

.faq-section{
    padding:140px 0;
    background:
    radial-gradient(circle at top right,#dcfce7 0%,transparent 25%),
    radial-gradient(circle at bottom left,#bbf7d0 0%,transparent 20%),
    #f8fafc;
    overflow:hidden;
}

/*.faq-section .container{
    max-width:1600px;
}*/

/* Header */

.faq-header{
    max-width:900px;
    margin:0 auto 80px;
}

.faq-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:12px 24px;
    background:#ecfdf5;
    color:#15803d;
    border-radius:50px;
    font-size:15px;
    font-weight:700;
    margin-bottom:25px;
}

.faq-title{
    font-size:72px;
    font-weight:900;
    line-height:1;
    letter-spacing:-2px;
    color:#0f172a;
    margin-bottom:20px;
}

.faq-title span{
    display:block;
    color:#16a34a;
}

.faq-desc{
    max-width:700px;
    margin:auto;
    color:#64748b;
    font-size:20px;
    line-height:1.8;
}

/* Grid */

.faq-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
    align-items:start;
}

/* Accordion */

.faq-accordion{
    display:flex;
    flex-direction:column;
    gap:20px;
}

.faq-accordion .accordion-item{

    border:none !important;

    border-radius:24px !important;

    overflow:hidden;

    background:#fff;

    box-shadow:
    0 15px 40px rgba(0,0,0,.06);

    transition:.35s;
}

.faq-accordion .accordion-item:hover{

    transform:translateY(-5px);

    box-shadow:
    0 25px 60px rgba(0,0,0,.10);
}

/* Button */

.faq-accordion .accordion-button{

    background:#fff;

    padding:26px 28px;

    font-size:18px;

    font-weight:700;

    color:#0f172a;

    box-shadow:none !important;
}

.faq-accordion .accordion-button:focus{
    box-shadow:none;
}

.faq-accordion .accordion-button:not(.collapsed){

    background:
    linear-gradient(
        135deg,
        #16A34A,
        #22C55E
    );

    color:#fff;
}

/* Icon */

.faq-accordion .accordion-button::after{

    width:22px;
    height:22px;

    background-size:22px;

    transition:.35s;
}

.faq-accordion .accordion-button:not(.collapsed)::after{
    filter:brightness(100);
}

/* Body */

.faq-accordion .accordion-body{

    padding:25px 28px;

    color:#64748b;

    font-size:15px;

    line-height:1.9;

    background:#fff;
}

/* Nice border effect */

.faq-accordion .accordion-item::before{

    content:'';

    display:block;

    width:100%;

    height:4px;

    background:
    linear-gradient(
        90deg,
        #16A34A,
        #4ADE80
    );
}

/* Mobile */

@media(max-width:1200px){

    .faq-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .faq-title{
        font-size:56px;
    }

}

@media(max-width:768px){

    .faq-grid{
        grid-template-columns:1fr;
    }

    .faq-title{
        font-size:42px;
    }

    .faq-desc{
        font-size:16px;
    }

    .faq-accordion .accordion-button{
        font-size:16px;
        padding:20px;
    }

    .faq-accordion .accordion-body{
        padding:20px;
    }

}
/* ==========================
FAQ CONTACT BOX
========================== */

.faq-contact-box{

    margin-top:70px;

    background:
    linear-gradient(
        135deg,
        #16A34A,
        #22C55E
    );

    padding:60px 40px;

    border-radius:35px;

    text-align:center;

    color:#fff;

    position:relative;

    overflow:hidden;

    box-shadow:
    0 25px 60px rgba(34,197,94,.25);
}

.faq-contact-box::before{

    content:'';

    position:absolute;

    width:250px;
    height:250px;

    background:
    rgba(255,255,255,.08);

    border-radius:50%;

    top:-120px;
    right:-80px;
}

.faq-contact-box::after{

    content:'';

    position:absolute;

    width:180px;
    height:180px;

    background:
    rgba(255,255,255,.08);

    border-radius:50%;

    bottom:-80px;
    left:-50px;
}

.faq-contact-box h3{

    font-size:42px;

    font-weight:900;

    margin-bottom:15px;

    position:relative;
    z-index:2;
}

.faq-contact-box p{

    font-size:18px;

    opacity:.95;

    margin-bottom:30px;

    position:relative;
    z-index:2;
}

.faq-contact-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    min-width:220px;

    height:65px;

    background:#fff;

    color:#16A34A;

    text-decoration:none;

    font-size:18px;

    font-weight:800;

    border-radius:60px;

    transition:.35s;

    position:relative;
    z-index:2;
}

.faq-contact-btn:hover{

    transform:translateY(-5px);

    color:#16A34A;

    box-shadow:
    0 15px 35px rgba(255,255,255,.25);
}

/* Mobile */

@media(max-width:768px){

    .faq-contact-box{

        padding:45px 25px;
    }

    .faq-contact-box h3{

        font-size:30px;
    }

    .faq-contact-box p{

        font-size:16px;
    }

    .faq-contact-btn{

        width:100%;
    }

}

/*section css end */


/* =========================
   FOOTER START
========================= */


.ah-footer{
    background:linear-gradient(
        180deg,
        #064E3B 0%,
        #033126 100%
    );
    color:#fff;
    padding-top:80px;
    padding-bottom:140px;
    overflow:hidden;
    position:relative;
}

.footer-logo{
    max-width:180px;
    height:auto;
    width:100%;
}

.footer-brand p{
    color:rgba(255,255,255,.80);
    line-height:1.9;
    margin-top:20px;
    font-size:16px;
}

.ah-footer h5{
    font-size:26px;
    font-weight:700;
    margin-bottom:25px;
    color:#fff;
}

.ah-footer ul{
    margin:0;
    padding:0;
    list-style:none;
}

.ah-footer ul li{
    margin-bottom:14px;
}

.ah-footer ul li a{
    color:rgba(255,255,255,.85);
    text-decoration:none;
    transition:.3s ease;
    display:inline-flex;
    align-items:center;
    gap:10px;
}

.ah-footer ul li a:hover{
    color:#4ADE80;
    transform:translateX(4px);
}

.social-links i{
    width:20px;
}

.footer-disclaimer{
    margin-top:60px;
    padding:25px 40px;

    background:rgba(255,255,255,.06);
    backdrop-filter:blur(20px);

    border-top:1px solid rgba(255,255,255,.08);
    border-bottom:1px solid rgba(255,255,255,.08);

    text-align:center;
    font-size:14px;
    line-height:1.8;
    color:rgba(255,255,255,.80);
}

.footer-bottom{
    text-align:center;
    padding:25px 20px;
    color:rgba(255,255,255,.85);
    font-size:15px;
    border-top:1px solid rgba(255,255,255,.08);
}

/* =========================
   FLOATING CTA
========================= */

.floating-cta{
    position:fixed;
    left:50%;
    bottom:15px;
    transform:translateX(-50%);

    z-index:99999;

    display:flex;
    align-items:center;
    gap:10px;

    width:calc(100% - 30px);
    max-width:430px;

    padding:8px;

    background:rgba(255,255,255,.98);
    backdrop-filter:blur(25px);

    border-radius:100px;

    box-shadow:
    0 10px 40px rgba(0,0,0,.18);
}

.buy-btn,
.call-btn{
    flex:1;

    height:42px;

    display:flex;
    align-items:center;
    justify-content:center;

    gap:10px;

    border-radius:50px;

    font-size:16px;
    font-weight:700;

    text-decoration:none;

    transition:.3s ease;
}

.buy-btn{
    background:linear-gradient(
        135deg,
        #16A34A,
        #22C55E
    );
    color:#fff;
}

.call-btn{
    background:#fff;
    color:#111827;
    border:1px solid #E5E7EB;
}

.buy-btn:hover,
.call-btn:hover{
    transform:translateY(-2px);
}

.buy-btn i,
.call-btn i{
    font-size:16px;
}

/* =========================
   MOBILE
========================= */

@media(max-width:991px){

    .ah-footer{
        text-align:center;
    }

    .footer-brand{
        margin-bottom:20px;
    }

    .ah-footer h5{
        margin-top:20px;
    }

}

@media(max-width:768px){

    .ah-footer{
        padding-top:60px;
        padding-bottom:120px;
    }

    .footer-disclaimer{
        padding:20px;
        font-size:13px;
    }

    .floating-cta{
        width:calc(100% - 16px);
        bottom:8px;
    }

    .buy-btn,
    .call-btn{
        height:52px;
        font-size:14px;
    }

    .footer-logo{
        max-width:150px;
    }

}

/* =========================
   FOOTER END
========================= */


/*conatct us secton start */
.contact-section{
    padding:120px 0;
    background:#F8FAFC;
}

.contact-info{
    height:100%;
}

.contact-item{
    display:flex;
    gap:18px;
    margin-bottom:25px;
}

.contact-icon{
    width:60px;
    height:60px;
    min-width:60px;
    background:#ECFDF5;
    color:#16A34A;
    border-radius:16px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
}

.contact-item h5{
    font-size:18px;
    margin-bottom:5px;
    font-weight:700;
}

.contact-item p{
    margin:0;
    color:#64748B;
    line-height:1.7;
}

.contact-text{
    color:#64748B;
    margin:20px 0 40px;
    line-height:1.8;
}

.contact-form-card{
    background:#fff;
    padding:40px;
    border-radius:30px;
    box-shadow:0 20px 60px rgba(0,0,0,.06);
    border:1px solid #EEF2F7;
}

.form-badge{
    display:inline-block;
    background:#ECFDF5;
    color:#16A34A;
    padding:8px 18px;
    border-radius:50px;
    font-weight:700;
    margin-bottom:15px;
}

.form-top h3{
    margin-bottom:30px;
    font-size:32px;
    font-weight:800;
}

.cf7-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
}

.full-width{
    grid-column:1/-1;
}

.contact-form-card input,
.contact-form-card textarea{
    width:100%;
    border:1px solid #E5E7EB;
    border-radius:14px;
    padding:15px 18px;
    font-size:15px;
}

.contact-form-card textarea{
    height:150px;
    resize:none;
}

.contact-form-card input[type="submit"]{
    background:#16A34A;
    color:#fff;
    border:none;
    border-radius:14px;
    padding:16px 25px;
    font-size:16px;
    font-weight:700;
    width:100%;
}

.contact-form-card input[type="submit"]:hover{
    background:#15803D;
}

@media(max-width:768px){

    .contact-section{
        padding:80px 0;
    }

    .contact-form-card{
        padding:25px;
    }

    .cf7-grid{
        grid-template-columns:1fr;
    }

    .form-top h3{
        font-size:24px;
    }

}

/*end contact us */

/*about page css start */

.about-hero{
    padding:100px 0;
    background:linear-gradient(135deg,#ECFDF5,#F8FAFC);
}

.about-badge{
    display:inline-block;
    background:#DCFCE7;
    color:#15803D;
    padding:10px 18px;
    border-radius:30px;
    font-weight:700;
    margin-bottom:20px;
}

.about-title{
    font-size:60px;
    font-weight:800;
    color:#064E3B;
    margin-bottom:20px;
}

.about-desc{
    font-size:18px;
    line-height:1.9;
    color:#475569;
}

.about-btns{
    margin-top:30px;
    display:flex;
    gap:15px;
}

.info-card{
    background:#fff;
    padding:35px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    height:100%;
}

.info-card i{
    font-size:40px;
    color:#16A34A;
    margin-bottom:20px;
}

.mission-box{
    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    height:100%;
}

.contact-card{
    background:#064E3B;
    color:#fff;
    padding:50px;
    border-radius:24px;
}

@media(max-width:768px){

    .about-title{
        font-size:38px;
    }

    .about-btns{
        flex-direction:column;
    }

    .contact-card{
        padding:30px;
    }
}




/*blog page single php css start */

/* BLOG */

.blog-hero{
    padding:50px 0 20px 0;
    background:linear-gradient(135deg,#ECFDF5,#F8FAFC);
}

.blog-badge{
    display:inline-block;
    background:#DCFCE7;
    color:#15803D;
    padding:10px 20px;
    border-radius:50px;
    font-weight:700;
}

.blog-title{
    font-size:60px;
    font-weight:800;
    color:#064E3B;
    margin-top:20px;
}

.blog-desc{
    color:#64748B;
    max-width:700px;
    margin:auto;
}

.blog-listing{
    padding:30px 0;
}

.blog-card{
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    height:100%;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    transition:.3s;
}

.blog-card:hover{
    transform:translateY(-8px);
}

.blog-image{
    width:100%;
    height:260px;
    object-fit:cover;
}

.blog-content{
    padding:25px;
}

.blog-date{
    color:#16A34A;
    font-size:14px;
    font-weight:600;
}

.blog-content h3{
    margin:15px 0;
}

.blog-content h3 a{
    color:#111827;
    text-decoration:none;
}

.read-more{
    color:#16A34A;
    font-weight:700;
    text-decoration:none;
}

.single-blog{
    padding:100px 0;
}

.single-card{
    max-width:900px;
    margin:auto;
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 20px 50px rgba(0,0,0,.08);
}

.single-image img{
    width:100%;
    height:500px;
    object-fit:cover;
}

.single-content{
    padding:50px;
}

.single-content h1{
    font-size:48px;
    font-weight:800;
    margin:20px 0;
    color:#064E3B;
}

@media(max-width:768px){

    .blog-title{
        font-size:38px;
    }

    .single-content{
        padding:25px;
    }

    .single-content h1{
        font-size:30px;
    }

}
/*blog page single php css end */

/*about page css end */


/*product price css start*/


/*product price css end */