.business-icon-wrapper
{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.business_comparison_hero {
    background: linear-gradient(135deg, var(--green-1-finexfa ) 0%, var(--green-2-finexfa ) 100%);
    color: white;
    padding: 4rem 0;
}
.business_comparison_card {
    border: none;
    border-radius: 15px;
    transition: transform 0.3s ease;
    background: white;

}
.business_comparison_card:hover {
    transform: translateY(-5px);
}
.business_comparison_card_image {
    height: 200px;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
    width: 100%;
}
.business_comparison_feature {
    background: #f0f2f5;
    color: #4158d0;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    margin: 3px;
    display: inline-block;
}
.business_comparison_search {
    background: white;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.business_comparison_rating {
    color: #ffc107;
}
.business_comparison_verified {
    color: #10b981;
    margin-right: 5px;
}
.business_comparison_btn {
    padding: 20px 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
    background: #4158d0;
    color: white;
    border: none;
    width: 100%;
    text-align: center;
    text-decoration: none;
    display: block;
}
.business_comparison_btn:hover {
    background: #364abf;
    color: white;
}
.business_comparison_price {
    background: #f0f2f5;
    padding: 5px 15px;
    border-radius: 10px;
    font-size: 0.9rem;
    color: #4158d0;
    display: inline-block;
}
.business_comparison_type_badge {
    padding: 5px 15px;
    border-radius: 10px;
    font-size: 0.9rem;
    color: white;
}
.business_comparison_type_financial {
    background: #4158d0;
}
.business_comparison_type_exchange {
    background: #10b981;
}
.business_comparison_card_body {
    padding: 20px;
}
.business_comparison_card_title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
}
.business_comparison_description {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 15px;
    line-height: 1.6;
}
.business_comparison_features_container {
    margin-bottom: 15px;
}
.business_comparison_input {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px 15px;
    width: 100%;
}
.business_comparison_select {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px 15px;
    width: 100%;
}
.broker-box {
    border-top: 4px solid #3498db;
}
.exchange-box {
    border-top: 4px solid #2ecc71;
}
.prop-box {
    border-top: 4px solid #e74c3c;
}
.icon-container {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}
.broker-icon {
    background-color: rgba(52, 152, 219, 0.1);
    color: #3498db;
}
.exchange-icon {
    background-color: rgba(46, 204, 113, 0.1);
    color: #2ecc71;
}
.prop-icon {
    background-color: rgba(231, 76, 60, 0.1);
    color: #e74c3c;
}
.btn-service {
    border-radius: 20px;
    font-weight: 500;
}
.business-table-container {
    position: relative;
    max-height: 600px;
    overflow: auto;
    border-radius: 0.75rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.06);
    background: #fff;
}
.business-table-container::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.business-table-container::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 3px;
}
.business-table-container::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 3px;
}
.business-table-container::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}
.business-table {
    min-width: 1150px !important;
    font-size: 0.9rem;
    margin: 0;
    border-collapse: separate;
    border-spacing: 0;
}
.business-table thead th {
    position: sticky;
    top: 0;
    z-index: 10;
    background: rgba(248, 249, 250, 0.98);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    padding: 1.25rem 1rem;
    font-weight: 600;
    font-size: 0.95rem;
    color: #475569;
    white-space: nowrap;
    border-bottom: 2px solid #e2e8f0;
}
.business-table thead th:first-child {
    border-top-right-radius: 0.75rem;
}
.business-table thead th:last-child {
    border-top-left-radius: 0.75rem;
}
.business-table th.col-logo,
.business-table td.col-logo {
    position: sticky;
    right: 0;
    z-index: 15;
    width: 85px;
    min-width: 85px;
    max-width: 85px;
    background: #fff;
    box-shadow: -2px 0 4px rgba(0, 0, 0, 0.05);
}
.business-table tbody td {
    padding: 1.25rem 1rem;
    vertical-align: middle;
    border-bottom: 1px solid #f1f5f9;
}
.business-logo {
    width: 65px;
    height: 65px;
    object-fit: scale-down;
    border-radius: 0.625rem;
    border: 2px solid #f8fafc;

}
.business-table tbody tr:hover {
    background: #f8f9fa;
}
.custom-badge {
    font-size: 0.8rem;
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
    font-weight: 500;
    letter-spacing: 0.025em;
}
.star-rating {
    color: #fbbf24;
    font-size: 1.1rem;
    letter-spacing: 2px;
    margin-bottom: 0.25rem;
}
.action-btn {
    font-size: 0.85rem;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
}
@media (max-width: 768px) {
    .business-table-container {
        max-height: 500px !important;
    }
    .business-table {
        min-width: 1000px !important;
        font-size: 0.8rem;
    }
    .business-table th.col-logo,
    .business-table td.col-logo {
        width: 70px;
        min-width: 70px;
        max-width: 70px;
    }
    .business-logo {
        width: 55px;
        height: 55px;
    }
    .business-table thead th {
        padding: 1rem 0.75rem;
        font-size: 0.85rem;
    }
    .business-table tbody td {
        padding: 1rem 0.75rem;
    }
}
@media (max-width: 576px) {
    .business-table {
        font-size: 0.75rem;
    }
    .business-table th.col-logo,
    .business-table td.col-logo {
        width: 60px;
        min-width: 60px;
        max-width: 60px;
    }
    .business-logo {
        width: 45px;
        height: 45px;
    }
    .business-table thead th {
        padding: 0.75rem 0.5rem;
    }
    .business-table tbody td {
        padding: 0.75rem 0.5rem;
    }
    .custom-badge {
        font-size: 0.7rem;
        padding: 0.25rem 0.5rem;
    }
}