.breadcrumb-section {
    background: linear-gradient(rgb(0 0 0 / 63%), rgb(0 0 0 / 51%)), url(../images/breadcrumb-bg.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

ol.breadcrumb {
    margin-bottom: 0px;
}

.page-title {
    font-size: 24px;
    margin-bottom: 5px;
    color: #fdf8f2;
}

.breadcrumb-item.active {
    color: var(--heading);
}


.breadcrumb-item a {
    color: #fdf8f2;
}

/* product details section */

/* Ensure the main container doesn't leak out */
.main {
    overflow: hidden;
    width: 100%;
}

/* Responsive adjustment for product image */
@media (max-width: 991px) {
    .shilajit-jar-main {
        max-width: 300px;
        margin-bottom: 30px;
    }

    .product-glow {
        width: 200px;
        height: 200px;
    }
}

.text-gold {
    color: var(--heading) !important;
}

.bg-gold-subtle {
    background: rgb(255 255 255);
    border: 1px solid rgb(245 237 227);
}

/* Image Styling */
.shilajit-jar-main {
    max-width: 450px;
    filter: drop-shadow(0 20px 50px rgba(0, 0, 0, 0.8));
    transform: rotate(-5deg);
    /* Slight tilt for style */
    z-index: 5;
}

.product-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.2) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(40px);
}

/* Quantity Selector */
.qty-selector {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    padding: 5px 15px;
}

.qty-selector input {
    background: transparent;
    border: none;
    color: white;
    width: 50px;
    text-align: center;
    font-weight: bold;
}

.btn-qty {
    background: transparent;
    border: none;
    color: var(--gold);
    font-size: 1.5rem;
    cursor: pointer;
}

/* Custom Spacing Utility */
.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

/* --- Benefit Section Styles --- */
.benefits-section {
    background: transparent;
    /* Piche ke background mountains dikhte rahenge */
}

.benefits-bg-glow {
    position: absolute;
    bottom: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(80px);
    z-index: 1;
}

/* Benefit Cards with Glassmorphism */
.ben-card {
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    transition: all 0.4s ease-in-out;
    z-index: 2;
    position: relative;
    overflow: hidden;
}

/* Shine effect on hover */
.ben-card::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(135deg, transparent 30%, rgba(212, 175, 55, 0.1) 50%, transparent 70%);
    transform: rotate(45deg);
    transition: all 0.6s ease;
    opacity: 0;
}

.ben-card:hover {
    background: rgba(212, 175, 55, 0.05);
    /* Soft gold bg on hover */
    border-color: rgba(212, 175, 55, 0.3);
    transform: translateY(-10px);
    /* Upward movement */
    box-shadow: 0 10px 25px rgba(163, 139, 92, 0.15);
}

.ben-card:hover::after {
    opacity: 1;
    left: 100%;
    /* Shine moves across */
}

/* Icon Wrap with continuous subtle pulse */
.ben-icon-wrap i {
    transition: transform 0.3s ease;
}

.ben-card:hover .ben-icon-wrap i {
    transform: scale(1.1);
    color: #fff !important;
    /* Icon turns white on hover */
}

/* --- Trust Logos Styles --- */
.tracking-widest {
    letter-spacing: 2px;
}

.logo-container.grayscale-logos .trust-logo-item img {
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.4s ease;
}

.logo-container:hover .trust-logo-item img {
    filter: grayscale(0%);
    opacity: 1;
}

.trust-logo-item:hover img {
    transform: scale(1.1);
}

/* Step Cards */
.step-card {
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 30px;
    position: relative;
    transition: 0.4s;
    padding: 30px;
}

.step-number {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 3rem;
    font-weight: 900;
    color: rgba(212, 175, 55, 0.1);
}

.step-card:hover {
    background: rgba(212, 175, 55, 0.05);
    border-color: var(--gold);
}

/* Testimonial Card */


.btn-outline-gold {
    border: 1px solid var(--gold);
    color: var(--gold);
}

.testimonialSwiper {
    padding-bottom: 50px !important;
}

.test-card {
    background: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 25px;
    backdrop-filter: blur(10px);
    transition: 0.3s;
    cursor: grab;
}

.test-card:hover {
    border-color: var(--gold-bg);
    background: var(--gold-bg);
    box-shadow: 0 10px 25px rgba(163, 139, 92, 0.15);
}

.user-avatar {
    width: 50px;
    height: 50px;
    background: linear-gradient(45deg, #fdf8f2, #f5ede3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: bold;
    font-size: 0.9rem;
}

/* Pagination Dots Styling */
.swiper-pagination-bullet {

    background: var(--us-bg);
    opacity: 0.5;

}

.swiper-pagination-bullet-active {
    background: #d4af37 !important;
    width: 25px !important;
    border-radius: 5px !important;
}

.purity-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px dashed rgba(212, 175, 55, 0.2);
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    transition: 0.4s;
    height: 100%;
}

.purity-card h5 {
    color: #fff;
    margin-top: 15px;
    font-weight: 700;
}

.purity-card p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    margin-bottom: 0;
}

.purity-icon {
    width: 60px;
    height: 60px;
    background: rgba(212, 175, 55, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #d4af37;
    font-size: 1.5rem;
}

.highlight-gold {
    background: rgba(212, 175, 55, 0.05);
    border: 1px solid rgba(212, 175, 55, 0.4);
}

.purity-card:hover {
    transform: scale(1.05);
    border-style: solid;
    border-color: #d4af37;
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.1);
}

/* --- Ayura Veda Checkout Section Styles --- */
.ayura-veda-checkout-section {
    background: transparent;
    position: relative;
}

/* Glassmorphism Cards */
.ayura-veda-checkout-card,
.ayura-veda-summary-card {
    background: #fff;
    transition: 0.3s;
    border-radius: 15px;
    padding: 20px;


}

.ayura-veda-contact-info-wrap h6 {
    font-size: 18px;
}

.ayura-veda-checkout-card:hover {
    box-shadow: 0 10px 25px rgba(163, 139, 92, 0.15);

}


.ayura-veda-sticky-summary:hover {
    box-shadow: 0 10px 25px rgba(163, 139, 92, 0.15);

}

/* Sticky Logic for Order Summary */
.ayura-veda-sticky-summary {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    /* Navbar height ke hisab se */
    z-index: 10;
}

/* Floating Input Groups */
.ayura-veda-input-group {
    position: relative;
    margin-bottom: 20px;
}






/* Payment Options */
.ayura-veda-pay-option {
    padding: 20px;
    border: 1px solid var(--border-color);
    border-radius: 18px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: 0.3s;
}

.ayura-veda-pay-option.active-option {
    border-color: var(--gold);
    background: rgba(212, 175, 55, 0.08);
}

.ayura-veda-radio-circle {
    width: 20px;
    height: 20px;
    border: 2px solid var(--border-color);
    border-radius: 50%;
    position: relative;
}

.active-option .ayura-veda-radio-circle {
    border-color: var(--gold);
}

.active-option .ayura-veda-radio-circle::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: var(--gold);
    border-radius: 50%;
}

/* Summary Details */
.ayura-veda-prod-thumb {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ayura-veda-divider {
    height: 1px;
    background: var(--border-color);
    width: 100%;
}

/* Premium Button (Bootstrap + Custom) */
.ayura-veda-order-btn {
    background: linear-gradient(135deg, var(--gold), var(--gold-dark)) !important;
    color: #000 !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border: none !important;
    padding: 18px !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

.ayura-veda-order-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px var(--gold-glow) !important;
}

/* Alignment Fix */




/* Firefox ke liye spinners hatayein */


/* Responsive Fix */
@media (max-width: 991px) {
    .ayura-veda-sticky-summary {
        position: static;
        margin-top: 30px;
    }
}

/* cart css  */
.global-product-title {
    font-size: 18px;
}

.border-secondary {
    --bs-border-opacity: 1;
    border-color: rgb(198 162 90) !important;
}

/* Ayura Veda Cart Styles */

.ayura-veda-cart-wrapper {
    background: #fff;
    border-radius: 15px;
    margin-bottom: 15px;
    transition: 0.3s;

}

.ayura-veda-cart-wrapper:hover {
    box-shadow: 0 10px 25px rgba(163, 139, 92, 0.15);
}

.col-product {
    flex: 2;
}

.col-price,
.col-qty,
.col-total {
    flex: 1;
}

.ayura-veda-cart-table-header {
    color: var(--text-muted);
    font-size: 0.75rem;
    letter-spacing: 1.5px;
}

.ayura-veda-cart-item {

    padding: 20px;
}

.ayura-veda-cart-img-box {
    max-width: 80px;
}

/* Qty Picker in Cart */
.ayura-veda-qty-picker {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--border-color);
    border-radius: 50px;
    padding: 5px 12px;
}

.ayura-veda-qty-input {
    background: transparent;
    border: none;
    color: #000;
    width: 35px;
    text-align: center;
    font-weight: bold;
    font-size: 0.9rem;
}

.ayura-veda-qty-btn {
    background: transparent;
    border: none;
    color: var(--gold);
    font-size: 1.2rem;
    padding: 0 5px;
    transition: 0.3s;
}

/* Cart Summary Card */
.ayura-veda-cart-summary {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    transition: 0.3s;

}

.ayura-veda-cart-summary:hover {
    box-shadow: 0 10px 25px rgba(163, 139, 92, 0.15);
}

.ayura-veda-divider {
    height: 1px;
    background: var(--border-color);
}

/* Responsive */
@media (max-width: 767px) {
    .ayura-veda-cart-img-box {
        max-width: 60px;
    }

    .col-product,
    .col-price,
    .col-qty,
    .col-total {
        width: 100%;
    }


    .ayura-veda-cart-item {
        text-align: center;
    }
}

.ayura-veda-trust-icon {
    color: var(--gold);
}

/* contact page css  */
/* Contact Section Styles */
.ayura-veda-contact-section {
    background: transparent;
}

.ayura-veda-contact-card {
    background: var(--card-bg);
    padding: 20px;
    border-radius: 15px;

}

.ayura-veda-icon-box-small {
    width: 45px;
    height: 45px;
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    font-size: 1.2rem;
}


/* Ayura Veda Policy Styles */
.ayura-veda-policy-section {
    background: transparent;
}

.ayura-veda-policy-card {
    background: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 40px;
    backdrop-filter: blur(20px);
}

.ayura-veda-divider-gold {
    width: 60px;
    height: 4px;
    background: var(--gold);
    border-radius: 2px;
}

.ayura-veda-policy-content p {
    line-height: 1.8;
    font-size: 1.05rem;
}

.ayura-veda-list {
    padding-left: 20px;
    list-style-type: none;
}

.ayura-veda-list li {
    margin-bottom: 10px;
    position: relative;
}

.ayura-veda-list li::before {
    content: '→';
    color: var(--gold);
    position: absolute;
    left: -25px;
    font-weight: bold;
}

.ayura-veda-policy-note {
    background: rgba(212, 175, 55, 0.05);
}

/* Custom Button for Policy Page */
.btn-outline-gold {
    border: 1px solid var(--gold);
    color: var(--gold);
    font-weight: 600;
    transition: 0.4s;
}

.btn-outline-gold:hover {
    background: var(--gold);
    color: #000;
    box-shadow: 0 0 15px var(--gold-glow);
}

/* Ayura Veda FAQ Styling */
.ayura-veda-faq-section {
    background: transparent;
}

.ayura-veda-faq-item {
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
}

/* Hover State */
.ayura-veda-faq-item:hover {
    border-color: rgba(212, 175, 55, 0.3);
    background: rgba(212, 175, 55, 0.02);
}

/* Active State Styles */
.ayura-veda-faq-item.ayura-veda-active {
    background: rgba(212, 175, 55, 0.05);
    border-color: var(--gold);
    box-shadow:
        0 15px 40px rgba(0, 0, 0, 0.4),
        0 0 15px var(--gold-glow);
    transform: scale(1.01);
    box-shadow: 0 10px 25px rgba(163, 139, 92, 0.15);
}

/* Header & Question */
.ayura-veda-faq-header {
    padding: 20px;
    cursor: pointer;
    user-select: none;
}

.ayura-veda-faq-question {
    font-size: 1.15rem;

    font-weight: 600;
    transition: color 0.3s ease;
}

.ayura-veda-active .ayura-veda-faq-question {
    color: var(--gold);
}

/* Icon Box Animation */
.ayura-veda-faq-icon-box {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    font-size: 1rem;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.ayura-veda-active .ayura-veda-faq-icon-box {
    background: var(--gold);
    color: #000;
    transform: rotate(135deg);
}

/* Content & Body */
.ayura-veda-faq-content {
    max-height: 0;
    overflow: hidden;
    transition:
        max-height 0.5s ease-out,
        opacity 0.5s ease;
    opacity: 0;
}

.ayura-veda-active .ayura-veda-faq-content {
    max-height: 500px;
    /* Buffer height */
    opacity: 1;
}

.ayura-veda-faq-body {
    padding: 0 20px 20px 20px;
    color: var(--text-muted);
    line-height: 1.8;
    font-size: 1rem;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .ayura-veda-faq-header {
        padding: 20px 25px;
    }

}

/* Ayura-Veda Specific Classes */
.ayura-veda-pricing-section {
    background: transparent;
}

.ayura-veda-bg-accent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: 60%;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.05) 0%, transparent 70%);
    filter: blur(100px);
    z-index: 1;
}

.ayura-veda-bundle-card {
    position: relative;
    border-radius: 40px;
    padding: 1px;
    /* Glow border effect */
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.ayura-veda-card-inner {
    background: #0d0d0d;
    border-radius: 39px;
    position: relative;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.ayura-veda-featured .ayura-veda-card-inner {
    background: linear-gradient(180deg, rgba(212, 175, 55, 0.05) 0%, #0d0d0d 100%);
    border: 1px solid rgba(212, 175, 55, 0.3);
}

.ayura-veda-featured {
    transform: scale(1.08);
}

.ayura-veda-featured-tag {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--gold);
    color: #000;
    padding: 6px 25px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 2px;
    z-index: 10;
}

.ayura-veda-pack-title {
    font-size: 1.6rem;
    font-weight: 800;
    letter-spacing: -0.5px;
}

.ayura-veda-save-badge {
    color: #28a745;
    font-weight: 800;
    font-size: 0.9rem;
    background: rgba(40, 167, 69, 0.1);
    display: inline-block;
    padding: 2px 12px;
    border-radius: 5px;
}

.ayura-veda-feature-list {
    text-align: left;
    display: inline-block;
    list-style: none;
    padding: 0;
}

.ayura-veda-feature-list li {
    margin-bottom: 12px;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.7);
}

.ayura-veda-feature-list i {
    margin-right: 10px;
}

/* Hover Animation Effect */
.ayura-veda-bundle-card:hover {
    transform: translateY(-15px) scale(1.03);
}

.ayura-veda-featured:hover {
    transform: scale(1.1) translateY(-15px);
}

@media (max-width: 991px) {
    .ayura-veda-featured {
        transform: scale(1);
        margin: 30px 0;
    }
}

/* login page css */
/* Auth Section Background */
.ayura-veda-auth-section {
    background: transparent;
}

.ayura-veda-auth-card {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    transition: 0.3s;
}

.ayura-veda-auth-card:hover {
    box-shadow: 0 10px 25px rgba(163, 139, 92, 0.15);

}

.auth-btn {
    background: transparent;
    border: 0px solid #c6a25a;
    color: #c6a25a !important;
    border-radius: 8px;
    padding: 8px 20px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    width: 100%;
}

.auth-btn.active {
    background: linear-gradient(135deg, #c6a25a, #a8842d);
    border: 1px solid #c6a25a;
    color: #fff !important;
    border-radius: 8px;
    padding: 8px 20px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.tab-design {
    background: rgb(245 237 227);
    border-radius: 8px;
    padding: 10px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #d9a826;
}



/* Social Buttons */
.ayura-veda-social-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    background: rgba(255, 255, 255, 0.05);
    color: var(--heading);
    font-size: 1.2rem;
    transition: 0.3s;
}

.ayura-veda-social-btn:hover {
    border-color: var(--gold);
    color: var(--gold);
    transform: scale(1.1);
}

/* Divider with Text */
.ayura-veda-divider-text {
    position: relative;
    text-align: center;
}

.ayura-veda-divider-text::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--border-color);
    z-index: 1;
}

.ayura-veda-divider-text span {
    position: relative;
    background: var(--heading);
    padding: 5px 15px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    z-index: 2;
    font-weight: 600;
}

/* Icon Circle for Header */
.ayura-veda-icon-circle {
    width: 70px;
    height: 70px;
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid var(--gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    font-size: 2rem;
    box-shadow: 0 0 20px var(--gold-glow);
}

/* Success Checkmark Animation */
.ayura-veda-check-anim {
    width: 80px;
    height: 80px;
    background: var(--gold);
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    box-shadow: 0 0 30px var(--gold-glow);
}

/* my account css  */
/* Sidebar & Content Wrappers */
.ayura-veda-dash-sidebar,
.ayura-veda-dash-content-wrap {
    background: #fff;
    transition: 0.3s;
    border-radius: 8px;

}

.ayura-veda-dash-sidebar:hover {
    box-shadow: 0 10px 25px rgba(163, 139, 92, 0.15);
    transition: 0.3s;
}

.ayura-veda-dash-content-wrap:hover {
    box-shadow: 0 10px 25px rgba(163, 139, 92, 0.15);
    transition: 0.3s;
}

.ayura-veda-avatar-circle {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--gold-bg), #fdf8f2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 800;
    color: #000;
}

/* Nav Links */
.ayura-veda-dash-link {
    width: 100%;
    text-align: left;
    background: transparent;
    border: none;
    padding: 15px 20px;
    color: var(--text-muted);
    border-radius: 15px;
    transition: 0.3s;
    font-weight: 600;
    display: block;
    text-decoration: none;
    margin-bottom: 5px;
    font-size: 15px;
}

.ayura-veda-dash-link:hover,
.ayura-veda-dash-link.active {
    background: rgba(212, 175, 55, 0.1);
    color: var(--gold);
}

/* Stat Cards */
.ayura-veda-stat-card {
    background: rgba(255, 255, 255, 0.03);
    padding: 25px;
    border-radius: 20px;
    border: 1px solid var(--border-color);
}

.ayura-veda-activity-item {
    background: rgba(255, 255, 255, 0.02);
}

/* Table Style */


/* ================= TABLE DESIGN (Luxury Theme) ================= */

.table {
    width: 100%;
    border-collapse: collapse;
    background: #f5ede3;
    /* soft beige */
    border-radius: 10px;
    overflow: hidden;

    font-size: 14px;
}

/* Header */


.table thead th {
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    padding: 14px 16px;
    text-align: left;
    background-color: var(--gold-bg);
}

/* Body */
.table tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.table tbody td {
    padding: 12px 16px;
    color: #1c1c1c;
}

/* Zebra Striping */
.table tbody tr:nth-child(even) {
    background: #fffaf3;
}

/* Hover Effect */
.table tbody tr:hover {
    background: rgba(198, 162, 90, 0.08);
    transform: scale(1.01);
}

/* Footer (optional) */
.table tfoot {
    background: #1c1c1c;
}

.table tfoot td {
    color: #c6a25a;
    padding: 12px 16px;
    font-weight: 500;
}

/* Responsive Scroll */
.table-responsive {
    overflow-x: auto;
}


/* Dashboard Tab Initial States */
.ayura-veda-dash-tab {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.ayura-veda-dash-tab.active-tab {
    opacity: 1;
    display: block !important;
}

/* Sidebar Active Styling */
.ayura-veda-dash-link.active {
    background: rgba(212, 175, 55, 0.12) !important;
    color: var(--gold) !important;
    border-left: 3px solid var(--gold);

}

/* Table Hover Effect for Orders */




/* track order css  */
/* Tracking Section Background */
.order-card {
    margin-bottom: 15px;
    border: 1px solid #c6a25a;
    padding: 20px;
    border-radius: 8px;
}

.ayura-veda-track-section {
    background: transparent;
}

.ayura-veda-track-card {
    background: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 40px;
    backdrop-filter: blur(20px);
}

/* Luxury Status Preview Box */
.ayura-veda-status-preview {
    background: rgba(212, 175, 55, 0.03);
    border: 1px dashed rgba(212, 175, 55, 0.2);
    border-radius: 40px;
}

/* Tracker Step Visuals */
.ayura-veda-tracker-viz {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.ayura-veda-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    z-index: 2;
}

.ayura-veda-step-dot {
    width: 50px;
    height: 50px;
    background: var(--card-bg);
    border: 2px solid var(--border-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-muted);
    transition: 0.4s;
    font-size: 1.2rem;
}

.active-step .ayura-veda-step-dot {
    background: var(--gold);
    border-color: var(--gold);
    color: #000;
    box-shadow: 0 0 20px var(--gold-glow);
}

.ayura-veda-step-line {
    flex-grow: 1;
    height: 2px;
    background: var(--border-color);
    margin-bottom: 30px;
    /* Aligned with dots center */
}

.active-line {
    background: var(--gold);
}

/* Tracking Input Group Fix */
.ayura-veda-floating-group {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
}

.ayura-veda-input {
    width: 100%;
    padding: 18px 20px;
    background: rgba(255, 255, 255, 0.04) !important;
    /* Background dark rakhein */
    border: 1px solid var(--border-color) !important;
    border-radius: 12px;
    color: #fff !important;
    font-size: 1rem;
    transition: 0.3s;
    outline: none;
}

/* Chrome autofill white background hatane ke liye */
.ayura-veda-input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #0d0d0d inset !important;
    -webkit-text-fill-color: white !important;
}

/* Label Position Fix */
.ayura-veda-floating-label {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    color: var(--text-muted);
    transition: 0.3s ease all;
    pointer-events: none;
    z-index: 10;
    margin-bottom: 0;
}

/* Floating Animation Logic */
.ayura-veda-input:focus~.ayura-veda-floating-label,
.ayura-veda-input:not(:placeholder-shown)~.ayura-veda-floating-label {
    top: 0;
    left: 15px;
    font-size: 0.75rem;
    color: var(--gold);
    background: #0d0d0d;
    /* Yahan card ka background color daalein */
    padding: 0 8px;
    font-weight: 700;
    transform: translateY(-50%);
    /* Label border ke beech mein rahega */
}

@media (max-width: 991px) {
    .ayura-veda-track-card {
        padding: 40px 25px;
    }
}