.main-product-img img {
    width: 100%;
    border-radius: 12px;
    background: #f7f7f7;
}

.thumb-images img {
    width: 80px;
    margin-right: 10px;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 8px;
}

.thumb-images img:hover {
    border-color: #4CAF50;
}

/* ===== PRODUCT PAGE ===== */

.product-title {
    font-weight: 700;
    margin-bottom: 5px;
}

.rating {
    color: #ff9800;
    margin-bottom: 8px;
}

.price {
    font-size: 26px;
    font-weight: 700;
    color: #2e7d32;
    margin-bottom: 10px;
}

.weight-pill {
    display: inline-block;
    background: #2e7d32;
    color: #fff;
    padding: 4px 14px;
    border-radius: 20px;
    font-size: 13px;
}

/* BUTTON */
.add-cart-btn {
    background: #4CAF50 !important;
    color: #fff !important;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
}

.add-cart-btn:hover {
    background: #388e3c !important;
}

.thumbs {
    display: flex;
    gap: 12px;
    margin-top: 15px;
}

.thumbs img {
    width: 80px;
    cursor: pointer;
    border-radius: 10px;
    border: 2px solid transparent;
}

.thumbs img:hover {
    border-color: #4CAF50;
}

/* INFO BOX */
.info-box {
    background: #eef7f1;
    padding: 14px;
    border-radius: 12px;
    margin-top: 15px;
}

.info-box strong {
    display: block;
    margin-bottom: 4px;
}

/* PRODUCT DETAILS */
.product-details {
    margin-top: 40px;
}

.product-details ul {
    padding-left: 18px;
}

.product-details li {
    margin-bottom: 6px;
}


/* RIGHT PANEL */
.product-summary {
    max-width: 420px;
}

.product-name {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 9px;
}

/* PRICE CARD */
.price-card {
    display: inline-block;
    border: 1px solid #4CAF50;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}

.price-card span {
    display: block;
    text-align: center;
    padding: 4px 12px;
    font-size: 13px;
}

.price-card .weight {
    background: #15803d;
    color: #fff;
    font-weight: 600;
}

.price-card .price {
    font-weight: 700;
    font-size: 16px;
}

.price-card .off {
    background: #dc2626;
    color: #fff;
    font-size: 11px;
}

/* CURRENCY */
.currency {
    margin: 10px 0 15px;
}

.currency strong {
    /* color: #15803d; */
    color: #000;
    font-size: 18px;
}

/* IMAGE */
.main-img img {
    width: 100%;
    border-radius: 14px;
    background: #f7f7f7;
}

.thumbs {
    display: flex;
    gap: 12px;
    margin-top: 15px;
}

.thumbs img {
    width: 80px;
    cursor: pointer;
    border-radius: 10px;
    border: 2px solid transparent;
}

.thumbs img:hover {
    border-color: #4CAF50;
}

/* PRODUCT SUMMARY */
.product-name {
    font-weight: 600;
    margin-bottom: 15px;
}

/* PRICE CARD */
.price-card {
    border: 1px solid #4CAF50;
    border-radius: 10px;
    overflow: hidden;
    display: inline-block;
}

.price-card span {
    display: block;
    text-align: center;
    padding: 4px 14px;
    font-size: 13px;
}

.price-card .weight {
    background: #15803d;
    color: #fff;
}

.price-card .off {
    background: #dc2626;
    color: #fff;
}
/* BREADCRUMB */
.product-breadcrumb {
    font-size: 12px;
    color: #666;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.product-breadcrumb a {
    color: #666;
    text-decoration: none;
}

.product-breadcrumb a:hover {
    text-decoration: underline;
}

.product-breadcrumb span {
    margin: 0 6px;
}

.product-breadcrumb strong {
    color: #000;
    font-weight: 600;
}

.product-summary {
    padding-left: 30px;
}

.product-title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 15px;
}

.price-tag {
    display: inline-block;
    /* border: 2px solid #28a745; */
    border-radius: 8px;
    overflow: hidden;
    /* margin-bottom: 10px; */
}

.tag-weight {
    background: #28a745;
    color: #fff;
    padding: 6px 14px;
    font-size: 14px;
}

.tag-price {
    padding: 6px 14px;
    font-weight: 600;
}

.price-main {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.qty-box {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.qty-controls {
    display: flex;
    border: 1px solid #ccc;
}

.qty-controls button {
    width: 35px;
    border: none;
    background: #f2f2f2;
    font-size: 18px;
}

.qty-controls input {
    width: 40px;
    border: none;
    text-align: center;
}

.btn-group-custom {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

.btn-cart {
    padding: 12px 30px;
    border: 2px solid #28a745;
    color: #28a745;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
}

.btn-buy {
    padding: 12px 30px;
    background: #28a745;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
}


/* ====================================
   PRODUCT HERO RESPONSIVE
==================================== */

/* Desktop default already fine */


/* ===========================
   Tablet (≤ 992px)
=========================== */
@media (max-width: 992px) {

    .product-summary {
        padding-left: 0;
        margin-top: 20px;
        max-width: 100%;
    }

    .product-title {
        font-size: 28px;
    }

    .price-main {
        font-size: 20px;
    }

    .pd-price-card {
        width: 140px;
    }

    .pd-price-weight {
        font-size: 18px;
    }

    .pd-price-amount {
        font-size: 22px;
    }

    .thumbs img {
        width: 70px;
    }

}


/* ===========================
   Mobile (≤ 768px)
=========================== */
@media (max-width: 768px) {

    .row.g-5 {
        gap: 30px !important;
    }

    .product-title {
        font-size: 22px;
        line-height: 1.4;
    }

    .price-main {
        font-size: 18px;
    }

    .main-img img {
        padding: 10px;
    }

    .thumbs {
        justify-content: center;
        flex-wrap: wrap;
    }

    .thumbs img {
        width: 60px;
    }

    .pd-price-card {
        width: 120px;
    }

    .pd-price-weight {
        font-size: 16px;
        padding: 10px 0;
    }

    .pd-price-amount {
        font-size: 20px;
        padding: 10px 0;
    }

    .pd-qty-control {
        width: 100px;
        height: 38px;
    }

    .pd-qty-value {
        font-size: 16px;
    }

    .btn-group-custom {
        flex-direction: column;
    }

    .btn-cart,
    .btn-buy {
        width: 100%;
        text-align: center;
    }

}


/* ===========================
   Small Mobile (≤ 400px)
=========================== */
@media (max-width: 400px) {

    .product-title {
        font-size: 20px;
    }

    .price-main {
        font-size: 16px;
    }

    .pd-price-card {
        width: 100px;
    }

    .pd-price-weight {
        font-size: 14px;
    }

    .pd-price-amount {
        font-size: 18px;
    }

    .pd-qty-control {
        width: 90px;
        height: 35px;
    }

    .pd-qty-btn {
        font-size: 16px;
    }

    .pd-qty-value {
        font-size: 14px;
    }

}

/* ===============================
   PRODUCT DETAILS SECTION
================================= */

.product-details {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 14px;
    margin-top: 30px;
    text-align: justify;
}

.product-details h5 {
    margin-bottom: 18px;
    font-weight: 700;
    font-size: 20px;
}

.product-details p {
    font-size: 15px;
    line-height: 1.7;
    color: #444;
}

.product-details ul {
    padding-left: 18px;
    margin-top: 12px;
}

.product-details li {
    font-size: 14px;
    margin-bottom: 6px;
    line-height: 1.6;
}

/* ===============================
   PRICE CARD
================================= */

.pd-price-card {
    width: 160px;
    max-width: 100%;
    border: 2px solid #1a8f00;
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 10px;
}

.pd-price-weight {
    background: #1a8f00;
    color: #fff;
    text-align: center;
    padding: 14px 0;
    font-size: 22px;
    font-weight: 700;
}

.pd-price-amount {
    background: #fff;
    text-align: center;
    padding: 14px 0;
    font-size: 26px;
    font-weight: 700;
}

.pd-mrp-note {
    font-size: 13px;
    color: #444;
    margin-top: 6px;
}

/* ===============================
   QUANTITY SELECTOR
================================= */

.pd-qty-wrap {
    margin: 25px 0;
}

.pd-qty-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    display: block;
}

.pd-qty-control {
    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 120px;
    height: 42px;

    border: 2px solid #000;
    border-radius: 20px;
    padding: 0 10px;

    transition: 0.3s ease;
}

.pd-qty-control:hover {
    border-color: #1a8f00;
}

.pd-qty-btn {
    font-size: 20px;
    font-weight: 600;
    background: none;
    border: none;
    cursor: pointer;
    line-height: 1;
}

.pd-qty-value {
    width: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    border: none;
    outline: none;
    background: transparent;
}

/* ===============================
   TABLET RESPONSIVE
================================= */

@media (max-width: 992px) {

    .product-details {
        padding: 25px;
    }

    .product-details h5 {
        font-size: 18px;
    }

    .pd-price-card {
        width: 140px;
    }

    .pd-price-weight {
        font-size: 18px;
    }

    .pd-price-amount {
        font-size: 22px;
    }

    .pd-qty-control {
        width: 110px;
    }
}

/* ===============================
   MOBILE RESPONSIVE
================================= */

@media (max-width: 576px) {

    .product-details {
        padding: 20px;
    }

    .product-details h5 {
        font-size: 17px;
    }

    .product-details p,
    .product-details li {
        font-size: 13px;
    }

    .pd-price-card {
        width: 120px;
    }

    .pd-price-weight {
        font-size: 16px;
        padding: 10px 0;
    }

    .pd-price-amount {
        font-size: 20px;
        padding: 10px 0;
    }

    .pd-qty-title {
        font-size: 16px;
    }

    .pd-qty-control {
        width: 100px;
        height: 38px;
    }

    .pd-qty-value {
        font-size: 16px;
    }
}

/* ===============================
   SMALL MOBILE
================================= */

@media (max-width: 380px) {

    .product-details {
        padding: 15px;
    }

    .pd-price-card {
        width: 100%;
        max-width: 140px;
    }

    .pd-qty-control {
        width: 95px;
    }
}

/* ===============================
   INFO STRIP RESPONSIVE FIX
================================= */

.pd-info-strip {
    background: #eaf7e6;
    padding: 40px 25px;
    margin-top: 50px;
    border-radius: 14px;

    display: flex;
    flex-wrap: wrap;
    /* 🔥 IMPORTANT */
    gap: 25px;
}

/* CARD */
.pd-info-card {
    background: #fff;
    flex: 1 1 30%;
    /* 🔥 responsive base */
    min-width: 260px;
    /* prevents squeezing */

    display: flex;
    gap: 15px;
    padding: 20px;
    border-radius: 12px;
    align-items: flex-start;

    transition: 0.3s ease;
}

.pd-info-card:hover {
    transform: translateY(-5px);
}

/* ICON */
.pd-info-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

/* TEXT */
.pd-info-text h6 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
}

.pd-info-text p {
    font-size: 14px;
    color: #555;
    margin: 0;
    line-height: 1.6;
}

/* PAYMENT IMAGE */
.pd-payments img {
    max-width: 100%;
    height: auto;
    margin-top: 8px;
}

/* ===============================
   TABLET (2 Columns)
================================= */

@media (max-width: 992px) {

    .pd-info-card {
        flex: 1 1 45%;
    }
}

/* ===============================
   MOBILE (1 Column)
================================= */

@media (max-width: 576px) {

    .pd-info-strip {
        padding: 25px 15px;
    }

    .pd-info-card {
        flex: 1 1 100%;
        min-width: 100%;
    }

    .pd-info-text h6 {
        font-size: 15px;
    }

    .pd-info-text p {
        font-size: 13px;
    }

    .pd-info-icon img {
        width: 32px;
        height: 32px;
    }
}
/* Payment section  */

/* ===============================
   RELATED PRODUCTS SECTION
================================= */

.related-section {
    padding: 70px 0;
    text-align: center;
}

.related-head h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 5px;
}

.related-head span {
    color: #1a8f00;
    font-style: italic;
}

.related-head p {
    color: #555;
    margin-bottom: 40px;
}

/* GRID */
.related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* CARD */
.related-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
    display: flex;
    flex-direction: column;
}

.related-card:hover {
    transform: translateY(-6px);
}

/* IMAGE */
.related-img {
    overflow: hidden;
}

.related-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.4s ease;
}

/* BODY */
.related-body {
    padding: 16px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.related-name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    text-align: left;
}

.related-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}

.related-price {
    font-size: 20px;
    font-weight: 600;
}

.related-rating {
    font-size: 13px;
    color: #f5b301;
}

/* BUTTON */
.related-btn {
    margin-top: auto;
    text-align: center;
    background: #2f6b2f;
    color: #fff;
    padding: 12px 0;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.related-btn:hover {
    background: #1f4d1f;
}

/* ===============================
   RESPONSIVE
================================= */

@media (max-width: 991px) {
    .related-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .related-grid {
        grid-template-columns: 1fr;
    }
}



/* ================= TESTIMONIAL SECTION ================= */
.testimonial-section {
    /* padding: 80px 0; */
    background: #fff;
    text-align: center;
}

.testimonial-heading h2 {
    font-size: 35px;
    font-weight: 600;
    font-family: var(--font-inter);
}

.testimonial-heading span {
    color: #2f6b2f;
    font-style: italic;
}

.testimonial-heading p {
    font-size: 18px;
    color: #666;
    margin-top: 5px;
}

.testimonial-slider-wrapper {
    overflow: hidden;
    margin-top: 40px;
}

.testimonial-slider-track {
    display: flex;
    transition: transform 0.8s ease;
}

.testimonial-card {
    min-width: 33.3333%;
    background: #ecffe8;
    border-radius: 16px;
    padding: 25px;
    margin: 0 10px;
    position: relative;
    text-align: left;
    /* margin-top: 40px; */
}

.user-img {
    width: 60px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}

.testimonial-card p {
    font-size: 16px;
    color: #000000;
    line-height: 1.6;
}

.testimonial-card h5 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
}

.quote {
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 26px;
    color: #2f6b2f;
}

/* Dots */
.testimonial-dots {
    margin-top: 25px;
}

.testimonial-dots .dot {
    height: 8px;
    width: 8px;
    background: #ddd;
    border-radius: 50%;
    display: inline-block;
    margin: 0 4px;
}

.testimonial-dots .dot.active {
    background: #2f6b2f;
}

/* Mobile */
@media (max-width: 768px) {
    .testimonial-card {
        min-width: 100%;
        margin: 0;
    }
}

/* desktop mode */
@media (min-width: 1200px) {
    .testimonial-card {
        min-width: 31%;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .testimonial-card {
        min-width: 50%;
    }
}

/* tablet mode */
@media (max-width: 991px) and (min-width: 768px) {

    .testimonial-heading h2 {
        font-size: 30px;
    }

    .testimonial-heading p {
        font-size: 16px;
    }

    .testimonial-card {
        min-width: 80%;
        margin: 0 12px;
    }
}

/* mobile mode */
@media (max-width: 767px) {

    .testimonial-section {
        padding: 40px 15px;
    }

    .testimonial-heading h2 {
        font-size: 26px;
    }

    .testimonial-heading p {
        font-size: 12px;
    }

    .testimonial-slider-wrapper {
        margin-top: 25px;
    }

    .testimonial-card {
        min-width: 98%;
        padding: 20px;
        margin: 10px;
        border-radius: 14px;
        gap: 12px;
    }

    .testimonial-card p {
        font-size: 14px;
        font-family: var(--font-inter);
        color: #000000;
        text-align: justify;
    }

    .user-img {
        width: 50px;
        height: 50px;
    }
}

/* small mobile */
@media (max-width: 360px) {

    .testimonial-heading h2 {
        font-size: 22px;
        line-height: 1.2;
    }

    .testimonial-heading span {
        display: block;
        font-size: 14px;
    }

    .testimonial-heading p {
        font-size: 10px;
    }

    .testimonial-card {
        padding: 16px;
    }

    .testimonial-card p {
        font-size: 13px;
        line-height: 1.4;
    }

    .testimonial-card h5 {
        font-size: 13px;
    }

    .quote {
        font-size: 20px;
        bottom: 10px;
        right: 10px;
    }
}

/* TESTIMONIAL SECTION end */


/* ================= PEOPLE ALSO ASK ================= */
.people-ask-section {
    background: linear-gradient(180deg, #f6ffef 0%, #ecffe3 50%, #f6ffef 100%);
    padding: 80px 0;
}

.accordion-button {
    background: #fff !important;
    color: #000 !important;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    background: var(--green-light) !important;
    color: var(--primary) !important;
}

.accordion-button:focus {
    box-shadow: none !important;
    outline: none !important;
}

.accordion-button:hover {
    background-color: #ecffe3 !important;
}
/* ================= PEOPLE ALSO ASK END ================= */


html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.container,
.row {
    max-width: 100%;
}

img {
    max-width: 100%;
    height: auto;
}



