  .text-gray-100{
        color: rgb(243 244 246);

    }
    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0;
    }
    ol, ul, menu {
        list-style: auto !important;
    }
    dl, ol, ul {
        margin-top: 0;
        margin-bottom: 1rem;
    }
    ul {
        list-style-type: disc; /* Default bullet style */

    }

    ol {
        list-style-type: decimal; /* Default number style */

    }
    ol li[data-list="bullet"] {
        list-style-type: disc !important;
    }
    ul p {
        margin-top: 0;
        margin-bottom: 1rem !important;
    }
    ol, ul {
        padding-left: 2rem !important;
    }
    .faq-list{
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .cs-image{
        height: 350px;
        width: 100%;
        max-width: 100%;
    }

    @media (min-width: 1280px) {
        .xl\:p-10 {
            padding: 2.5rem;
        }
    }
    .mt-10 {
        margin-top: 2.5rem;
    }
    :is(.dark .dark\:text-gray-100) {
        --tw-text-opacity: 1;
        color: rgb(243 244 246 / var(--tw-text-opacity));
    }
    @media (min-width: 640px) {


        .sm\:text-5xl {
            font-size: 3rem;
            line-height: 1;
        }
        .faq-list{
            padding-left: 0.5rem !important;
            padding-right: 0.5rem !important;
        }
    }
    .bg-1F243A {
    background-color: #1f243a !important;
}
.bg-blue-700 {
    color: #1f243a !important;

    background-color: #3ebedb !important;

}
.faq {
    margin-top: 30px; /* Space above the FAQ section */
}
.faq-item {
    border: 1px solid #dee2e6; /* Border around each FAQ item */
    border-radius: 5px; /* Rounded corners */
    margin-bottom: 15px; /* Space between FAQ items */
    background-color: #fff; /* White background for FAQ items */
    padding: 15px; /* Padding inside each FAQ item */
}
.faq-question {
    cursor: pointer;
    font-weight: bold; /* Bold text for questions */
    padding: 10px 0; /* Vertical padding for questions */
}
.faq-answer {
    display: none; /* Initially hide answers */
    padding: 10px; /* Padding inside the answer */
    background-color: #e9ecef; /* Light grey background for answer */
    border-radius: 5px; /* Rounded corners for answer */
    margin-top: 10px; /* Space between question and answer */
}
.arrow {
    font-size: 1.2em; /* Increase arrow size */
    transition: transform 0.2s; /* Smooth transition for arrow rotation */
}
.text_3EBEDB{
    color: #3ebedb !important;
}

.border-purple-600 {
    --tw-border-opacity: 1;
    border-color: #3ebedb !important;
}
