.ayurveda-banner{
    background:linear-gradient(90deg,#fefcf4,#f8f7ee);
    padding:80px 0;
    overflow:hidden;
    position:relative;
}

.ayurveda-banner::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:url("assets/images/banner/banner-bg.png") center/cover;
    opacity:.08;
}

.banner-content{
    position:relative;
    z-index:2;
}

.banner-content h1{
    font-size:56px;
    font-weight:700;
    line-height:1.2;
    color:#3d3128;
    margin-bottom:25px;
}

.banner-content h1 span{
    color:#1d6b37;
}

.banner-tags{
    display:inline-block;
    background:#2d7b36;
    color:#fff;
    padding:14px 22px;
    border-radius:12px;
    font-size:25px;
    line-height: 1.5;
    font-weight:500;
    margin-bottom:25px;
}

.banner-content p{
    font-size:22px;
    color:#444;
    line-height:1.7;
    margin-bottom:35px;
}

.banner-btns{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.btn-green{
    background:#1d6b37;
    color:#fff;
    font-size: 25px;
    text-decoration:none;
    padding:15px 30px;
    border-radius:40px;
    font-weight:600;
    transition:.3s;
}

.btn-green:hover{
    background:#14552b;
    color:#fff;
}

.btn-outline{
    border:2px solid #1d6b37;
    color:#1d6b37;
    font-size: 25px;
    text-decoration:none;
    padding:15px 30px;
    border-radius:40px;
    font-weight:600;
    transition:.3s;
}

.btn-outline:hover{
    background:#1d6b37;
    color:#fff;
}

.banner-image{
    position:relative;
    text-align:center;
    z-index:2;
}

.main-product{
    max-width:95%;
}

.leaf{
    position:absolute;
    max-width:170px;
}

.leaf1{
    left:-30px;
    bottom:10px;
}

.leaf2{
    right:-20px;
    bottom:0;
}

@media(max-width:991px){

.banner-content{
    text-align:center;
    margin-bottom:50px;
}

.banner-content h1{
    font-size:70px;
}

.banner-content p{
    font-size:30px;
}

.banner-btns{
    justify-content:center;
}

.leaf{
    display:none;
}

}

@media(max-width:576px){

.ayurveda-banner{
    padding:50px 0;
}

.banner-content h1{
    font-size:45px;
}

.banner-tags{
    font-size:13px;
    padding:12px 15px;
}

.banner-content p{
    font-size:16px;
}

.btn-green,
.btn-outline{
    width:100%;
    text-align:center;
}

}



/* ====================== about seetion ======================= */
.pa-about-img {
    text-align: center;
}

.ceo-img {
    width: 100px;
    /* adjust size if needed */
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid #1f5c21;
    /* optional: brand color border */
}

@media (max-width: 767px) {
    .pa-about-img {
        text-align: center;
        margin-left: 100px;
    }

    .pa-about-img img {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}

/* Desktop View Only */
@media only screen and (min-width: 992px) {
    .pa-about-img {
        margin-top: 170px;
        /* change value as needed */
    }
}

/* ================= product card ===================== */
/* Main section card */
.section-card {
    /* max-width: 1200px; */
    width: 100%;
    /* background: #ffffff; */
    border-radius: 30px;
    /* box-shadow: 0 20px 50px -12px rgba(0, 0, 0, 0.10); */
    overflow: hidden;
    padding: 2.2rem 2.5rem 2.5rem 2.5rem;
}

/* ===== TOP ROW: LEFT IMAGE + RIGHT CONTENT ===== */
.top-row {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 2.5rem;
    align-items: stretch;
}

/* ---- LEFT: IMAGE (placeholder) ---- */
.left-image {
    flex: 1 1 280px;
    min-width: 200px;
    background: #dce5d5;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300" width="300" height="300"><rect width="300" height="300" fill="%23dce5d5"/><text x="40" y="160" font-family="Inter, sans-serif" font-size="20" fill="%233b5e4a" font-weight="600">🌿 HERBAL</text><text x="50" y="195" font-family="Inter, sans-serif" font-size="16" fill="%234d705a">Ayurveda + Nature</text><circle cx="180" cy="100" r="40" fill="%23b7cdb0" opacity="0.6"/><circle cx="210" cy="210" r="30" fill="%23aac0a1" opacity="0.5"/></svg>');
    background-size: cover;
    background-position: center;
    color: #1e3827;
    font-weight: 500;
    min-height: 220px;
    background-color: #d1ddca;
}

.left-image img {
    max-width: 100%;
    border-radius: 20px;
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* fallback: if you want a real image, use this */
.left-image .img-placeholder {
    font-size: 1.2rem;
    text-align: center;
    padding: 0.5rem;
    color: #2d4d3a;
}

.left-image .img-placeholder span {
    display: block;
    font-size: 3.2rem;
    margin-bottom: 0.4rem;
}

/* ---- RIGHT: CONTENT ---- */
.right-content {
    flex: 2 1 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.welcome-tag {
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #3d6b50;
    text-transform: uppercase;
    margin-bottom: 0.2rem;
}

.main-headline {
    font-size: 2.6rem;
    font-weight: 700;
    color: #1a3024;
    line-height: 1.1;
    margin-bottom: 0.2rem;
}

.main-headline .highlight {
    color: #2b6b47;
    font-weight: 600;
}

.sub-headline {
    font-size: 1.6rem;
    font-weight: 300;
    color: #3e624e;
    margin-bottom: 1rem;
    letter-spacing: 0.02em;
}

.desc-text {
    font-size: 0.98rem;
    line-height: 1.6;
    color: #2d4536;
    max-width: 95%;
    margin-bottom: 0.6rem;
}

.desc-text strong {
    font-weight: 600;
    color: #1d3d2a;
}

.trust-line {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #334d3d;
    margin-bottom: 1rem;
}

/* ===== BOTTOM: ICON ROW + BELOW CONTENT ===== */


/* responsive */
@media (max-width: 820px) {
    .section-card {
        padding: 1.8rem;
    }

    .top-row {
        flex-direction: column;
    }

    .left-image {
        min-height: 180px;
        flex: 1 1 auto;
        width: 100%;
    }

    .right-content {
        flex: 1 1 auto;
    }

    .main-headline {
        font-size: 2.2rem;
    }

    .sub-headline {
        font-size: 1.3rem;
    }

    .icon-row {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.8rem;
    }

    .bottom-meta {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 480px) {
    .main-headline {
        font-size: 1.8rem;
    }

    .sub-headline {
        font-size: 1.1rem;
    }

    .icon-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .desc-text,
    .trust-line {
        max-width: 100%;
    }
}


/* ==================== bottom about =================== */
.why-choose-us {
    background: #faf8f3;
    padding: 70px 0;
}

.feature-box {
    text-align: center;
}

.feature-icon {
    width: 90px;
    height: 90px;
    border: 1px solid #d8d8d8;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: .3s;
}

.feature-icon img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.feature-box h5 {
    font-size: 20px;
    font-weight: 700;
    color: #125c28;
    line-height: 1.35;
    margin-bottom: 10px;
}

.feature-box p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

.feature-box:hover .feature-icon {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
}

@media(max-width:991px) {

    .feature-icon {
        width: 80px;
        height: 80px;
    }

    .feature-icon img {
        width: 38px;
        height: 38px;
    }

    .feature-box h5 {
        font-size: 18px;
    }

    .feature-box p {
        font-size: 14px;
    }

}

@media(max-width:576px) {

    .feature-icon {
        width: 70px;
        height: 70px;
    }

    .feature-icon img {
        width: 34px;
        height: 34px;
    }

    .feature-box h5 {
        font-size: 16px;
    }

    .feature-box p {
        font-size: 13px;
    }

}


/* ======================= product portfolio ========================= */

.product-portfolio {
    background: url(assets/images/eee.jpg) center center / cover no-repeat;
    position: relative;
}

.portfolio-subtitle {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #125c28;
    text-transform: uppercase;
}

.portfolio-subtitle i {
    color: #125c28;
    margin-right: 6px;
}

.portfolio-title {
    font-size: 42px;
    font-weight: 700;
    color: #125c28;
    margin-top: 12px;
    margin-bottom: 15px;
}

.title-line {
    width: 70px;
    height: 3px;
    background: #125c28;
    display: inline-block;
    border-radius: 10px;
}

.portfolio-card {
    background: #fff;
    border: 1px solid #e8e5dd;
    border-radius: 12px;
    padding: 20px 15px;
    text-align: center;
    transition: .4s;
    height: 100%;
}

.portfolio-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
}

.portfolio-card h5 {
    color: #125c28;
    font-size: 17px;
    font-weight: 700;
    /* min-height: 55px; */
}

.portfolio-card img {
    max-height: 150px;
    object-fit: contain;
    margin: 15px auto;
}

.portfolio-btn {
    display: inline-block;
    background: #125c28;
    color: #fff;
    padding: 8px 24px;
    border-radius: 30px;
    font-size: 14px;
    text-decoration: none;
    transition: .3s;
}

.portfolio-btn:hover {
    background: #194d22;
    color: #fff;
}

@media(max-width:991px) {
    .portfolio-title {
        font-size: 32px;
    }
}

@media(max-width:767px) {
    .portfolio-title {
        font-size: 26px;
    }

    .portfolio-card {
        padding: 15px;
    }

    .portfolio-card h5 {
        font-size: 17px;
        min-height: 45px;
    }

    .portfolio-card img {
        max-height: 110px;
    }

    .portfolio-btn {
        padding: 7px 18px;
        font-size: 13px;
    }
}

/* ================================= health section image ============================= */

.health-section {
    background:
        url("assets/images/bbb.jpg") center center/cover no-repeat;
}

.health-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
    transition: .4s;
    height: 100%;
}

.health-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 35px rgba(0, 0, 0, .15);
}

.health-img {
    height: 230px;
    overflow: hidden;
}

.health-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

.health-card:hover img {
    transform: scale(1.08);
}

.health-icon {
    width: 70px;
    height: 70px;
    background: #1f6b2f;
    border-radius: 50%;
    margin: -35px auto 20px;
    border: 5px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.health-icon i {
    color: #fff;
    font-size: 28px;
}

.health-content {
    padding: 0 10px 25px;
}

.health-content h4 {
    color: #21542c;
    font-size: 18px;
    font-weight: 700;
    font-family: Georgia, serif;
    margin-bottom: 12px;
    line-height: 1.2;
}

.health-content p {
    color: #555;
    font-size: 16px;
    line-height: 28px;
    margin: 0;
}

/* Responsive */

@media(max-width:991px) {

    .health-img {
        height: 200px;
    }

    .health-content h4 {
        font-size: 24px;
    }

}

@media(max-width:767px) {

    .health-img {
        height: 170px;
    }

    .health-icon {
        width: 60px;
        height: 60px;
        margin-top: -30px;
    }

    .health-icon i {
        font-size: 22px;
    }

    .health-content {
        padding: 0 15px 20px;
    }

    .health-content h4 {
        font-size: 20px;
    }

    .health-content p {
        font-size: 14px;
        line-height: 22px;
    }

}


/* ======================== why choose =========================== */

/* * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }

            body {
                font-family: 'Poppins', sans-serif;
                background: #f5f5f5;
            } */

img {
    max-width: 100%;
    display: block;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

/* .container {
    width: 100%;
    max-width: 1350px;
    margin: auto;
    padding: 0 20px;
} */


/*=========================
    SECTION
=========================*/

.why-arogya {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    background:
        linear-gradient(rgba(4, 49, 25, .78), rgba(4, 49, 25, .88)),
        url("assets/images/aaa.jpg") center center/cover no-repeat;
}


/*=========================
   LEAF IMAGES
=========================*/

.leaf {
    position: absolute;
    z-index: 1;
    opacity: .95;
    pointer-events: none;
}

.leaf-left {
    top: 0;
    left: 0;
    width: 170px;
}

.leaf-right {
    top: 0;
    right: 0;
    width: 170px;
}

.leaf-bottom-left {
    bottom: 0;
    left: 0;
    width: 200px;
    opacity: .22;
}

.leaf-bottom-right {
    bottom: 0;
    right: 0;
    width: 200px;
    opacity: .22;
}


/*=========================
   TITLE
=========================*/

.section-title {
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: 55px;
}

.section-title h2 {
    font-family: 'Cormorant Garamond', serif;
    color: #f2d08b;
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 8px;
}

.section-title p {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}

.section-title span {
    display: inline-block;
    width: 140px;
    height: 2px;
    background: #c99b3b;
    margin-top: 22px;
    position: relative;
}

.section-title span:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: #d5a23f;
    border-radius: 50%;
    left: 50%;
    top: -7px;
    transform: translateX(-50%);
}


/*=========================
   MAIN WRAPPER
=========================*/

.why-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 70px;
    position: relative;
    z-index: 2;
}


/*=========================
    FEATURE LIST
=========================*/

.feature-list {
    width: 340px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 32px;
}

.feature-item:last-child {
    margin-bottom: 0;
}

.feature-item h4 {
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.5;
}


/*=========================
      ICON
=========================*/

.icon {
    width: 62px;
    height: 62px;
    min-width: 62px;
    border-radius: 50%;
    border: 2px solid #d4ad55;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d8b45b;
    font-size: 24px;
    transition: .3s;
}

.feature-item:hover .icon {
    background: #d4ad55;
    color: #0d4625;
    transform: rotate(10deg);
}


/*=========================
   CENTER BADGE
=========================*/

.center-badge {
    position: relative;
}

.badge {

    width: 420px;
    height: 520px;

    border-radius: 50%;

    background: linear-gradient(#fffef9, #f8f1df);

    border: 8px solid #d7a63c;

    box-shadow:
        0 0 0 8px rgba(255, 226, 145, .28),
        0 0 30px rgba(255, 208, 90, .55),
        inset 0 0 35px rgba(255, 230, 170, .45);

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    position: relative;

}

.badge:before {

    content: "";

    position: absolute;

    inset: 18px;

    border-radius: 50%;

    border: 2px solid rgba(218, 180, 92, .6);

}

.badge img {

    width: 120px;

    margin-bottom: 28px;

}

.badge ul {

    width: 75%;

}

.badge li {

    display: flex;

    align-items: center;

    gap: 12px;

    margin-bottom: 18px;

    color: #233126;

    font-size: 21px;

    font-weight: 500;

}

.badge li:last-child {

    margin-bottom: 0;

}

.badge li i {

    color: #0b8b4b;

    font-size: 22px;

}


/*=========================
   GLOW
=========================*/

.center-badge:before {

    content: "";

    position: absolute;

    width: 470px;

    height: 570px;

    border-radius: 50%;

    left: 50%;

    top: 50%;

    transform: translate(-50%, -50%);

    background: radial-gradient(rgba(255, 221, 120, .28), transparent 70%);

    z-index: -1;

}


/*=========================
    RESPONSIVE
=========================*/

@media(max-width:1200px) {

    .why-wrapper {

        gap: 30px;

    }

    .feature-list {

        width: 300px;

    }

    .badge {

        width: 450px;

        height: 530px;

    }

    .badge li {

        font-size: 18px;

    }

}


@media(max-width:991px) {

    .why-wrapper {

        flex-direction: column;

    }

    .feature-list {

        width: 100%;

        max-width: 650px;

    }

    .feature-item {

        justify-content: flex-start;

    }

    .section-title h2 {

        font-size: 46px;

    }

    .section-title p {

        font-size: 21px;

    }

}


@media(max-width:767px) {

    .why-arogya {

        padding: 60px 0;

    }

    .section-title {

        margin-bottom: 40px;

    }

    .section-title h2 {

        font-size: 36px;

    }

    .section-title p {

        font-size: 18px;

    }

    .badge {

        width: 300px;

        height: 390px;

    }

    .badge img {

        width: 90px;

    }

    .badge li {

        font-size: 15px;

        margin-bottom: 14px;

    }

    .feature-item {

        gap: 15px;

        margin-bottom: 22px;

    }

    .feature-item h4 {

        font-size: 17px;

    }

    .icon {

        width: 52px;

        height: 52px;

        min-width: 52px;

        font-size: 18px;

    }

    .leaf-left,
    .leaf-right {

        width: 120px;

    }

    .leaf-bottom-left,
    .leaf-bottom-right {

        width: 130px;

    }

}

@media(max-width:480px) {

    .container {
        padding: 0 15px;
    }

    .badge {
        width: 350px;
        height: 450px;
    }

    .badge li {

        font-size: 14px;

    }

    .section-title h2 {

        font-size: 30px;

    }

    .section-title p {

        font-size: 16px;

    }

    .feature-item h4 {

        font-size: 15px;

    }

    .icon {

        width: 46px;

        height: 46px;

        min-width: 46px;

        font-size: 16px;

    }

}

/* ========================== footer section ======================= */

/* body {
                margin: 0;
                font-family: Arial, sans-serif;
                background: #f7f5ec
            } */

.footer {
    padding: 60px 0;
    background: #fbfaf4
}


.grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1.3fr 1.5fr;
    gap: 40px
}

.grid>div {
    padding-right: 25px;
    border-right: 1px solid #e5e5e5
}

.grid>div:last-child {
    border: none
}

.logo {
    max-width: 180px;
    margin-bottom: 15px
}

h2,
h3 {
    color: #1c5b2d
}

h3:after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #d7a629;
    margin-top: 8px
}

p {
    line-height: 1.8;
    color: #444
}

ul {
    list-style: none;
    padding: 0
}

ul li {
    padding: 10px 0;
    color: #333
}

.features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 25px
}

.features div {
    text-align: center;
    font-size: 13px;
    line-height: 1.1;
}

.features i {
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    border: 2px solid #2c6b37;
    color: #2c6b37;
    font-size: 22px
}

.social {
    margin-top: 20px
}

.social i {
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    background: #1c5b2d;
    color: #fff;
    margin-right: 10px
}

@media(max-width:991px) {
    .grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .features {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:767px) {
    .grid {
        grid-template-columns: 1fr
    }

    .grid>div {
        border: none;
        padding-right: 0
    }

    .features {
        grid-template-columns: repeat(2, 1fr)
    }
}



.feature-icon {
    width: 90px;
    height: 90px;
    border: 1px solid #d8d8d8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    margin: 0 auto 20px;
    transition: .3s;
}

.feature-icon i {
    font-size: 42px;
    color: #125c28;
}

.feature-box:hover .feature-icon {
    background: #125c28;
    border-color: #125c28;
}

.feature-box:hover .feature-icon i {
    color: #fff;
}



/* counter css  */

.counter-section {
    background: #054619;
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

.counter-section::before {
    content: "";
    position: absolute;
    left: -80px;
    top: -80px;
    width: 220px;
    height: 220px;
    background: rgba(255, 255, 255, .05);
    border-radius: 50%;
}

.counter-section::after {
    content: "";
    position: absolute;
    right: -60px;
    bottom: -60px;
    width: 180px;
    height: 180px;
    background: rgba(255, 255, 255, .04);
    border-radius: 50%;
}

.counter-box {
    text-align: center;
    padding: 15px 10px;
    border-right: 1px solid rgba(255, 255, 255, .25);
    position: relative;
    z-index: 2;
}

.counter-box.border-last {
    border-right: none;
}

.counter-icon {
    font-size: 42px;
    color: #f5c554;
    margin-bottom: 12px;
}

.counter-box h2 {
    color: #f5c554;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 8px;
    font-family: Georgia, serif;
}

.counter-box p {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
}

@media(max-width:991px) {

    .counter-box {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        padding: 30px 15px;
    }

    .counter-box.border-last {
        border-bottom: none;
    }

    .counter-box h2 {
        font-size: 38px;
    }

    .counter-icon {
        font-size: 34px;
    }

    .counter-box p {
        font-size: 17px;
    }
}

@media(max-width:576px) {

    .counter-section {
        padding: 25px 0;
    }

    .counter-box {
        padding: 20px 10px;
    }

    .counter-box h2 {
        font-size: 30px;
    }

    .counter-icon {
        font-size: 28px;
    }

    .counter-box p {
        font-size: 15px;
    }
}