 :root {
            --primary-color: #0d6efd;
            --secondary-color: #333;
            --accent-color: #f5f5f5;
            --text-color: #444;
            --rating-color: #ffb800;
        }
        
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            color: var(--text-color);
            line-height: 1.6;
            background-color: #f9f9f9;
        }
        .container{
            --bs-gutter-x: 0.5rem;
            --bs-gutter-y: 0;
            width: 100%;
            padding-right: 0px !important;
            padding-left: 0  !important;
            margin-right: auto;
            margin-left: auto;
        }
        .header-section {
            background-color: white;
            border-bottom: 1px solid #e0e0e0;
            padding: 15px 0;
        }
        .about-section {
    margin-bottom: 30px;
            }
            .btn-primary{
                background-color: var(--primary-color);
                border: 1px solid var(--primary-color);
            }
            .section-title {
                color: #2a5aa7;
                font-weight: 600;
                font-size: 1.5rem;
                margin-bottom: 20px;
                padding-bottom: 10px;
                border-bottom: 2px solid #e0e0e0;
            }

            .section-title i {
                margin-right: 10px;
                color: #2a5aa7;
            }

            .about-description {
                color: #444;
                line-height: 1.6;
                margin-bottom: 15px;
            }

            .read-more {
                color: #2a5aa7;
                font-weight: 500;
                text-decoration: none;
                display: inline-flex;
                align-items: center;
                margin-bottom: 20px;
            }

            .read-more i {
                margin-right: 5px;
                font-size: 1.1rem;
            }

            .detail-title {
                color: #666;
                font-size: 0.9rem;
                font-weight: 500;
                margin-bottom: 5px;
            }

            .detail-value {
                color: #333;
                font-weight: 500;
            }

            .icon-box {
                width: 36px;
                height: 36px;
                background-color: #fff;
                color: #000000;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-shrink: 0;
                border: 1px solid #000000;

            }

            .icon-box i {
                font-size: 1.1rem;
            }

            .certification-badge .badge {
                padding: 6px 12px;
                font-size: 0.85rem;
                font-weight: 500;
            }

            .card {
                border: none;
                border-radius: 8px;
                box-shadow: 0 2px 10px rgba(0,0,0,0.08);
                background-color: #fff;
            }

            @media (max-width: 768px) {
                .section-title {
                    font-size: 1.3rem;
                }
                
                .detail-item {
                    margin-bottom: 15px;
                }
            }
        .org-name {
            color: #000000;
            font-weight: 800;
            font-size: 1.5rem;
            margin-bottom: 3px;
            text-transform: uppercase;
        }
        
        .org-location {
            color: #666;
            font-size: 0.9rem;
        }
        
        .org-badge {
            display: inline-block;
            background-color: #e3f2fd;
            color: var(--primary-color);
            padding: 3px 8px;
            border-radius: 4px;
            font-size: 0.8rem;
            margin-right: 5px;
            margin-bottom: 5px;
        }
        
        .trustseal-badge {
            background-color: #e8f5e9;
            color: #2e7d32;
            border: 1px solid #c8e6c9;
        }
        
        .rating-badge {
            background-color: #fff8e1;
            color: #ff8f00;
        }
        
        .response-badge {
            background-color: #e3f2fd;
            color: var(--primary-color);
        }
        
        .nav-tabs {
            border-bottom: 2px solid #e0e0e0;
        }
        
        .nav-tabs .nav-link {
            color: var(--text-color);
            font-weight: 500;
            border: none;
            padding: 10px 20px;
        }
        
        .nav-tabs .nav-link.active {
            color: var(--primary-color);
            border-bottom: 3px solid var(--primary-color);
            background-color: transparent;
        }
        
        .product-card {
    transition: all 0.3s ease;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
    border: 1px solid #eaeaea !important;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    border-color: #d0d0d0 !important;
}

.product-title {
    font-size: 1.2rem;
    line-height: 1.3;
}

.product-desc {
    font-size: 0.9rem;
    line-height: 1.5;
    min-height: 40px;
}

.price-section {
    background-color: #f9f9f9;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #eee;
}

.hsn-badge .badge {
    font-size: 0.75rem;
    padding: 4px 8px;
}

.btn-primary {
    font-weight: 500;
}

@media (max-width: 768px) {
    .product-title {
        font-size: 1.1rem;
    }
    
    .product-desc {
        font-size: 0.85rem;
    }
}
        
        .view-details {
            color: var(--primary-color);
            font-weight: 500;
            font-size: 0.9rem;
            text-decoration: none;
        }
        
        .section-title {
            color: #000000;
            font-weight: 800;
            font-size: 1.5rem;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid #e0e0e0;
            text-transform: uppercase;
            text-align: center;
        }
        /* Shared Card Styles */
.service-card, .product-card {
    transition: all 0.3s ease;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
    border: 1px solid #eaeaea !important;
}

.service-card:hover, .product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    border-color: #d0d0d0 !important;
}

/* Service Specific Styles */
.service-title {
    font-size: 1.25rem;
    line-height: 1.3;
}

.service-desc {
    font-size: 0.95rem;
    line-height: 1.6;
}

.pricing-section {
    background-color: #f9f9f9;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #eee;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .service-title {
        font-size: 1.15rem;
    }
    
    .service-desc {
        font-size: 0.9rem;
    }
    
    .d-md-flex {
        flex-direction: column;
        gap: 10px !important;
    }
    
    .me-md-2 {
        margin-right: 0 !important;
    }
}
        .rating-stars {
            color: var(--rating-color);
            font-size: 0.9rem;
        }
        
        .review-card {
            background-color: white;
            border-radius: 5px;
            padding: 15px;
            margin-bottom: 15px;
            border: 1px solid #e0e0e0;
        }
        
        .reviewer-name {
            font-weight: 600;
            margin-bottom: 5px;
        }
        
        .review-date {
            color: #888;
            font-size: 0.8rem;
        }
        
        .footer {
            background-color: var(--secondary-color);
            color: white;
            padding: 30px 0 15px;
            font-size: 0.9rem;
        }
        
        .footer-title {
            font-weight: 600;
            margin-bottom: 15px;
            font-size: 1.1rem;
        }
        
        .footer-link {
            color: #ccc;
            text-decoration: none;
            display: block;
            margin-bottom: 8px;
        }
        
        .footer-link:hover {
            color: white;
        }
        
        .contact-info {
            margin-top: 20px;
        }
        
        .contact-btn {
            background-color: var(--primary-color);
            color: white;
            border: none;
            padding: 8px 20px;
            border-radius: 4px;
            font-weight: 500;
        }
        
        .contact-btn:hover {
            background-color: #1c4a8a;
            color: white;
        }
        
        .hsn-code {
            font-size: 0.8rem;
            color: #666;
            background-color: #f5f5f5;
            padding: 2px 5px;
            border-radius: 3px;
        }
        
        
        
        @media (max-width: 768px) {
            .org-name {
                font-size: 1.5rem;
            }
            
            .nav-tabs .nav-link {
                padding: 8px 12px;
                font-size: 0.9rem;
            }
        }
        /* Mobile Specific Styles */
.org-name-mobile {
    font-size: 1rem;
    color: #2a5aa7;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.org-badge-mobile {
    font-size: 0.7rem;
    background-color: #e3f2fd;
    color: #2a5aa7;
    padding: 2px 5px;
    border-radius: 3px;
    display: inline-block;
    margin-top: 2px;
}

.contact-btn-mobile {
    font-size: 0.8rem;
    background-color: #2a5aa7;
    color: white;
    border-radius: 4px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.contact-btn-mobile i {
    margin-right: 3px;
}

.table-sm td {
    padding: 0.1rem;
    vertical-align: middle;
}

/* Adjust logo placeholder for mobile */
.logo-placeholder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: #ffb800;
    color: white;
    font-size: 2rem;
    font-weight: bold;
    border-radius: 10px;
}

/* Ensure proper spacing */
.header-section {
    padding: 10px 0;
}