.saru-product-container section.single-product-page {
    background: #f0f5fb;
    padding: 50px 0px;
    margin: 0;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    transform: var(--bs-accordion-btn-icon-transform);
}
.product_item_sec ul {
    list-style: none;
    display: flex
;
    gap: 24px;
    padding: 0;
}
.product_item_sec ul li {
    color: var(--theme-blue-color);
    font-size: 14px;
    line-height: 24px;
    background: var(--theme-blue-base-color);
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 20px;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s;
}
section.need-information .need-info-main-heading h2 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 12px;
}
.saru-product-container .breadcrumb {
    background: var(--theme-bg-color);
    padding: 12px 0;
    margin-bottom: 0;
}
.saru-product-container .product-spec-table .table tbody td:last-child span.tds-link {
    background: #2563eb;
    color: #fff;
    border-radius: 8px;
    padding: 8px 16px;
    text-decoration: none;
}
.saru-product-container .breadcrumb .container {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 14px;
}
section.need-information .need-info-main-heading {
    padding: 24px;
    background: #f0f5fb;
    border-radius: 12px;
}
.saru-product-container .breadcrumb a {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: color 0.2s ease;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    color: #6c757d !important;
}
.saru-product-container .breadcrumb .divider {
    color: #6c757d;
    font-weight: 700;
}

.saru-product-container .breadcrumb .current {
    color: var(--theme-blue-color);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
}

section.product-section.p_100 {
    padding: 50px 0 50px 0px;
    margin: 0;
}

.product-slider-container {
    position: relative;
}
.slider-for {
    max-width: 400px;
    margin-left: 20px;
}

.slider-for img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 12px;
    padding: 0;
}
.product-content {
    width: 80%;
}
/* Thumbnail Navigation */
.slider-nav {
    max-width: 100px;
    margin-right: 20px;
}

.slider-nav img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 6px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.slider-nav .slick-current img {
    border-color: #ee0d08;
}

.slider-nav img:hover {
    border-color: #ff6600;
    opacity: 0.8;
}

.product-content .product-features p {
    margin-bottom: 6px;
}
.product-content .product-features {
    margin-bottom: 24px;
}
.product-section .row .product_item_sec h3 {
    font-size: 38px;
    line-height: 48px;
    font-weight: 600;
    margin-bottom: 24px;
}
.product-title {
    margin-bottom: 12px;
}
.produtc_item_sec h3 {
    font-size: 22px;
    LINE-HEIGHT: 32PX;
    font-weight: 600;
    margin-bottom: 12px;
}
.product-price {
    font-size: 22px;
    color: #e74c3c;
    margin-bottom: 20px;
    font-weight: 600;
}

.product-description {
    margin-bottom: 25px;
    color: #555;
    line-height: 1.6;
}

.btn-primary {
    background: #ff6600;
    border: none;
    padding: 12px 25px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: #e65c00;
    transform: translateY(-1px);

}

/* ========================================
   ACCORDION STYLES
   ======================================== */

.saru-product-container .accordion-item {
    background: white;
    border-radius: 8px;
    margin-bottom: 16px;
    overflow: hidden;
    transition: all 0.2s ease;
}


.saru-product-container .accordion-item:last-child {
    margin-bottom: 0;
}

.saru-product-container .accordion-header {
    margin: 0;
}

.saru-product-container .accordion-button {
    background: #232f41;
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    padding: 20px 24px;
    width: 100%;
    text-align: left;
    transition: all 0.2s ease;
    position: relative;
    border-radius: 0;
    line-height: 28px;
}
.saru-product-container .accordion-button:not(.collapsed) {
    background: #232f41;
    color: white;
    box-shadow: none;
}

.saru-product-container .accordion-button:focus {
    border-color: transparent;
}

.saru-product-container .accordion-button.collapsed::after {
    transform: rotate(-90deg);
}

.saru-product-container .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
}

.saru-product-container .accordion-body {
    padding: 0px;
    background: white;
    border-top: 1px solid #e2e8f0;
}

/* ========================================
   PRODUCT SPECIFICATIONS TABLE
   ======================================== */
.saru-product-container .product-spec-table {
    border-radius: 0;
    overflow: hidden;
}

.saru-product-container .product-spec-table .table {
    margin: 0;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
    width: 100%;
}

.saru-product-container .product-spec-table .table thead {
    background: #1e293b;
}
.single-product-page div#productAccordion .accordion-item .accordion-body .table-responsive.product-spec-table table.table.table-bordered.mb-0.flux-powder-table thead.flux-powder-header tr th {
    background: #232f41;
    color: #fff;
}
.saru-product-container .product-spec-table .table thead th {
    background: #232f41;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 16px 24px;
    border: none;
    border-right: none;
    position: relative;
    line-height: 26px;
}

.saru-product-container .product-spec-table .table thead th:last-child {
    border-right: none;
    text-align: center;
}

.saru-product-container .product-spec-table .table tbody tr {
    transition: background-color 0.2s ease;
}

.saru-product-container .product-spec-table .table tbody tr:hover {
    background: #f1f5f9 !important;
}
.saru-product-container .product-spec-table .table tbody td {
    padding: 16px 24px;
    border-right: none;
    vertical-align: middle;
    border-color: #e2e8f0;
    font-size: 16px;
    line-height: 26px;
    border-bottom: 1px solid #e2e8f0;
    border-left: none;
    text-align: left;
}
.saru-product-container .product-spec-table .table tbody td:first-child {
    font-weight: 600;
    color: #232f41;
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
}
.saru-product-container .product-spec-table .table tbody td small {
     color: #4b5563;
    font-size: 16px;
    display: block;
    margin-top: 2px;
}
.saru-product-container .product-spec-table .table tbody td:nth-child(2) {
    color: #4b5563;
    text-align: left;
}
.saru-product-container .product-spec-table .table tbody td:nth-child(3) {
    color: #334155;
    font-size: 14px;
    line-height: 24px;
}
.saru-product-container .product-spec-table .table tbody td:nth-child(4) {
    color: #4b5563;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}
.saru-product-container .product-spec-table .table tbody td:nth-child(5) {
    color: #4b5563;
    text-align: left;
}

.saru-product-container .product-spec-table .table tbody td:last-child {
    text-align: center;
}

/* Request Button */
.saru-product-container .btn-request {
    background: linear-gradient(rgb(230 0 0), rgb(230 0 0)), url(pattern.png);
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s ease;
    cursor: pointer;
}

.saru-product-container .btn-request:hover {
    background: #2563eb;
    color: white;
    transform: translateY(-1px);
}

.saru-product-container .btn-request::before {
    content: '📄';
    font-size: 10px;
}

/* ========================================
   PROCESS APPLICATIONS & TECHNICAL DOCS
   ======================================== */
.saru-product-container .accordion-body h5 {
    color: #1e293b;
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 16px;
}

.saru-product-container .accordion-body p {
    color: #4b5563;
    line-height: 1.6;
    margin-bottom: 16px;
}

.saru-product-container .accordion-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.saru-product-container .accordion-body li {
    color: #4b5563;
    padding: 8px 0;
    border-bottom: 1px solid #f1f5f9;
    position: relative;
    padding-left: 24px;
}

.saru-product-container .accordion-body li::before {
    content: '✓';
    color: #10b981;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 8px;
}

.saru-product-container .accordion-body li:last-child {
    border-bottom: none;
}

/* ========================================
   MODAL POPUP STYLES
   ======================================== */
.saru-product-container .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    padding: 20px;
    box-sizing: border-box;
}

.saru-product-container .modal-overlay.show {
    display: flex;
}

.saru-product-container .modal-content {
    background: white;
    border-radius: 12px;
    padding: 30px;
    width: 100%;
    max-width: 600px;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    animation: modalSlideIn 0.3s ease;
    margin: auto;
}

@keyframes modalSlideIn {
    from { transform: translateY(-50px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

.saru-product-container .modal-close {
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    border: none;
    font-size: 24px;
    color: #64748b;
    cursor: pointer;
    padding: 5px;
    line-height: 1;
}

.saru-product-container .modal-close:hover {
    color: #dc2626;
}

.saru-product-container .modal-title {
    font-size: 20px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 20px;
    padding-right: 30px;
}

/* Form Styles */
.saru-product-container .form-group {
    margin-bottom: 20px;
}

.saru-product-container .form-label {
    display: block;
    font-weight: 500;
    color: #374151;
    margin-bottom: 8px;
    font-size: 14px;
}

.saru-product-container .form-control {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 14px;
    transition: border-color 0.2s ease;
}

.saru-product-container .form-control:focus {
    outline: none;
    border-color: #3b82f6;
}

.saru-product-container .form-control textarea {
    resize: vertical;
    min-height: 80px;
}

.saru-product-container .btn-submit {
    background: #3b82f6;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease;
    width: 100%;
}

.saru-product-container .btn-submit:hover {
    background: #2563eb;
}

/* ========================================
   ANIMATIONS & LOADING STATES
   ======================================== */
.saru-product-container .accordion-collapse {
    transition: all 0.3s ease;
}

.saru-product-container .product-spec-table.loading {
    opacity: 0.7;
    pointer-events: none;
}

.saru-product-container .product-spec-table.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border: 2px solid #f3f4f6;
    border-top: 2px solid #3b82f6;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

/* Tablet */
@media (max-width: 768px) {
    .product-slider-container {
        flex-direction: column;
    }
    
    .slider-nav {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        order: 2;
    }
    
    .slider-nav .slick-slide {
        margin: 0 5px;
    }
    
   
	    .slider-for {
        margin-left: 0;
        order: 1;
        padding: 12px;
    }
       .product-content {
        padding: 30px 24px 0px 24px;
    }
	.product-section .row .product_item_sec ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 24px;
    margin: 0;
}
.product-section .row .product_item_sec ul li .pro_item {
    background: #232f41;
    color: #fff;
    padding: 8px 24px!important;
    border-radius: 32px;
    font-size: 14px;
    line-height: 24px;
}
	section.product-section.p_100 {
        padding-bottom: 40px !important;
        margin: 0;
        padding-top: 40px;
    }
	.application_inner_main_sec.p_100 {
    padding: 40px 0px;
}
	
    .saru-product-container section.single-product-page {
        background: #f8fafc;
        min-height: 100vh;
        padding: 40px 12px;
        display: none;
    }
	.saru-product-container .breadcrumb {
    padding: 15px 12px;
}
	.slider-for img {
    object-fit: cover;
}
	section.mobile-product-cards.p_100 {
    padding: 0px 15px 40px 15px;
}
    .saru-product-container .breadcrumb .container {
        font-size: 13px;
        gap: 10px;
    }
    
    .saru-product-container .accordion-button {
        padding: 16px 20px;
        font-size: 15px;
    }
    
    .saru-product-container .accordion-body {
        padding: 0px;
    }
    
    .saru-product-container .product-spec-table .table thead th,
    .saru-product-container .product-spec-table .table tbody td {
        padding: 12px 8px;
        font-size: 12px;
    }
    
    .saru-product-container .product-spec-table .table tbody td:first-child {
        width: 140px;
    }
    
    .saru-product-container .product-spec-table .table tbody td:nth-child(2) {
        width: 120px;
    }
    
    .saru-product-container .product-spec-table .table tbody td:nth-child(3) {
        width: 110px;
        font-size: 11px;
    }
    
    .saru-product-container .btn-request {
        padding: 6px 12px;
        font-size: 11px;
    }

    /* Modal Responsive */
    .saru-product-container .modal-overlay {
        padding: 10px;
        align-items: flex-start;
        padding-top: 50px;
    }
    
    .saru-product-container .modal-content {
        padding: 20px;
        max-width: 100%;
        max-height: 85vh;
        width: 100%;
    }
    
    .saru-product-container .modal-title {
        font-size: 18px;
        padding-right: 25px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .saru-product-container .single-product-page {
        padding: 40px 0;
    }
    
    .saru-product-container .accordion-button {
        padding: 14px 16px;
        font-size: 14px;
    }
    
    .saru-product-container .accordion-body {
        padding: 16px;
    }
    
    .saru-product-container .product-spec-table {
        font-size: 11px;
    }
    
    .saru-product-container .product-spec-table .table thead th,
    .saru-product-container .product-spec-table .table tbody td {
        padding: 8px 6px;
    }
    
    .saru-product-container .accordion-body .row .col-md-6 {
        margin-bottom: 20px;
    }

    /* Modal Mobile */
    .saru-product-container .modal-content {
        padding: 15px;
        border-radius: 8px;
    }
    
    .saru-product-container .form-control {
        padding: 10px 12px;
        font-size: 16px; /* Prevents zoom on iOS */
    }
}

@media (max-width: 480px) {
    .saru-product-container .modal-content {
        padding: 15px;
        border-radius: 8px;
    }
    
    .saru-product-container .form-control {
        padding: 10px 12px;
        font-size: 16px; /* Prevents zoom on iOS */
    }
}
.produtc_item_sec ul
 {
    LIST-STYLE: none;
    display: flex;
    gap: 22px;
    padding: 0;
    margin-top: 0;
}
.produtc_item_sec ul li .pro_item {
    BACKGROUND: #232f41;
    PADDING: 8PX 32px;
    border-radius: 24px;
    color: #fff;
}
.produtc_item_sec {
    border-top: 1px solid #00000070;
    padding-top: 24px;
    margin-top: 24px;
}
.single-product-foundary-equipment.p_100 {
    border-top: 1px solid #ececec;
	margin-top:0;
}
/* Mobile Cards CSS - Add this to your existing <style> section */

/* Mobile Cards (hidden by default, show only on mobile) */
.mobile-product-cards {
    display: none;
}

.mobile-accordion-section {
    margin-bottom: 15px;
    background: #f8fafc;
}

.mobile-accordion-header {
    background: #232f41;
    color: white;
    padding: 15px 20px;
    cursor: pointer;
    border-radius: 8px;
    margin-bottom: 2px;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    user-select: none;
}

.mobile-accordion-header::after {
    content: '+';
    position: absolute;
    right: 20px;
    font-size: 20px;
    transition: transform 0.3s ease;
}

.mobile-accordion-header.active::after {
    transform: rotate(45deg);
}

.mobile-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.mobile-accordion-content.active {
    max-height: 100%;
    padding: 12px;
}

.mobile-product-card {
    background: white;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-left: 4px solid #232f41;
    position: relative;
}

.mobile-product-card h4 {
    color: #232f41;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.3;
}

.mobile-product-info {
    display: grid;
    gap: 6px;
    margin-bottom: 12px;
}

.mobile-info-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 6px 0;
    border-bottom: 1px solid #f0f0f0;
}

.mobile-info-row:last-child {
    border-bottom: none;
}

.mobile-info-label {
    font-weight: 600;
    color: #666;
    font-size: 13px;
    min-width: 80px;
    flex-shrink: 0;
}

.mobile-info-value {
    font-size: 13px;
    color: #333;
    text-align: right;
    flex: 1;
    margin-left: 10px;
    line-height: 1.4;
}

.mobile-request-btn {
    background: transparent;
    color: #f40301;
    border: none;
    text-decoration: underline;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    padding: 0;
    width: auto;
    display: inline-block;
}

.mobile-request-btn:hover {
    color: #d10200;
    font-weight: 700;
}

/* Show mobile cards and hide desktop table on mobile */
@media (max-width: 768px) {
    /* Hide desktop accordion/table */
    .single-product-page .accordion {
        display: none !important;
    }
    
    /* Show mobile cards */
    .mobile-product-cards {
        display: block !important;
    }
    
    .mobile-accordion-header {
        font-size: 15px;
        padding: 12px 16px;
    }
    
    .mobile-accordion-header::after {
        right: 16px;
        font-size: 18px;
    }
    
       .mobile-info-label {
        font-size: 14px;
        min-width: 70px;
        font-weight: 700;
    }
    
    .mobile-product-card h4 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    
    .mobile-info-label {
        font-size: 12px;
        min-width: 70px;
    }
    
      .mobile-info-value {
        font-size: 14px;
    }
    
    .mobile-request-btn {
        font-size: 12px;
    }
}
button.mobile-request-btn {
    background: #2563eb;
    color: #fff !important;
    padding: 5px 8px;
    text-decoration: none;
    border-radius: 8px;
}
/* ========================================
   UNIVERSAL DESKTOP TABLE STYLING
   ALL PRODUCTS KE LIYE SAME DESIGN
   ======================================== */

@media (min-width: 1024px) {
    
    /* ===== TABLE CONTAINER ===== */
    .saru-product-container .product-spec-table {
        overflow-x: auto !important;
        width: 100% !important;
        border-radius: 0px !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
        margin-bottom: 0 !important;
    }
      .saru-product-container .product-spec-table {
        overflow-x: auto !important;
        width: 100% !important;
        border-radius: 0;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
        margin-bottom: 0 !important;
    }
    /* ===== TABLE HEADER - DARK NAVY ===== */
    .saru-product-container .product-spec-table .table thead {
        background: #2c3e50 !important;
    }
    
.saru-product-container .product-spec-table .table thead th {
        background: #F0F0F0 !important;
        color: #000 !important;
        font-weight: 600 !important;
        font-size: 16px !important;
        line-height: 24px !important;
        padding: 20px 24px !important;
        border: none !important;
        text-align: left !important;
        vertical-align: middle !important;
        white-space: normal !important;
    }

    
    /* Last header center align for buttons */
    .saru-product-container .product-spec-table .table thead th:last-child {
        text-align: center !important;
        white-space: nowrap !important;
    }
    
    /* ===== TABLE BODY CELLS - DEFAULT ===== */
    .saru-product-container .product-spec-table .table tbody td {
        padding: 20px 24px !important;
        border-bottom: 1px solid #e8ecef !important;
        border-left: none !important;
        border-right: none !important;
        border-top: none !important;
        vertical-align: middle !important;
        background: #ffffff !important;
        color: #4a5568 !important;
        font-size: 15px !important;
        line-height: 24px !important;
        text-align: left !important;
        word-wrap: break-word !important;
        word-break: break-word !important;
        white-space: normal !important;
    }
    .saru-product-container .product-spec-table .table tbody td:first-child {
        font-weight: 700 !important;
        color: #2c3e50 !important;
        font-size: 18px !important;
        line-height: 20px !important;
        text-align: left !important;
        min-width: 150px !important;
    }
    
    /* ===== LAST COLUMN - REQUEST BUTTON ===== */
    .saru-product-container .product-spec-table .table tbody td:last-child {
        text-align: center !important;
        padding: 16px 12px !important;
        min-width: 140px !important;
        width: 140px !important;
    }
    
    /* Request Button Styling */
    .saru-product-container .product-spec-table .table tbody td:last-child span.tds-link,
    .saru-product-container .product-spec-table .table tbody td:last-child .request-btn,
    .saru-product-container .product-spec-table .table tbody td:last-child button {
        background: #3b82f6 !important;
        color: #ffffff !important;
        border: none !important;
        padding: 10px 20px !important;
        border-radius: 8px !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px !important;
        cursor: pointer !important;
        text-decoration: none !important;
        transition: all 0.3s ease !important;
        white-space: nowrap !important;
        min-width: 100px !important;
    }
    
    .saru-product-container .product-spec-table .table tbody td:last-child span.tds-link:hover,
    .saru-product-container .product-spec-table .table tbody td:last-child .request-btn:hover,
    .saru-product-container .product-spec-table .table tbody td:last-child button:hover {
        background: #2563eb !important;
        transform: translateY(-2px) !important;
        box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4) !important;
    }
    
    /* Icon inside Request button */
    .saru-product-container .product-spec-table .table tbody td:last-child span.tds-link::before,
    .saru-product-container .product-spec-table .table tbody td:last-child .request-btn::before {
        content: '📄' !important;
        font-size: 14px !important;
    }
    
  
    
    /* ===== TEMPERATURE BADGES ===== */
    .saru-product-container .product-spec-table .table tbody td .temperature-badge {
        display: inline-block !important;
        background: #dbeafe !important;
        color: #1e40af !important;
        padding: 8px 16px !important;
        border-radius: 800px !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        white-space: nowrap !important;
        min-width: fit-content !important;
        text-align: center !important;
    }
    
    /* ===== COLOR INDICATORS ===== */
    .saru-product-container .product-spec-table .table tbody td .color-indicator {
        display: inline-block !important;
        width: 14px !important;
        height: 14px !important;
        border-radius: 50% !important;
        margin-right: 8px !important;
        border: 1px solid #cbd5e0 !important;
        vertical-align: middle !important;
        flex-shrink: 0 !important;
    }
    
    /* ===== ROW HOVER EFFECTS ===== */
    .saru-product-container .product-spec-table .table tbody tr {
        transition: all 0.2s ease !important;
    }
    
    .saru-product-container .product-spec-table .table tbody tr:hover {
        background: #f8fafc !important;
    }
    
    .saru-product-container .product-spec-table .table tbody tr:hover td {
        background: #f8fafc !important;
    }
    
    /* ===== ZEBRA STRIPING ===== */
    .saru-product-container .product-spec-table .table tbody tr:nth-child(even) td {
        background: #f9fafb !important;
    }
    
    .saru-product-container .product-spec-table .table tbody tr:nth-child(even):hover td {
        background: #f1f5f9 !important;
    }
    
    /* ===== REMOVE LAST ROW BORDER ===== */
    .saru-product-container .product-spec-table .table tbody tr:last-child td {
        border-bottom: none !important;
    }
    
    /* ===== COLUMN WIDTH OPTIMIZATION ===== */
    /* First column - Product Name */
    .saru-product-container .product-spec-table .table tbody td:first-child {
        width: auto !important;
        min-width: 150px !important;
        max-width: 250px !important;
    }
    
    /* Second column - Usually Description/Application */
    .saru-product-container .product-spec-table .table tbody td:nth-child(2) {
        width: auto !important;
        min-width: 200px !important;
    }
    
    /* Middle columns - Auto width */
    .saru-product-container .product-spec-table .table tbody td:not(:first-child):not(:last-child) {
        width: auto !important;
        min-width: 120px !important;
    }
    
    /* ===== TEXT FORMATTING ===== */
    .saru-product-container .product-spec-table .table tbody td strong {
        font-weight: 600 !important;
        color: #2c3e50 !important;
    }
    
    .saru-product-container .product-spec-table .table tbody td small {
        font-size: 13px !important;
        color: #718096 !important;
        display: block !important;
        margin-top: 4px !important;
    }
    
    /* ===== EMPTY CELLS ===== */
    .saru-product-container .product-spec-table .table tbody td .text-muted,
    .saru-product-container .product-spec-table .table tbody td:empty::after {
        content: '-' !important;
        color: #cbd5e0 !important;
    }
}

/* ========================================
   LARGE DESKTOP (1440px+)
   ======================================== */
@media (min-width: 1440px) {
    .saru-product-container .product-spec-table .table thead th {
        padding: 24px 28px !important;
        font-size: 17px !important;
    }
    
    .saru-product-container .product-spec-table .table tbody td {
        padding: 24px 28px !important;
    }
    

    
    .saru-product-container .product-spec-table .table tbody td:nth-child(2) {
        font-size: 16px !important;
    }
}

/* ========================================
   EXTRA LARGE DESKTOP (1920px+)
   ======================================== */
@media (min-width: 1920px) {
    .saru-product-container .product-spec-table .table thead th {
        padding: 28px 32px !important;
    }
    
    .saru-product-container .product-spec-table .table tbody td {
        padding: 28px 32px !important;
    }
}
/* ========================================
   FOUNDRY EQUIPMENT SECTION - POST ID 199, 206
   ======================================== */
.single-product-foundary-equipment {
    position: relative;
    z-index: 4;
    background: #fff;
    clear: both;
    margin-top: 0;
    padding: 50px 0;
}

.single-product-foundary-equipment.p_100 {
    border-top: 1px solid #ececec;
    margin-top: 0;
}

/* Services Grid Layout */
.single-product-foundary-equipment .services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 350px);
    gap: 0;
    border: 1px solid #ececec;
    position: relative;
}

/* Service Cards */
.single-product-foundary-equipment .service-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #fff;
    border: 1px solid #ececec;
}

.single-product-foundary-equipment .service-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    z-index: 10;
}

/* Content Section (Text Cards) */
.single-product-foundary-equipment .content-section {
    padding: 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

/* Image Section */
.single-product-foundary-equipment .image-section {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.single-product-foundary-equipment .image-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Image Cards - Remove Padding */
.single-product-foundary-equipment .service-card[class*="-img"] {
    padding: 0;
}

.single-product-foundary-equipment .service-card[class*="-img"] img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Typography */
.single-product-foundary-equipment h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
    line-height: 1.4;
    color: #232f41;
}

.single-product-foundary-equipment h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #232f41;
}

.single-product-foundary-equipment p {
    font-size: 15px;
    line-height: 1.6;
    color: #4b5563;
    margin-bottom: 0;
}

/* Quote Button inside Foundry Cards */
.single-product-foundary-equipment .quote-button-wrapper {
    margin-top: 16px;
}

.single-product-foundary-equipment .request-quote-btn {
    background: transparent;
    color: #f40301;
    border: none;
    text-decoration: underline;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    padding: 0;
}

.single-product-foundary-equipment .request-quote-btn:hover {
    color: #d10200;
    font-weight: 700;
}

/* ========================================
   RESPONSIVE DESIGN - FOUNDRY EQUIPMENT
   ======================================== */

/* Large Desktop */
@media (max-width: 1400px) {
    .single-product-foundary-equipment {
        margin-top: 0;
        padding: 50px 0;
    }

    .single-product-page {
        margin-bottom: 50px;
    }
}

/* Tablet/iPad */
@media (max-width: 1024px) {
    .single-product-foundary-equipment .services-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        gap: 1px;
    }

    .single-product-foundary-equipment .service-card {
        min-height: 280px;
    }

    .single-product-foundary-equipment .image-section {
        min-height: 280px;
    }
    
    .single-product-foundary-equipment .content-section {
        padding: 20px;
    }

    .single-product-foundary-equipment h2 {
        font-size: 18px;
    }
    
    .single-product-foundary-equipment p {
        font-size: 14px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .single-product-foundary-equipment {
        padding: 40px 10px;
        margin-top: 0;
    }

    .single-product-foundary-equipment .services-grid {
        grid-template-columns: 1fr;
        gap: 1px;
        margin: 12px;
    }

    .single-product-foundary-equipment .content-section {
        padding: 20px 15px;
        overflow: visible;
    }

    .single-product-foundary-equipment .service-card {
        min-height: 220px;
    }

    .single-product-foundary-equipment .image-section {
        min-height: 220px;
    }

    .single-product-foundary-equipment h2 {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .single-product-foundary-equipment h3 {
        font-size: 22px;
    }

    .single-product-foundary-equipment p {
        font-size: 13px;
        line-height: 1.5;
    }
    
    .single-product-foundary-equipment .quote-button-wrapper {
        margin-top: 12px;
    }
    
    .single-product-foundary-equipment .request-quote-btn {
        font-size: 13px;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .single-product-foundary-equipment {
        padding: 30px 5px;
    }
    
    .single-product-foundary-equipment .services-grid {
        margin: 8px;
    }
    
    .single-product-foundary-equipment .content-section {
        padding: 16px 12px;
    }
    
    .single-product-foundary-equipment h2 {
        font-size: 15px;
    }
    
    .single-product-foundary-equipment p {
        font-size: 12px;
    }
}
/* ========================================
   PRODUCT SLIDER - KEEP LAYOUT SAME
   Single image mein bhi thumbnail dikhega
   ======================================== */

.product-slider-container {
    display: flex !important;
    gap: 15px;
    align-items: flex-start;
}

/* THUMBNAIL NAVIGATION - Always visible */
.slider-nav {
    max-width: 100px;
    width: 100px;
    flex-shrink: 0;
    margin-right: 20px;
    display: block !important; /* Always show */
}

.slider-nav .slide-item {
    display: block !important;
    margin-bottom: 10px;
}

.slider-nav img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 6px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Active thumbnail */
.slider-nav .slick-current img,
.slider-nav .slide-item:first-child img {
    border-color: #ee0d08;
}

.slider-nav img:hover {
    border-color: #ff6600;
    opacity: 0.8;
}

/* MAIN IMAGE SLIDER */
.slider-for {
    flex: 1;
    max-width: 400px;
    margin-left: 20px;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.slider-for .slide-item {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100%;
}

.slider-for img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    object-fit: contain !important;
    border-radius: 12px;
    padding: 0;
    min-height: 200px;
}

/* Product content */
.product-content {
    width: 80%;
}

/* ========================================
   MOBILE RESPONSIVE
   ======================================== */
@media (max-width: 768px) {
    .product-slider-container {
        flex-direction: column !important;
    }
    
    /* Thumbnail goes to bottom */
    .slider-nav {
        max-width: 100% !important;
        width: 100% !important;
        margin-right: 0 !important;
        order: 2;
        display: flex !important;
        gap: 10px;
    }
    
    .slider-nav .slide-item {
        flex: 0 0 auto;
        margin-bottom: 0;
    }
    
    .slider-nav img {
        width: 80px;
        height: 80px;
    }
    
    /* Main image on top */
    .slider-for {
        max-width: 100% !important;
        width: 100% !important;
        margin-left: 0 !important;
        order: 1;
        padding: 12px;
    }
    
    .slider-for img {
        min-height: 200px;
    }
    
    .product-content {
        width: 100%;
        padding: 30px 24px 0;
    }
}