/* ================================================================ Header ===================================================== */
.ayur-menu-wrapper {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0px;
    box-shadow: none;
    background-color: var(--ayur-white-color);
    padding: 13px 18px 13px;
    margin: auto;
    max-width: 100%;
    z-index: 9;
    box-shadow: 2px 4px 22px 0px #0000000A;
    border-radius: 0px;
}

.ayur-contact-box p a {
    color: var(--ayur-footertext-color);
    font-family: "Archivo", sans-serif;
}

.ayur-copyright-para p a {
    font-size: 14px;
    font-weight: 400;
    color: #cd8973;
    line-height: 22px;
    padding: 16px 0 14px;
    text-align: center;
}

.ayur-bread-section {
    position: relative;
    background-image: url(../assets/images/bredcrumb-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0 40px;
}

.ayur-footer-section {
    background-color: var(--ayur-footer-bg);
    position: relative;
    padding: 0px 0 0;
    overflow: hidden;
}

.ayur-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
    transition: all 0.3s ease;
}

.ayur-menu-wrapper.scrolled {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

/* ================================================================ Header ===================================================== */

/* ================================================================ Banner ===================================================== */

.ayur-banner-section {
    position: relative;
    width: 100%;
    background-image: url(../assets/images/banner-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 140px 0 100px;
    margin-bottom: 0px;
}

/* ================================================================ Banner ===================================================== */

/* ================================================================ Ctaegory Section ===================================================== */

.ayur-care-slider-wrapper {
    padding: 40px 0px;
}

.ayur-heading-wrap {
    text-align: center;
    margin: 0 0 30px;
}

/* ================================================================ Ctaegory Section ===================================================== */

/* ================================================================ Client Section ===================================================== */

.usp-slider-section {
    background-image: url(../assets/images/achievement-bg.png);
    padding: 40px 0px;
}

.usp-slider-title {
    font-size: 34px;
    font-weight: 600;
    color: #2b2b2b;
}

.usp-card {
    text-align: center;
    padding: 20px 10px;
    transition: 0.3s ease;
}

.usp-icon {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 2px dashed #cf8d78;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    background: #fff;
}

.usp-icon img {
    width: 100%;
    padding: 10px;
}

.usp-card p {
    font-size: 15px;
    font-weight: 500;
    color: #333;
    line-height: 1.4;
}

.usp-card:hover {
    transform: translateY(-6px);
}

/* ================================================================ Client Section ===================================================== */

/* ================================================================ Video Section ===================================================== */

.expert-video-section {
    background: #ffffff;
}

.expert-title {
    font-size: 34px;
    font-weight: 600;
    color: #15352c;
}

.expert-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: #000;
    height: 500px;
}

.expert-card video,
.expert-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Play button */
.play-icon {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 52px;
    color: #fff;
    background: rgba(0, 0, 0, 0.35);
    opacity: 0;
    transition: 0.3s ease;
    cursor: pointer;
}

.expert-card:hover .play-icon {
    opacity: 1;
}

/* Image card text */
.image-card .card-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

/* ================================================================ Video Section ===================================================== */


/* ================================================================ Top Product Section ===================================================== */

.ayur-topproduct-sec {
    padding: 40px 0;
}

/* .ayur-tpro-text h3,
.ayur-tpro-text h3 a {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    color: var(--ayur-banheading-color);
    transition: all .3s linear;
} */

.ayur-tpro-price>p {
    font-size: 18px;
    font-weight: 700;
    color: #cd8973;
}

.ayur-tpro-price>p del {
    color: var(--ayur-text-color);
    font-size: 15px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    margin-right: 10px;
}

/* ================================================================ Top Product Section ===================================================== */

/* ================================================================ Counter Section ===================================================== */

@media (max-width: 767px) {
    .ayur-achieve-box {
        padding: 24px 5px;
        margin-bottom: 20px;
    }
}

@media (max-width: 1199px) {
    .ayur-achieve-box {
        padding: 24px 10px;
        margin-bottom: 10px;
    }
}

.ayur-achievement-sec {
    background-image: url(../assets/images/achievement-bg.png);
    padding: 40px 0px;
    max-width: 1820px;
    margin: 0 auto;
}

/* ================================================================ Counter Section ===================================================== */

/* ================================================================ Testimonial Section ===================================================== */

.ayur-testimonial-sec {
    background-image: url(../assets/images/test-bg.png);
    max-width: 1820px;
    margin: 0 auto;
    padding: 40px 0 40px;
}

/* ================================================================ Testimonial Section ===================================================== */

/* ================================================================ About Section ===================================================== */

.ayur-about-sec {
    padding: 40px 0px;
}

/* ================================================================ About Section ===================================================== */


/* ================================================================ Team Section ===================================================== */

.ayur-team-sec {
    padding: 40px 0px;
}

.ayur-team-hoverimg p {
    color: var(--ayur-white-color);
    padding: 5px 0;
    text-align: center;
}

/* ================================================================ Team Section ===================================================== */

/* ================================================================ Blog Section ===================================================== */

.ayur-blog-sec {
    padding: 40px 0px;
}

.ayur-blog-inline {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 10px;
}


/* ================================================================ Blog Section ===================================================== */

/* ================================================================ Trending Product Section ===================================================== */

.ayur-trenproduct-sec {
    padding: 40px 0px;
}

/* ================================================================ Trending Product Section ===================================================== */


/* ================================================================ Faq Section ===================================================== */

.faq-premium-section {
    background-image: url(../assets/images/achievement-bg.png);
    padding: 40px 0px;
}

/* Accordion */
.faq-accordion .accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
}

.faq-accordion .accordion-button {
    font-size: 16px;
    font-weight: 500;
    padding: 12px 24px;
    color: #1f3d32;
    background: #ffffff;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background: #cd8973;
    color: white;
    box-shadow: none;
}

.faq-accordion .accordion-button:focus {
    box-shadow: none;
}

/* Remove default arrow */
.faq-accordion .accordion-button::after {
    background-image: none;
    content: "+";
    font-size: 18px;
    font-weight: 700;
    transform: none;
}

/* Minus on open */
.faq-accordion .accordion-button:not(.collapsed)::after {
    content: "–";
}

/* Body */
.faq-accordion .accordion-body {
    padding: 12px 24px;
    font-size: 15px;
    color: #555;
    line-height: 1.7;
}

/* Responsive */
@media (max-width: 768px) {
    .faq-title {
        font-size: 28px;
    }

    .faq-accordion .accordion-button {
        font-size: 15px;
    }
}

/* ================================================================ Faq Section ===================================================== */


/* ================================================================ Blog Details ===================================================== */

.ayur_blosing-postdata {
    padding: 10px 0 0px;
}

.ayur-shopsin-sec,
.ayur-blogsin-section {
    padding: 40px 0px;
}

/* ================================================================ Blog Details ===================================================== */

/* ================================================================ Contact ===================================================== */

.ayur-contactpage-wrapper {
    padding: 40px 0 40px;
}

.ayur-contact-details {
    background-image: url(../assets/images/test-bg.png);
}

.ayur-contact-subtitle {
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--ayur-primary-color);
    font-weight: 600;
}

.ayur-contact-title {
    font-size: 36px;
    font-weight: 600;
    color: #1f3d32;
    margin-top: 10px;
}

/* Card */
.contact-info-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px 25px;
    text-align: center;
    height: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    transition: all 0.4s ease;
}

.contact-info-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}

/* Icon */
.icon-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #f6f1ed;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 28px;
    color: var(--ayur-primary-color);
}

.icon-circle svg {
    width: 32px;
    height: 32px;
    stroke: var(--ayur-primary-color);
}

/* Text */
.contact-info-card h5 {
    font-size: 18px;
    font-weight: 600;
    color: #1f3d32;
    margin-bottom: 8px;
}

.contact-info-card p {
    font-size: 15px;
    color: #333;
    margin-bottom: 4px;
}

.contact-info-card span {
    font-size: 13px;
    color: #777;
}

/* Responsive */
@media (max-width: 768px) {
    .ayur-contact-title {
        font-size: 28px;
    }
}

/* ================================================================ Contact ===================================================== */

/* ================================================================ Product Details ===================================================== */

.ayur-shopsin-section {
    padding: 40px 0px;
}

.ayur-product-desc {
    margin: 0 0 0px;
}

.ayur-shopsin-tablist {
    margin: 30px 0 0;
}

.ayur-tpro-price p {
    margin: 0;
    font-size: 16px;
}

.ayur-tpro-price span {
    font-weight: 500;
    color: #666;
    margin-right: 6px;
}

.mrp del {
    color: #999;
}

.sale-price {
    color: #f37021;
    font-size: 20px;
    font-weight: 600;
}

.regular-price {
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

.product-thumbs {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product-thumbs img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border: 1px solid #ddd;
    cursor: pointer;
    border-radius: 6px;
}

.product-thumbs img:hover {
    border-color: #f37021;
}

.product-main-img img {
    width: 100%;
    max-height: 450px;
    object-fit: contain;
    border-radius: 10px;
}

.ayur-product-meta p {
    margin: 0;
    font-size: 14px;
    color: #555;
}

.product-main-img {
    width: 100%;
}

.zoom-box {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    cursor: zoom-in;
    background: #fff;
    border: 1px solid #eee;
}

.zoom-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.2s ease;
    transform-origin: center;
}

.zoom-box.zoom-active img {
    transform: scale(2);
    cursor: zoom-in;
}

.ayur-comments-form {
    padding: 30px 30px;
    background-color: var(--ayur-white-color);
    box-shadow: 3px 4px 29.6px 0px #0000000F;
    border-radius: 10px;
    margin: 15px 0 0px;
}

.ayur-post-div.ayur-shop-post {
    grid-template-columns: 70px 1fr 120px;
    border-bottom: 1px dashed #f5d4c9;
}

.ayur-post-div.ayur-shop-post .review-author img {
    max-width: 70px;
    max-height: 70px;
}

.ayur-pagination-wrappper ul.pagination {
    justify-content: end;
    border: none;
    gap: 10px;
    margin: 20px 0 0;
}

.ayur-pagination-wrappper ul.pagination .page-item a.page-link {
    border: 1px solid var(--ayur-para-color);
    font-size: 12px;
    font-weight: 500;
    color: var(--ayur-banheading-color);
    border-radius: 3px;
    padding: 5px 10px;
}

/* ✅ Product Description / Benefits Content Styling */
.ayur-product-desc {
    font-size: 15px;
    line-height: 1.75;
    color: #444;
}

/* Headings */
.ayur-product-desc h1,
.ayur-product-desc h2,
.ayur-product-desc h3,
.ayur-product-desc h4,
.ayur-product-desc h5,
.ayur-product-desc h6 {
    font-weight: 700;
    color: #222;
    margin: 18px 0 10px;
    line-height: 1.35;
}

.ayur-product-desc h1 {
    font-size: 26px;
}

.ayur-product-desc h2 {
    font-size: 22px;
}

.ayur-product-desc h3 {
    font-size: 19px;
}

.ayur-product-desc h4 {
    font-size: 17px;
}

.ayur-product-desc h5 {
    font-size: 16px;
}

.ayur-product-desc h6 {
    font-size: 15px;
}

/* Paragraph */
.ayur-product-desc p {
    margin: 0 0 12px;
    color: #555;
}

/* ✅ Features & Benefits Lists */
.ayur-product-desc ul,
.ayur-product-desc ol {
    padding-left: 0;
    margin: 12px 0 18px;
}

.ayur-product-desc ul {
    list-style: none;
    /* remove default bullets */
}

.ayur-product-desc ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    color: #555;
    font-weight: 500;
}

/* ✅ Premium Check Icon */
.ayur-product-desc ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    background: #eaf7ee;
    color: #1db954;
}

/* Ordered list */
.ayur-product-desc ol {
    padding-left: 20px;
}

.ayur-product-desc ol li {
    margin-bottom: 10px;
    color: #555;
}

/* ✅ If you use emoji/star headings like ⭐ Features */
.ayur-product-desc strong {
    font-weight: 700;
    color: #222;
}

/* Links inside editor content */
.ayur-product-desc a {
    color: #c78972;
    font-weight: 600;
    text-decoration: none;
}

.ayur-product-desc a:hover {
    text-decoration: underline;
}

.star-rating-wrap {
    display: inline-block;
}

.star-rating {
    display: inline-flex;
    flex-direction: row-reverse;
    gap: 6px;
}

.star-rating input {
    display: none;
}

.star-rating label {
    font-size: 28px;
    cursor: pointer;
    color: #ddd;
    transition: 0.2s;
    line-height: 1;
}

.star-rating label:hover,
.star-rating label:hover~label {
    color: #f7b500;
}

.star-rating input:checked~label {
    color: #f7b500;
}

.rating-text {
    font-size: 13px;
    color: #777;
}

.review-avatar {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: var(--ayur-primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.12);
}

.ayur-shopsin-heaing h3 {
    font-size: 28px;
    font-weight: 700;
    color: var(--ayur-heading-color);
}

/* Hide by default */
.mobile-buy-bar {
    display: none;
}

/* Mobile only */
@media (max-width: 768px) {

    .mobile-buy-bar {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        gap: 10px;
        background: #ffffff;
        border-top: 1px solid #eee;
        padding: 12px;
        z-index: 9999;
        box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.08);
    }

    .mobile-buy-bar button {
        flex: 1;
        border: none;
        border-radius: 30px;
        padding: 12px 10px;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    /* Add to Cart */
    .mobile-addcart-btn {
        background: #d28b6c;
        color: #fff;
    }

    /* Buy Now */
    .mobile-buy-btn {
        background: #f6f1ed;
        color: #cd8973;
    }

    .mobile-buy-bar svg {
        display: block;
    }
}

@media (max-width: 768px) {

    .ayur-shopsin-img {
        flex-direction: column;
        gap: 10px;
    }

    /* 🔥 MAIN IMAGE UPAR */
    .product-main-img {
        order: 1;
        width: 100%;
    }

    /* 🔥 THUMBNAILS NICHE */
    .product-thumbs {
        order: 2;

        display: flex;
        flex-direction: row;
        gap: 8px;

        overflow-x: auto;
        justify-content: center;
    }

    .product-thumbs img {
        width: 70px;
        height: auto;
        flex-shrink: 0;
        border-radius: 6px;
    }

    .product-main-img img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
}

/* ================================================================ Product Details ===================================================== */

/* ================================================================ Why Section ===================================================== */

.ayur-why-sec {
    padding: 40px 0 40px;
}

.ayur-why-box {
    max-width: 100%;
    height: 100%;
    padding: 30px 15px;
    background-color: var(--ayur-white-color);
    border: 1px solid var(--ayur-border-color);
    text-align: center;
    border-radius: 10px;
    transition: all .3s ease-in-out;
}

/* ================================================================ Why Section ===================================================== */

/* ================================================================ About Section ===================================================== */

.ayur-about-sec.ayur-inner-about {
    padding: 40px 0 40px;
    overflow: hidden;
}

.ayur-inner-whychoose {
    padding: 40px 0 40px;
}

/* ================================================================ About Section ===================================================== */

/* ================================================================ Cart Page ===================================================== */

.ayur-cartpage-wrapper {
    padding: 40px 0 40px;
}

.ayur-carttotal-wrapper {
    padding: 30px;
    background-color: var(--ayur-white-color);
    box-shadow: 3px 4px 29.6px 0px #0000000F;
    border-radius: 10px;
    max-width: 600px;
    width: 100%;
    margin: 0px 0px 0 auto;
}

.ayur-cart-table tbody tr td>a img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

/* ================================================================ Cart Page ===================================================== */

/* ================================================================ Checkout Page ===================================================== */

.ayur-checkout-wrapper {
    padding: 40px 0 40px;
    background-color: var(--ayur-white-color);
    box-shadow: 3px 4px 29.6px 0px #0000000F;
}

.ayur-form-input {
    max-width: 100%;
    width: 100%;
}

/* ================================================================ Checkout Page ===================================================== */

/* ================================================================ Success Page ===================================================== */

/* Success Section Theme */
.order-success-wrap {
    background: #f9f7f6 !important;
}

.success-card {
    background: #ffffff;
    border-radius: 22px !important;
    padding-top: 30px;
}

/* Circle Icon on top */
.success-icon-wrap {
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
}

.success-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ffffff;
    border: 3px solid #d9c7be;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.success-icon i {
    font-size: 22px;
    color: #c78972;
    /* theme peach */
}

/* Table */
.success-table td {
    padding: 14px 0 !important;
    font-size: 15px;
}

.success-table tr.border-bottom {
    border-color: #f1e9e6 !important;
}

/* Buttons Theme */
.btn-theme {
    background: #c78972;
    color: #fff;
    border: 1px solid #c78972;
    transition: 0.3s ease;
}

.btn-theme:hover {
    background: #b67760;
    border-color: #b67760;
    color: #fff;
}

.btn-outline-theme {
    border: 1px solid #c78972;
    color: #c78972;
    transition: 0.3s ease;
}

.btn-outline-theme:hover {
    background: #c78972;
    color: #fff;
}

/* ================================================================ Success Page ===================================================== */

/* ================================================================ Product Page ===================================================== */

.pagination .page-link {
    border-radius: 10px !important;
    padding: 8px 14px;
    margin: 0 4px;
    border: 1px solid #e6e6e6;
    color: #c78972;
    font-weight: 600;
}

.pagination .page-item.active .page-link {
    background: #c78972;
    border-color: #c78972;
    color: #fff;
}

.ayur-tpro-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

/* Add to Cart ICON ONLY button */
.ayur-btn-icon {
    width: 45px;
    height: 36px;
    border: none;
    background: #ce8c76;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s ease;
}

.ayur-btn-icon:hover {
    transform: translateY(-2px);
}

.ayur-btn-buynow {
    flex: 1;
    height: 40px;
    background: #f6f1ed;
    color: #cd8973;
    border-radius: 10px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 600;
    transition: 0.3s ease;
}

.ayur-btn-buynow:hover {
    transform: translateY(-2px);
}

.buy-icon {
    display: flex;
    align-items: center;
}

.ayur-tpro-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

/* Eye Button Hidden by default */
.ayur-eye-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: #ce8c76;
    color: #fff;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    text-decoration: none;
    z-index: 2;
}

.ayur-eye-btn i {
    font-size: 18px;
}

/* Hover Overlay Light Effect */
.ayur-tpro-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
    opacity: 0;
    transition: 0.3s ease;
}

/* Hover Show Eye Icon */
.ayur-tpro-box:hover .ayur-eye-btn {
    opacity: 1;
    visibility: visible;
}

.ayur-tpro-box:hover .ayur-tpro-img::after {
    opacity: 0.3;
}

.ayur-tpro-sale {
    position: absolute;
    top: 5px;
    left: 15px;
    right: 4px;
    display: flex;
    align-items: flex-start;
}

.ayur-tpro-sale p {
    font-size: 13px;
    font-weight: 500;
    color: var(--ayur-white-color);
    min-width: 60px;
    max-width: 100%;
    padding: 6px 0;
    background-color: #637f25;
    border-radius: 5px;
    text-align: center;
    line-height: 15px;
}

.ayur-tpro-size {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: #ce8c76;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    z-index: 2;
}

/* ================================================================ Product Page ===================================================== */