@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');

* {

    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
}

.outer {
    width: 100%;
    height: 100%;
    background: linear-gradient(250.15deg, #AFC4F9 1.6%, #FFFFFF 51.18%, #AAC0F9 92.57%);

}



.ellipse {
    position: absolute;
    top: 20%;
    z-index: 1;
    opacity: 0.5;
    width: 200px;
}

.ellipse img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.one {
    top: 550px;

}

.two {
    top: 1400px;
    right: 0;
    /* display: flex;
    align-items: flex-end;
    justify-content: end; */
}

.case-study-one-main {

    position: relative;
    z-index: 2;
    max-width: 90%;
    margin: 0px auto 0px auto;
    padding-top: 60px;

}




.case-study-one-heading-one,
.case-study-one-heading-two {
    font-size: 48px;
    font-weight: 800;
    line-height: 53px;
    text-align: center;
}

.case-study-one-heading-two {

    color: #2D64ED;

}

.case-study-one-block {
    /* background-color: antiquewhite; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-top: 50px;
    /*margin-bottom: 10px;*/

}

.case-study-one-left-block {
    /* background-color: #3d64ff; */
    flex: 1 1 45%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
      padding-bottom: 10px;
}

.case-study-one-img {
    width: 100%;
}

.case-study-one-right-block {
    /* flex: <flex-grow> <flex-shrink> <flex-basis>; */
    /*    
flex-grow: 1   -This item can grow to take up available space, proportional to other items that can grow.
flex-shrink: 1  -This item can shrink if needed, also in proportion to other items.
flex-basis: 45% -This sets the initial size of the item before growing or shrinking kicks in. Here, it tries to take up 45% of the container’s width.
 */
    flex: 1 1 45%;
}

.case-study-one-right-block h2 {
    /* position: relative;
     display: inline-block; */
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 24px;
    line-height: 53px;
    color: #2D64ED;
}


.case-study-one-right-block p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 30px;

}

.points {
    list-style: none;
    padding: 0;
    margin: 0;
}

.points li {
    display: flex;
    align-items: flex-start;
}

.point-text {
    flex: 1;
}

.sub-points {
    list-style-type: disc;
    padding-left: 20px;
    margin: 10px 0 0 0;
}

.sub-points li {
    display: list-item;
    /* Critical: ensures bullet is shown inside flex context */
    list-style-position: outside;
    font-size: 16px;
    line-height: 24px;
}


.points img {
    width: 13px;
    height: 13px;
    margin-right: 10px;
    margin-top: 8px;
}

.points .verified-icon {
    width: 17px;
    height: 17px;
    margin-top: 5px;
}

.points span {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;

}



.case-study-one-heading-benefits {
    font-weight: 800;
    font-size: 94px;
    line-height: 30px;
    color: #99999982;
    margin-top: 50px;
    text-align: center;
}

.below-benefits {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    margin-top: 30px;
}

.image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.image img {
    width: 740px;
    height: 400px;
    object-fit: cover;
}

.three {
    margin-top: 0px;
}

.sub-headings {
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    color: #737373;
    padding: 8px 0px;
    margin-top: 15px;
}

.below-sub-headings {
    width: 85%;
    /* background-color: red; */
}

.vector-wrapper {
    display: none;
}

/* new */

vector-container {
    position: relative;
    width: 100%;
    height: 200px;
    /* Adjust height as needed */
    overflow: visible;
}

.spiral-line {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

svg {
    width: 100%;
    height: 100%;
}

path {
    fill: none;
    stroke: #9CA3AF;
    /* subtle gray */
    stroke-width: 2;
    stroke-dasharray: 6, 6;
    /* dotted line effect */
    stroke-linecap: round;
}

@media (min-width: 1600px) {
    .case-study-one-right-block p {
        font-size: 18px;
        line-height: 36px;
    }

    .points span,
    .sub-points li,
    .below-benefits {
        font-size: 18px;
        line-height: 36px;
    }

    .sub-headings {
        font-size: 22px;
    }

    .one {
        top: 620px;
    }

}

@media (min-width: 2000px) {

    .case-study-one-heading-one,
    .case-study-one-heading-two {
        font-size: 64px;
        line-height: 90px;
    }

    .case-study-one-right-block h2 {
        font-size: 40px;
    }

    .case-study-one-right-block p {
        font-size: 24px;
        line-height: 45px;
    }

    .points span {
        font-size: 24px;
        line-height: 45px;
    }

    .sub-headings {
        font-size: 30px;
        line-height: 30px;
    }

    .below-benefits {
        font-size: 30px;
        line-height: 37px;
    }

    .sub-points li {
        font-size: 24px;
        line-height: 41px;
    }


    .ellipse {
        width: 300px;
    }

    .two {
        top: 2000px
    }


    .one {
        top: 715px
    }






}

@media (min-width: 2500px) {
    .case-study-one-right-block p {
        font-size: 28px;
        line-height: 50px;
    }

    .points span,
    .sub-points li,
    .below-benefits {
        font-size: 28px;
        line-height: 50px;
    }

    .sub-headings {
        font-size: 35px;
        line-height: 42px;
    }

       .two {
        top: 2000px
    }


    .one {
        top: 815px
    }

}


@media (max-width: 1190px) {

    .case-study-one-main {
        padding: 60px 20px 0px 20px;
    }

    .case-study-one-block {
        margin-top: 25px;
    }

    .case-study-one-heading-benefits {
        font-size: 70px;
    }



}


@media (max-width: 992px) {

    .case-study-one-main {
        text-align: center;
        padding: 10px 20px 0px 20px;
    }

    .case-study-one-block {
        flex-direction: column;
        text-align: center;
        gap: 10px;
        margin-top: 25px;
    }

    .case-study-one-img {
        width: 70%;
    }


    .case-study-one-left-block,
    .case-study-one-right-block {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .case-study-one-heading-one,
    .case-study-one-heading-two {
        font-size: 36px;
        line-height: 1.2;
    }

    .case-study-one-heading-benefits {
        font-size: 48px;
    }

    .image img {
        width: 70%;
        height: auto;
    }

    .points li {
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
    }

    .below-sub-headings {
        width: 65%;
    }
}

@media (max-width: 576px) {

    .case-study-one-img {
        width: 85%;
    }

    .case-study-one-heading-one,
    .case-study-one-heading-two {
        font-size: 28px;
    }

    .case-study-one-heading-benefits {
        font-size: 32px;
    }

    .points span,
    .case-study-one-right-block p {

        font-size: 14px;
    }

    .points img {
        margin-top: 10px;
    }

    .sub-points li {
        font-size: 14px;
    }

    .below-sub-headings {
        width: 90%;
        /* background-color: red; */
    }

    .image img {
        width: 100%;
        height: auto;
    }

    .ellipse {
        width: 160px;
    }

}