.circle-check{
    background: linear-gradient(112.17deg, #E740EB 7.16%, #3B199C 98.02%);
    /* border: 1px solid; Unchanged */
    border-image-source: linear-gradient(87.32deg, #E740EB 3.35%, #3B199C 85.86%);
    background:(87.64deg, rgba(218, 107, 59, 0.2) 5.98%, rgba(185, 71, 238, 0.2) 86.28%);
    backdrop-filter: blur(80px); /* Added backdrop filter */
    width:40px;
    height:40px;
    border-radius:50px;
    display:flex;
    justify-content: center;
    align-items: center;
}
.cust-check-img{
    width:1.3rem
}
.why{
    font-size:16px;
    font-weight:700;
    font-family: "Public Sans", Helvetica;
    color:#FFFFFF
}
.para-text-new p{
    font-size:20px;
    font-weight:400;
    font-family: "Public Sans", Helvetica;
    color:#FFFFFF
}
.carrerHeadnew{
    font-size:52px;
    font-weight:700;
    font-family: "Public Sans", Helvetica;
    /* border: 1px solid;  */
    background: linear-gradient(87.32deg, #f4b8f9 3.35%, #c5bddc 85.86%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* border-image-source: linear-gradient(87.32deg, #E740EB 3.35%, #3B199C 85.86%),
    linear-gradient(87.64deg, rgba(218, 107, 59, 0.2) 5.98%, rgba(185, 71, 238, 0.2) 86.28%);
    backdrop-filter: blur(80px); */
}
.about-title-para{
    font-size: 16px;
    background: linear-gradient(90.75deg, #030138dc 6.43%, rgba(2, 65, 106, 0.83) 86.66%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align:justify;
    line-height: 1.8;
}
.ab-card{
    background:transparent;
    border:none
}
ul li .listing{
    color:#FFFFFF;
    font-size:16px
}
.certificate-card{
    border: 10px solid #fff; /* Changed to white for a frame effect */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5), 0 6px 20px rgba(0, 0, 0, 0.19); /* Enhanced shadow for depth */
    background: #6c4c9a3b;
    height:23rem
}
.circular-card{
    width:25rem;
    height:25rem;
    border:1px solid black;
    border-radius:100%
}
#c1,#c3{
    position:absolute;
    margin-top: 20rem;
}
#c1{
    margin-left:-23rem
}
/* #c2{
    margin-left:8rem
} */
#c3{
    margin-left:23rem
}
@media(max-width:768px){

    .carrerHeadnew{
        font-size: 30px;
    }
    .para-text-new p{
        font-size: 15px;
    }
}



.circle-container{
    border:1px solid black;
    height:50rem;
    width:50rem
}
.circle-one{
    position: absolute;
}
.circle-one,.circle-two,.circle-three{
    border:1px solid black;
    height:20rem;
    width:20rem;
    border-radius:100%
}