.serviceBannersec {
    padding: 69px 0 70px;
    background: linear-gradient(90deg, #FAFDFF 27.31%, #F4FFFB 100%);
}

.serviceBannersec h1 {
    font-family: 'DM Serif Display';
    font-weight: 400;
    font-size: 35px;
    line-height: 150%;
    text-align: center;
    margin-bottom: 15px;
    color: #1C3D5A;
}

.serviceBannersec p {
    font-family: Lato;
    font-weight: 500;
    font-size: 17px;
    line-height: 180%;
    letter-spacing: 0%;
    text-align: center;
    color: #6B6E98;
    max-width: 943px;
    margin: 0 auto;

}


.servicesListSec {
    padding: 45px 0 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.tabs {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-bottom: 45px;
}

.tab {
    max-width: 288px;
    height: 48px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #6B6E98;
    border: 1px solid #D8D9E5;
    border-radius: 5px;
    background-color: #fff;
    font-weight: 500;
    font-style: Bold;
    font-size: 16px;
    line-height: 135%;
    outline: none;
    cursor: pointer;
}



.tab:hover {
    border: 1px solid #8CA9B1;
    color: #1C3D5A;
}


.tab.active {
    background-color: #F0F9FB;
    color: #8CA9B1;
    border: 1px solid #8CA9B1
}

.service-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 24px;
    justify-content: center;
}

.service-card {
    background: #FAFDFF;
    max-width: 274px;
    width: 100%;
    padding: 24px 22px;
    border-radius: 15px;
    text-align: center;
    border: 1px solid #DEF1FF;
    box-shadow: 0px 4px 11.2px 0px #CDCDCD40;
}
.service-card:hover{
        border-color: #8CA9B1;
}
.service-card:hover{
    border-color: #8CA9B1;
}

.service-card img {
    width: 69px;
    height: 69px;
}

.service-card .headTitle {
    font-family: 'DM Serif Display';
    font-weight: 400;
    font-size: 18px;
    line-height: 135%;
    letter-spacing: 0%;
    text-align: center;
    color: #0E145F;
    margin-bottom: 12px;
}

.service-card .serDesc {
    font-family: Lato;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: #6B6E98;
    max-width: 203px;
    width: 100%;
    margin: 0 auto;

}

.cardIcon {
    display: block;
    padding-bottom: 15px;
}
.ctaCardsec{
    padding: 100px 0;
}
.ctaCardWrpa{
    border: 2px dashed #8CA9B1;
    border-radius: 16px;
    padding:45px 102px ;
    max-width: 749px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: linear-gradient(90deg, #FAFDFF 27.31%, #F4FFFB 100%);
    position: relative;
    z-index: 1;
}
.ctaCardWrpa .ctaHead{
font-family: 'DM Serif Display';
font-weight: 400;
font-style: Regular;
font-size: 30px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
margin-bottom: 15px;
color: #1C3D5A;
}
.ctaCardWrpa .ctaDesc{
    font-family: Lato;
font-weight: 500;
font-style: Medium;
font-size: 16px;
leading-trim: NONE;
line-height: 150%;
letter-spacing: 0%;
text-align: center;
color: #6B6E98;
margin-bottom: 35px;
}
.ctaBtn{
    position: relative;
    font-family: Lato;
font-weight: 700;
font-style: Bold;
font-size: 16px;
display: block;
 
line-height: 135%;
 
background-color: #8CA9B1;
color: #fff;
border-radius: 5px;
max-width: 168px;
width: 100%;
height: 48px;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: center;
}
.ctaBtn::after{
        position: absolute;
    content: '';
    left: 0;
    bottom: -5px;
    background: #DFECEF;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 5px;
}
.ctaBtn:hover {
    top: 2px;
}
.ctaBtn:hover:after {
    bottom: 0;
}
@media(max-width:575px) {
    .serviceBannersec {
        padding: 35px 0 56px;
    }

    .serviceBannersec h1 {
        font-size: 28px;
    }

    .serviceBannersec p {
        font-size: 15px;
    }

    .tabs {
        flex-direction: column;
        align-items: center;
    }

    .tab {
        max-width: 254px;
        font-size: 14px;
    }

    .service-card {
        max-width: 310px;
        margin: 0 auto;
        padding: 24px 35px;
    }

    .service-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 20px 24px;
    }

    .service-card .serDesc {
        max-width: 100%;
        width: 100%;
    }
    .ctaCardWrpa{
            padding: 35px 20px;
    }
    .ctaCardWrpa .ctaHead{
        font-size: 23px;
        margin-bottom: 12px;
        line-height: 150%;
    }
    .ctaCardWrpa .ctaDesc{
            font-size: 15px;
    margin-bottom: 25px;
    }
    .ctaBtn{
    font-size: 15px;
    max-width: 159px;
    height: 43px;
    }
    .ctaCardsec {
    padding: 50px 0 70px;
}
}