  .solution_img_border {

        width: 95%;
        height: 70vh;
        margin-left: 2.5%;
    }

    .solution_img_border {
        border-radius: 10px;
        /* Rounded corners like the example */
    }

    .gradient-overlay {
        position: absolute;
        top: 0;
        left: 2.5%;
        height: 100%;
        width: 50%;
        /* Covers left side */
        background: linear-gradient(to right, rgba(0, 77, 153, 0.8), transparent);
        border-radius: 10px;
    }

    .text-overlay {
        position: absolute;
        top: 50%;
        left: 40px;
        transform: translateY(-50%);
        max-width: 720px;
    }

    .text-overlay h2 {
        font-size: 2rem;
        font-weight: 700;
    }

    .text-overlay p {
        line-height: 1.5;
    }

    .benefit-card {
        border: 2px solid #ddd;
        border-radius: 10px;
        padding: 20px;
        box-shadow: #fff 4px 5px 0 0, #000 4px 5px 0 1px;
        background-color: transparent
    }

    .icon-box {
        width: 40px;
        height: 40px;
        background: #005792;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
        color: #fff;
        font-size: 18px;
    }

    .benefit-card {
        border: 2px solid #ddd;
        border-radius: 10px;
        padding: 20px;
        box-shadow: #fff 4px 5px 0 0, #000 4px 5px 0 1px;
        background-color: transparent;
    }

    .icon-box {
        width: 40px;
        height: 40px;
        background: #005792;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
        color: #fff;
        font-size: 18px;
    }

    .benefitsLists li {
        text-decoration: default !important;

    }

    .core-features {
        background-color: #fbfcfd;
        z-index: 0;
    }

    .stats-card {
        background-color: rgba(255, 255, 255, 0.05);
        border-radius: 8px;
        padding: 20px;
        text-align: center;
        margin-bottom: 20px;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

    .stats-card h2 {
        color: #ffc107;
        font-weight: bold;
    }

    .section-title {
        font-weight: bold;
        margin-bottom: 40px;
    }

    .qs-numbers {
        background: #005792;
    }


    .cbsl-section {
        background-color: #fff;
        color: #000;
    }

    .cbsl-title {
        font-weight: bold;
        margin-bottom: 15px;
    }

    .cbsl-subtitle {
        font-weight: 500;
        margin-bottom: 10px;
    }

    .cbsl-list {
        list-style: none;
        padding-left: 0;
    }

    .cbsl-list li {
        padding-left: 20px;
        position: relative;
        margin-bottom: 8px;
    }

    .cbsl-list li::before {
        content: "•";
        color: #007bff;
        font-weight: bold;
        position: absolute;
        left: 0;
    }

    .cbsl-advantage-box {
        display: flex;
        align-items: center;
        border: 1px solid #ddd;
        border-radius: 8px;
        padding: 12px 15px;
        margin-bottom: 12px;
        background-color: #fff;
        /* box-shadow: #fff 4px 5px 0 0, #000 4px 5px 0 1px; */
    }

    .cbsl-icon {
        background-color: #0d5c91;
        color: white;
        border-radius: 50%;
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 12px;
        font-size: 16px;
    }



    .get-in-touch-btn {
        border-radius: 6px;
        font-weight: 500;
        padding: 8px 18px;
    }

    .get-in-touch-btn i {
        margin-right: 6px;
    }

    .faq-section {
        background-color: #f8f9fa;
    }

    .faq-card {
        border-radius: 8px;
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
        border: 1px solid #ccc;
    }

    .faq-question {
        display: block;
        width: 100%;
        text-align: left;
        font-weight: 600;
        color: #000;
        text-decoration: none;
    }

    .faq-question:hover {
        text-decoration: none;
        color: #007bff;
    }

    .faq-answer {
        font-size: 0.95rem;
        color: #333;
    }

    .core-feature-box {
        background: white;
    }

    .benefitsLists li::before {
        content: '';
        display: inline-block;
        width: 10px;
        /* size of the circle */
        height: 10px;
        background-color: black;
        /* solid fill */
        border-radius: 50%;
        /* makes it a circle */

        background-color: #005792;

        margin-right: 0.5em;


    }

    .my-container {
        width: 90%;
    }


    .get-in-touch{
        margin-bottom: 10px !important;
    }