.about-tab2 {
	padding: 20px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	margin-top: 30px;
}

.news-article-new-sec:hover {
	box-shadow: 0 0 15px rgba(255, 111, 0, 0.5);
}

.pagination-content {
	margin-bottom: 20px;
}

.line1212 {
	border-top: 2px solid #007bff;
	margin-top: 10px;
}

.top_line {
	border-top: 2px solid #007bff;
	margin-top: 20px;
}

.pagination {
	justify-content: center;
	margin-top: 20px;
}

.page-link {
	color: #007bff;
}

.page-link:hover {
	text-decoration: none;
	background-color: #007bff;
	color: #fff;
}

.arrow-icon-1 {
	font-weight: bold;
}

article {
	background-color: #ffffff;
	padding: 10px;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
}

.bg-dark-radial {
	position: relative;
	background: radial-gradient(ellipse at center, #2b2b2b 0%, #040f28 100%);
	height: 100%;
}

/* Market Css */
.product-card {
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: box-shadow 0.3s ease-in-out;
	margin-bottom: 10px;
	background-color: #fff;
	width: 100%;
}

.product-card:hover {
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.product-card img {
	object-fit: fit;
	max-height: 300px;
	width: 100%;
}

.card-body {
	display: flex;
	flex-direction: column;
/* 	align-items: flex-center; */
}

.form-control-small {
	width: 50px;
}

.btn-add-to-cart {
	margin-top: auto;
	width: 100%;
}

/* Adjust the alignment for the layout */
.card-details {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 20px;
}

.product-details {
	flex: 1;
}

.quantity-details {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.about-tab2 {
	padding: 20px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	margin-top: 30px;
	text-align: fit;
}

.news-article-new-sec {
	margin-bottom: 20px;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	transition: box-shadow 0.3s;
	color: inherit;
}

.news-article-new-sec:hover {
	box-shadow: 0 0 15px rgba(255, 111, 0, 0.5);
}

.pagination-content {
	margin-bottom: 20px;
}

.line1212 {
	border-top: 2px solid #007bff;
	margin-top: 10px;
}

.top_line {
	border-top: 2px solid #007bff;
	margin-top: 20px;
}

.pagination {
	justify-content: center;
}

.page-link {
	color: rgb(255, 0, 0);
}

.page-link:hover {
	text-decoration: none;
}

.arrow-icon-1 {
	font-weight: bold;
}

.slide-container {
	overflow: hidden;
	position: sticky;
}

.slide-content {
	display: flex;
	animation: slide 18s linear infinite;
	/* Adjust the duration as needed */
}

.slide-item {
	padding: 5px;
	text-align: left;
	margin-right: 5px;
	flex-shrink: 0;
	color: #ff8000;
	font-size: 18px;
}

@keyframes slide {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* Edited or added by Ayush Dutt Pathak on May 25, 2026 */
.carousel-item img {
    cursor: zoom-in;
    transition: transform 0.2s ease-in-out;
}

.carousel-item:hover img {
    transform: scale(1.5);
    transform-origin: center center;
}

/* High-fidelity CSS overrides added by Ayush Dutt Pathak on May 25, 2026 */
body {
    background-color: #f4f7f6 !important;
}

/* Image Gallery Navigation Row */
#imageGallery {
    gap: 20px;
    padding: 20px;
    margin-bottom: 30px;
}

#imageGallery a.glass {
    background: white !important;
    border-radius: 16px !important;
    border: 1px solid rgba(27, 77, 62, 0.08) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    text-decoration: none !important;
    overflow: hidden;
    padding: 10px;
}

#imageGallery a.glass:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(27, 77, 62, 0.12) !important;
    border-color: #28a745 !important;
}

/* Category Section Titles */
#ProductList .text-primary {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 800 !important;
    color: #1b4d3e !important;
    letter-spacing: -0.5px;
}

/* Premium Card Layout Override */
#ProductList .col-lg-3 {
    padding: 12px;
}

#ProductList .glass {
    background: white !important;
    border-radius: 20px !important;
    border: 1.5px solid rgba(27, 77, 62, 0.06) !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.03) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

#ProductList .glass:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(27, 77, 62, 0.1) !important;
    border-color: rgba(40, 167, 69, 0.3) !important;
}

/* Carousel within cards */
.carousel-container {
    border-radius: 16px 16px 0 0;
    overflow: hidden;
    background: #fafbfa;
    position: relative;
}

.carousel-item img {
    transition: transform 0.5s ease !important;
}

#ProductList .glass:hover .carousel-item img {
    transform: scale(1.06);
}

/* Price Tags & Information */
.card-body {
    padding: 20px !important;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.15rem;
    color: #1b4d3e !important;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 2.7rem;
    line-height: 1.35;
}

.price-badge-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    background: #fafbfa;
    padding: 10px 14px;
    border-radius: 12px;
    border: 1px solid rgba(27, 77, 62, 0.04);
}

.price-label-col {
    display: flex;
    flex-direction: column;
}

.price-mrp-strikethrough {
    font-size: 0.8rem;
    text-decoration: line-through;
    color: #8fa096;
    font-weight: 500;
}

.price-actual-val {
    font-size: 1.2rem;
    font-weight: 700;
    color: #28a745;
}

.discount-pill-badge {
    background: rgba(220, 53, 69, 0.08);
    color: #dc3545;
    padding: 4px 10px;
    border-radius: 30px;
    font-size: 0.75rem;
    font-weight: 700;
    border: 1px solid rgba(220, 53, 69, 0.15);
}

/* Quantity controls */
.qty-select-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(27, 77, 62, 0.06);
}

.qty-select-label {
    font-size: 0.9rem;
    font-weight: 600;
    color: #64748b;
}

.qty-spinner-btn {
    border: 1px solid #cbd5e1;
    background: #fafbfa;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    font-weight: 700;
    color: #1b4d3e;
}

.qty-spinner-btn:hover {
    border-color: #28a745;
    background: rgba(40, 167, 69, 0.05);
    color: #28a745;
}

.qty-spinner-input {
    width: 44px;
    text-align: center;
    border: none;
    background: transparent;
    font-weight: 700;
    color: #1b4d3e;
    font-size: 1rem;
    outline: none;
}

/* Action Buttons */
.card-actions-wrapper {
    display: flex;
    gap: 10px;
}

.btn-card-details {
    border: 1.5px solid rgba(27, 77, 62, 0.2) !important;
    background: transparent !important;
    color: #1b4d3e !important;
    font-weight: 600 !important;
    border-radius: 30px !important;
    padding: 8px 16px !important;
    font-size: 0.85rem !important;
    transition: all 0.2s !important;
    flex: 1;
}

.btn-card-details:hover {
    border-color: #1b4d3e !important;
    background: rgba(27, 77, 62, 0.03) !important;
}

.btn-card-buy {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%) !important;
    border: none !important;
    color: white !important;
    font-weight: 700 !important;
    border-radius: 30px !important;
    padding: 8px 20px !important;
    font-size: 0.85rem !important;
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.2) !important;
    transition: all 0.2s !important;
    flex: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.btn-card-buy:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(40, 167, 69, 0.35) !important;
}

/* Show More Button */
.show-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50% !important;
    background: white !important;
    border: 1.5px solid rgba(27, 77, 62, 0.15) !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03) !important;
    color: #1b4d3e !important;
    transition: all 0.2s !important;
    cursor: pointer;
}

.show-more-btn:hover {
    border-color: #28a745 !important;
    background: #28a745 !important;
    color: white !important;
    box-shadow: 0 6px 20px rgba(40,167,69,0.2) !important;
    transform: scale(1.1);
}

/* Edited or added by Ayush Dutt Pathak on May 25, 2026 */
/* Premium Cart Styles */
.cart-container-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}

.cart-layout-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
    align-items: start;
}

@media (max-width: 991px) {
    .cart-layout-grid {
        grid-template-columns: 1fr;
    }
}

/* Cart Items Container */
.cart-list-panel {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Single Cart Item Card */
.cart-item-card {
    background: white !important;
    border-radius: 20px !important;
    border: 1.5px solid rgba(27, 77, 62, 0.06) !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.02) !important;
    padding: 20px !important;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.cart-item-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 35px rgba(27, 77, 62, 0.08) !important;
    border-color: rgba(40, 167, 69, 0.2) !important;
}

.cart-item-card img {
    width: 120px;
    height: 120px;
    border-radius: 12px;
    object-fit: contain;
    background: #fafbfa;
    border: 1px solid rgba(27, 77, 62, 0.04);
}

.cart-item-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.cart-item-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    color: #1b4d3e;
    margin: 0;
}

.cart-item-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.cart-item-price-tag {
    font-size: 1.05rem;
    font-weight: 700;
    color: #28a745;
}

.cart-item-qty-badge {
    background: rgba(40, 167, 69, 0.06);
    color: #28a745;
    padding: 3px 12px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 0.8rem;
    border: 1px solid rgba(40, 167, 69, 0.15);
}

.cart-item-total-badge {
    font-size: 1.1rem;
    font-weight: 800;
    color: #1b4d3e;
}

/* Trash Icon Button */
.btn-cart-remove {
    background: rgba(220, 53, 69, 0.06) !important;
    border: 1px solid rgba(220, 53, 69, 0.15) !important;
    color: #dc3545 !important;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    outline: none !important;
}

.btn-cart-remove:hover {
    background: #dc3545 !important;
    color: white !important;
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.25);
}

/* Summary Panel Card */
.cart-summary-card {
    background: white !important;
    border-radius: 20px !important;
    border: 1.5px solid rgba(27, 77, 62, 0.06) !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.02) !important;
    padding: 24px !important;
    position: sticky;
    top: 100px;
}

.summary-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 1.3rem;
    color: #1b4d3e;
    margin-bottom: 20px;
    border-bottom: 2px solid rgba(27, 77, 62, 0.05);
    padding-bottom: 12px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
    font-size: 0.95rem;
    color: #64748b;
    font-weight: 500;
}

.summary-row.total-row {
    border-top: 1px dashed rgba(27, 77, 62, 0.1);
    margin-top: 20px;
    padding-top: 20px;
    font-size: 1.3rem;
    font-weight: 800;
    color: #1b4d3e;
}

.summary-row.total-row .total-value {
    color: #28a745;
}

.btn-summary-checkout {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%) !important;
    border: none !important;
    color: white !important;
    font-weight: 700 !important;
    border-radius: 30px !important;
    padding: 14px 20px !important;
    font-size: 1.05rem !important;
    box-shadow: 0 6px 20px rgba(40, 167, 69, 0.25) !important;
    transition: all 0.2s !important;
    width: 100%;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
}

.btn-summary-checkout:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(40, 167, 69, 0.4) !important;
}

.btn-summary-clear {
    border: 1.5px solid rgba(220, 53, 69, 0.25) !important;
    background: transparent !important;
    color: #dc3545 !important;
    font-weight: 600 !important;
    border-radius: 30px !important;
    padding: 10px 20px !important;
    font-size: 0.9rem !important;
    transition: all 0.2s !important;
    width: 100%;
    margin-top: 12px;
    cursor: pointer;
}

.btn-summary-clear:hover {
    background: rgba(220, 53, 69, 0.03) !important;
    border-color: #dc3545 !important;
}

/* Empty Cart View */
.empty-cart-container {
    text-align: center;
    padding: 60px 20px;
    background: white;
    border-radius: 20px;
    border: 1.5px solid rgba(27, 77, 62, 0.06);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.02);
    width: 100%;
    max-width: 600px;
    margin: 40px auto;
}

.empty-cart-icon {
    font-size: 4rem;
    color: #8fa096;
    margin-bottom: 20px;
}

.empty-cart-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #1b4d3e;
    margin-bottom: 12px;
}

.empty-cart-text {
    color: #64748b;
    margin-bottom: 25px;
}

.btn-shop-now {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%) !important;
    border: none !important;
    color: white !important;
    font-weight: 700 !important;
    border-radius: 30px !important;
    padding: 12px 28px !important;
    font-size: 1rem !important;
    box-shadow: 0 6px 20px rgba(40, 167, 69, 0.2) !important;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s !important;
}

.btn-shop-now:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(40, 167, 69, 0.35) !important;
    color: white !important;
}

/* Edited or added by Ayush Dutt Pathak on May 25, 2026 */
/* Refined Cart Cards Styles */
.cart-item-card .cart-item-price-tag {
    font-size: 0.95rem !important;
    color: #64748b !important;
    font-weight: 500 !important;
}

.cart-item-card .unit-text {
    font-size: 0.75rem;
    color: #94a3b8;
    font-weight: 400;
}

.cart-item-card .cart-item-qty-badge {
    background: rgba(40, 167, 69, 0.05) !important;
    color: #28a745 !important;
    padding: 4px 12px !important;
    border-radius: 30px !important;
    font-weight: 700 !important;
    font-size: 0.8rem !important;
    border: 1px solid rgba(40, 167, 69, 0.12) !important;
    margin-left: 5px;
}

.cart-item-total-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 120px;
}

.cart-item-total-wrapper .total-label {
    font-size: 0.7rem;
    color: #94a3b8;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}

.cart-item-card .cart-item-total-badge {
    font-size: 1.25rem !important;
    font-weight: 800 !important;
    color: #28a745 !important;
}

/* Edited or added by Ayush Dutt Pathak on May 26, 2026 */
.btn-summary-continue {
    background: transparent !important;
    border: 1.5px solid rgba(27, 77, 62, 0.25) !important;
    color: #1b4d3e !important;
    font-weight: 600 !important;
    border-radius: 30px !important;
    padding: 10px 20px !important;
    font-size: 0.9rem !important;
    transition: all 0.2s !important;
    width: 100%;
    margin-top: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-summary-continue:hover {
    background: rgba(27, 77, 62, 0.03) !important;
    border-color: #1b4d3e !important;
    transform: translateY(-1px);
}

/* edited or added by Ayush Dutt Pathak on May 28, 2026 */
/* High-fidelity Mobile responsiveness for cart item cards */
@media (max-width: 768px) {
    .cart-container-wrapper {
        margin: 20px auto;
        padding: 0 12px;
    }
    
    .cart-item-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        padding: 15px !important;
    }
    
    .cart-item-card img {
        width: 90px;
        height: 90px;
        align-self: center;
    }
    
    .cart-item-info {
        width: 100%;
        text-align: center;
    }
    
    .cart-item-meta {
        justify-content: center;
        gap: 10px;
    }
    
    .cart-item-total-wrapper {
        min-width: unset;
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        border-top: 1px dashed rgba(27, 77, 62, 0.12);
        padding-top: 12px;
        margin-top: 5px;
    }
    
    .cart-item-total-wrapper .total-label {
        margin-bottom: 0;
    }
    
    .btn-cart-remove {
        position: absolute;
        top: 15px;
        right: 15px;
    }
}


