﻿#why-choose .row {
    --bs-gutter-x: 2rem; /* Increased gap between columns to match screenshot spacing */
}

#why-choose .card {
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05); /* Subtle shadow matching Figma style */
    background-color: #fff;
    border: none;
}

#why-choose h2 {
    font-size: 2.25rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 3rem;
}

#why-choose h4 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1.5rem;
}

#why-choose .why-choose-card p.small.fw-bold.text-primary {
    font-size: 0.85rem;
    color: #007bff !important;
    margin-bottom: 1rem;
}

#why-choose .bullet {
    color: #333;
    font-size: 1.2rem;
    margin-right: 0.75rem;
    font-weight: bold;
    vertical-align: top;
    line-height: 1.4;
}

#why-choose ul.list-unstyled li {
    font-size: 0.95rem;
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 1.25rem;
}

    #why-choose ul.list-unstyled li strong {
        font-weight: 600;
        color: #333;
        display: block;
        margin-bottom: 0.5rem;
        font-size: 1rem;
    }

    #why-choose ul.list-unstyled li br {
        display: none; /* Remove explicit br; use margin on strong instead */
    }

#why-choose .stat-box {
    background-color: #000;
    color: #fff;
    border-radius: 8px;
    padding: 1.25rem;
    display: inline-block;
    text-align: center;
}

    #why-choose .stat-box .display-4 {
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 1;
    }

    #why-choose .stat-box p {
        font-size: 0.85rem;
        margin: 0.25rem 0 0 0;
        font-weight: 500;
    }

#why-choose .text-muted {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #6c757d !important;
}

#why-choose .row.text-center h3 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 0.25rem;
}

#why-choose .row.text-center p {
    font-size: 0.8rem;
    color: #6c757d;
    margin: 0;
    font-weight: 500;
}

#why-choose .row.text-center .col {
    padding: 0 0.75rem; /* Add padding for better stat spacing */
}

#why-choose .quote-box {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 1.25rem;
    font-size: 0.9rem;
    color: #6c757d;
    line-height: 1.6;
    font-style: italic;
    border-left: 3px solid #e9ecef;
}

#why-choose .tag {
    background-color: #f8f9fa;
    border-radius: 20px;
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
    color: #6c757d;
    white-space: nowrap;
    border: 1px solid #dee2e6;
}

#why-choose .d-flex.gap-2 {
    gap: 0.75rem;
    justify-content: center;
    margin-top: 1rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    #why-choose .row {
        --bs-gutter-x: 1.5rem;
    }

    #why-choose h2 {
        font-size: 1.75rem;
        margin-bottom: 2rem;
    }

    #why-choose .row.text-center .col {
        padding: 0 0.5rem;
    }

    #why-choose .stat-box .display-4 {
        font-size: 2rem;
    }
}
