.card-pricing:hover{
    box-shadow: 4px 4px 10px #00000025;
}

/* Responsive Styles for Pricing Page */

/* Tablet and smaller (≤991px) */
@media (max-width: 991px) {
    #hero-section .display-1 {
        font-size: 3rem;
    }

    #pricing-card .card {
        max-width: 90%;
    }

    #pricing-tiers {
        flex-wrap: wrap;
    }

    .card-pricing {
        width: 12rem !important;
        height: 12rem !important;
    }

    .card-pricing .fs-1 {
        font-size: 2rem !important;
    }

    #section-2 .display-4 {
        font-size: 2.5rem;
    }

    #section-2 .w-75 {
        width: 90% !important;
    }

    .accordion {
        width: 90% !important;
    }
}

/* Mobile devices (≤768px) */
@media (max-width: 768px) {
    #hero-section .display-1 {
        font-size: 2.5rem;
    }

    #hero-section .lead {
        font-size: 1rem;
    }

    #pricing-card .card {
        max-width: 100%;
    }

    #pricing-card .card-header .row {
        text-align: center;
    }

    #pricing-card .card-header .col-md-6 {
        border-right: none !important;
        border-bottom: 1px solid #495057;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }

    #pricing-card .card-header .col-md-6:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    #pricing-card .fs-2 {
        font-size: 1.75rem !important;
    }

    #pricing-card .fs-5 {
        font-size: 0.875rem !important;
    }

    #pricing-card .row.mb-5 .col-md-6 {
        margin-bottom: 1.5rem;
    }

    #pricing-card .row.mb-5 .col-md-6:last-child {
        margin-bottom: 0;
    }

    .card-pricing {
        width: 10rem !important;
        height: 10rem !important;
    }

    .card-pricing .fs-1 {
        font-size: 1.75rem !important;
    }

    .card-pricing small {
        font-size: 0.7rem !important;
    }

    #section-2 .display-4 {
        font-size: 2rem;
    }

    #section-2 .w-75,
    .accordion.w-75 {
        width: 100% !important;
    }

    .accordion-button {
        font-size: 0.95rem;
    }

    #cta-section .display-4 {
        font-size: 2rem;
    }

    #cta-section .lead {
        font-size: 1rem;
    }

    #cta-section .btn-lg {
        font-size: 1rem;
        padding: 0.75rem 1.5rem;
    }
}

/* Small mobile devices (≤576px) */
@media (max-width: 576px) {
    #hero-section .display-1 {
        font-size: 2rem;
    }

    #hero-section .lead {
        font-size: 0.95rem;
    }

    #pricing-card .card-body {
        padding: 1rem;
    }

    #pricing-card .fs-5 {
        font-size: 1rem !important;
    }

    #pricing-card .btn-lg {
        font-size: 0.95rem;
        padding: 0.75rem 1.25rem;
    }

    #pricing-tiers {
        flex-direction: column;
    }

    .card-pricing {
        width: 100% !important;
        max-width: 16rem;
        height: auto !important;
        padding: 2rem 1rem !important;
    }

    .card-pricing .fs-1 {
        font-size: 2rem !important;
    }

    .card-pricing small {
        font-size: 0.75rem !important;
    }

    #section-2 .display-4 {
        font-size: 1.75rem;
    }

    #section-2 .lead {
        font-size: 0.95rem;
    }

    #section-2 .col-12.col-sm-6.col-lg-3 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    #section-2 .card {
        padding: 1.5rem !important;
    }

    .accordion-button {
        font-size: 0.875rem;
        padding: 0.875rem 1rem;
    }

    .accordion-body {
        font-size: 0.875rem;
    }

    #cta-section .display-4 {
        font-size: 1.75rem;
    }

    #cta-section .btn-lg {
        width: 100%;
        justify-content: center;
    }

    #cta-section .d-flex.gap-4 {
        gap: 1rem !important;
    }
}

/* Extra small devices (≤375px) */
@media (max-width: 375px) {
    #hero-section .display-1 {
        font-size: 1.75rem;
    }

    #pricing-card .fs-2 {
        font-size: 1.5rem !important;
    }

    #pricing-card .card-footer {
        padding: 1rem;
    }

    #pricing-card .card-footer .gap-4 {
        gap: 0.75rem !important;
    }

    #pricing-card .card-footer small {
        font-size: 0.75rem !important;
    }

    .card-pricing {
        max-width: 100%;
    }

    #section-2 .display-4 {
        font-size: 1.5rem;
    }

    #section-2 .card {
        padding: 1rem !important;
    }

    #section-2 .bg-label-primary {
        width: 40px !important;
        height: 40px !important;
    }

    #section-2 .fs-4 {
        font-size: 1rem !important;
    }

    #cta-section .display-4 {
        font-size: 1.5rem;
    }
}