  
        /* Your provided CSS, with .faq-card:hover .accordion-collapse removed */
        .faq-section {
            padding: 40px 15px;
            max-width: 1200px;
            margin: 0 auto;
        }
        .faq-section h2 {
            font-size: 32px;
            font-weight: 700;
            color: #212529;
            margin-bottom: 40px;
        }
        .accordion-collapse {
            transition: height 0.3s ease;
        }
        .accordion-item {
            background-color: #fff;
            border: 1px solid #e0e0e0;
            border-radius: 8px !important;
            margin-bottom: 15px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            width: 100%;
            box-sizing: border-box;
        }
        .accordion-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        }
        .accordion-button {
            background-color: #2124B1 !important;
            color: #fff !important;
            font-size: 18px;
            font-weight: 500;
            padding: 15px 20px;
            line-height: 1.5;
            overflow-wrap: break-word;
            word-break: break-word;
            hyphens: auto;
            width: 100%;
            box-sizing: border-box;
            text-align: left;
            transition: background-color 0.3s ease, padding-left 0.3s ease;
        }
        .accordion-button:hover {
            background-color: #1a1e8c !important;
            padding-left: 25px;
        }
        .accordion-button:not(.collapsed) {
            background-color: #1a1e8c !important;
            color: #fff !important;
        }
        .accordion-button:focus {
            box-shadow: none;
            outline: none;
        }
        .accordion-body {
            font-size: 16px;
            padding: 20px;
            background-color: #f8f9fa;
            color: #212529;
            overflow-wrap: break-word;
            word-break: break-word;
            hyphens: auto;
            line-height: 1.6;
        }
        .faq-section .form-control {
            background-color: #f8f9fa;
            color: #212529;
            border: 1px solid #ced4da;
            transition: background-color 0.3s, color 0.3s;
        }
        .faq-section .form-control:hover {
            background-color: #2124B1 !important;
            color: rgb(245, 249, 254) !important;
        }
        .faq-section .form-control:focus {
            border-color: #2124B1;
            box-shadow: 0 0 5px rgba(33, 36, 177, 0.3);
        }
        .faq-section .btn-primary {
            background-color: #2124B1;
            border: none;
            transition: all 0.3s ease;
        }
        .faq-section .btn-primary:hover {
            background-color: #1a1e8c;
        }
        @media (max-width: 768px) {
            .faq-section {
                padding: 30px 10px;
            }
            .faq-section h2 {
                font-size: 28px;
            }
            .faq-section h3 {
                font-size: 20px;
                margin-bottom: 15px;
            }
            .faq-section p {
                font-size: 14px;
            }
            .accordion-button {
                font-size: 16px;
                padding: 12px 15px;
                overflow-wrap: break-word;
                word-break: break-word;
                hyphens: auto;
                max-width: 100%;
                width: 100%;
                box-sizing: border-box;
            }
            .accordion-body {
                font-size: 14px;
                padding: 15px;
            }
            .faq-section .form-control {
                height: 44px;
                font-size: 14px;
                padding: 0 15px;
                width: 100%;
            }
            .faq-section .btn-primary {
                height: 36px;
                width: 36px;
                top: 4px;
                margin-right: 4px;
            }
            .faq-section .row {
                flex-direction: column;
            }
            .faq-section .col-lg-8,
            .faq-section .col-lg-4 {
                width: 100%;
                max-width: 100%;
            }
        }
        @media (max-width: 576px) {
            .faq-section {
                padding: 20px 5px;
            }
            .faq-section h2 {
                font-size: 24px;
            }
            .faq-section h3 {
                font-size: 18px;
            }
            .faq-section p {
                font-size: 13px;
            }
            .accordion-button {
                font-size: 14px;
                padding: 10px 12px;
                overflow-wrap: break-word;
                word-break: break-word;
                hyphens: auto;
                max-width: 100%;
                width: 100%;
            }
            .accordion-body {
                font-size: 13px;
                padding: 12px;
            }
            .faq-section .form-control {
                height: 40px;
                font-size: 13px;
                padding: 0 12px;
            }
            .faq-section .btn-primary {
                height: 32px;
                width: 32px;
                top: 4px;
                margin-right: 3px;
            }
            .faq-section .fa-paper-plane {
                font-size: 14px;
            }
        }
        @media (max-width: 400px) {
            .faq-section {
                padding: 15px 3px;
            }
            .faq-section h2 {
                font-size: 22px;
            }
            .faq-section h3 {
                font-size: 16px;
            }
            .faq-section p {
                font-size: 12px;
            }
            .accordion-button {
                font-size: 13px;
                padding: 8px 10px;
                overflow-wrap: break-word;
                word-break: break-word;
                hyphens: auto;
                max-width: 100%;
                width: 100%;
                line-height: 1.4;
            }
            .accordion-body {
                font-size: 12px;
                padding: 10px;
            }
            .faq-section .form-control {
                height: 38px;
                font-size: 12px;
                padding: 0 10px;
            }
            .faq-section .btn-primary {
                height: 30px;
                width: 30px;
                top: 4px;
                margin-right: 2px;
            }
            .faq-section .fa-paper-plane {
                font-size: 13px;
            }
        }
        /* Add custom styles for other sections if needed */
        .pricing-card {
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            padding: 20px;
            text-align: center;
        }
        .features {
            list-style: none;
            padding: 0;
           
        }
    
        .btn-primary {
            background-color: #2124B1;
            border: none;
        }
        .btn-primary:hover {
            background-color: #1a1e8c;
        }
        .testimonial-card {
            margin: 0 10px;
        }
        .card.chos {
            border: 1px solid #e0e0e0;
            border-radius: 8px;
        }
    
