.about_hero h1 span,.about_hero p span{
    display: inline-block;
}
.about_hero p,.about_hero h1 {
    overflow: hidden;
    font-size: 1.25rem;
    font-weight: 400;
}

.about_hero .abtherogr{
    display: grid;
    grid-template-columns: repeat(12,1fr);
    gap: 16px;
}
.about_hero .abtherogr .leftside{
    grid-column: span 4;
}
.about_hero .abtherogr .leftside .titlebox p.title,.about_hero .abtherogr .leftside .titlebox h1 span.title{
    font-family: var(--font-outfit);
    font-size: clamp(3rem,calc(5vw + 0.1rem),4.5rem);
    font-weight: 700;
    color: #1A1A1A;
    line-height: 1.2;
    text-transform: capitalize;
    overflow: hidden;
    display: block;
}
.about_hero .abtherogr .leftside .titlebox p.sub{
    margin-top: 16px;
}
.about_hero .abtherogr .rightside{
    grid-column: span 8;
}
.about_hero .rightside .banneritems{
    display: flex;
    gap: 16px;
}
.about_hero .rightside .item{
    flex:1;
    transition: all 300ms ease-in-out;
    position: relative;
    padding-top: calc(202/ 481 * 100%);
    border-radius: 24px;
    overflow: hidden;
}
.about_hero .rightside .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.about_hero .rightside .item.active{
    flex-grow: 2;
}
.guidance{
    position: relative;
    overflow: hidden;
}
.bg_logo{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 50%;
}
.bg_dots{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 30%;
}
.bg_logo img,.bg_dots img{
    width: 100%;
    object-fit: contain;
    display: block;
}
.guidance .toplayer{
    position: relative;
    z-index: 2;
}
.guidance .headingsbox .subcopy{
    max-width: 778px;
}
.guid_row{
    margin-top: 48px;
    display: grid;
    grid-template-columns: repeat(12,1fr);
    gap: 16px;
}
.guide_row{
    grid-column: span 8;
    display: flex;
    align-items: center;
    gap: 32px;
    padding: 32px;
    border-radius: 16px;
}
.guide_row p{
    font-size: 1.25rem;
    font-weight: 400;
    font-family: var(--font-outfit);
    color: #131313;
    width: calc(100% - 182px);
}
.guide_row p.title{
    width: 150px;
    font-size: 1.5rem;
    font-weight: 500;
    color: #0F3963;
}
.guid_row:nth-child(2) .guide_row{
    background: #FFCCCC;
}
.guid_row:nth-child(3) .guide_row{
    grid-column: 3 / span 8;
    background: #FFEFD3;
}
.guid_row:nth-child(4) .guide_row{
    grid-column: 5 / span 8;
    background: #CCFFDB;
}
.stands .standcards{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 24px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.stands .headingsbox p.subcopy{
    max-width: 778px;
}
.stands .standcard .imgbx{
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    padding-top: calc(424/424 * 100%);
}
.stands .standcard .imgbx img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.stands .standcard .content{
    margin: 16px auto;
}
.stands .standcard .content p{
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    color: #201B1B;
}
.stands .standcard .content p.title{
    color: #201B1B;
    font-size: 2rem;
    font-weight: 600;
    font-family: var(--font-outfit);
    margin-bottom: 16px;
}
.explore{
    display: flex;
    justify-content: center;
}
.trust .headingsbox p.toptitle{
    color: #009748;
}
.trust .headingsbox p.maintitle{
    color: #141414;
}
.tr_gr{
    display: grid;
    grid-template-columns: repeat(12,1fr);
}
.tr_gr .col-6{
    grid-column: 3 / span 8;
}
.bento {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    /* grid-template-rows: repeat(2, 1fr); */
    gap: 32px;
}
.bento .grp{
    padding: 32px;
    border-radius: 24px;
} 
.bento .grp1 {
    background: #E6F5ED;
}
.bento .grp4{
    background: #B1C7F6;
}
.bento .grp1 .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}
.bento .fgrp{
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    grid-column: span 2;
}
.bento .fgrp .top p{
    font-size: 1.25rem;
    font-weight: 400;
    font-family: var(--font-outfit);
    line-height: 1.2;
    color: #0F3963;
}
.bento .fgrp .top img{
    max-width: calc(100% - 108px);
    object-fit: contain;
}
.bento .fgrp .btm{
    margin-bottom: 20px;
}
.bento .fgrp .btm p{
    font-size: clamp(1.5rem,calc(3.33vw + 0.1rem),3rem);
    font-weight: 600;
    font-family: var(--font-outfit);
    line-height: 1;
    color: #0F3963;
    white-space: nowrap;
}
.bento .grp2 {
    background: #FFCACA;
}
.bento .grp3 {
    grid-column: span 6;
    grid-row-start: 2;
    background: #E9EFFC;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bento .grp3 .lft .top{
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    align-items: center;
    margin-bottom: 16px;
}
.bento .grp3 .lft .top p{
    font-size: clamp(1.5rem,calc(3.33vw + 0.1rem),3rem);
    font-weight: 600;
    font-family: var(--font-outfit);
    line-height: 1;
    color: #0F3963;
}
.bento .grp3 .lft .top img{
    max-width: 100px;
}
.bento .grp3 .lft .btm p{
    font-size: 1.25rem;
    font-weight: 400;
    font-family: var(--font-outfit);
    line-height: 1.2;
    color: #0F3963;
}
.bento .grp3 .rgt{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 50%;
}
.bento .grp3 .rgt p{
    font-size: 1.25rem;
    font-weight: 400;
    font-family: var(--font-outfit);
    line-height: 1.2;
    color: #0F3963;
    text-align: center;
}
.bento .grp3 .rgt .btm{
    display: flex;
    gap: 16px;
}
.recog{
    margin-bottom: 32px;
    text-align: center;
}
.recog p{
    font-size: 1.25rem;
    font-weight: 400;
    font-family: var(--font-outfit);
    line-height: 1;
    color: #141414;
}
.recog .imagebx{
    display: flex;
    justify-content: center;
    gap: 16px;
    align-items: center;
    margin-top: 24px;
}
.whycards{
    margin: 40px auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 40px;
}
.whycard{
    display: flex;
    gap: 24px;
    align-items: center;
}
.whycard.flp{
    flex-direction: row-reverse;
}
.whycard .left{
    padding-top: calc(200/313 * 100%);
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    width: 60%;
}
.whycard .right{
    width: 40%;
}
.whycard .right p{
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    color: #201B1B;
}
.whycard .right p.top,.whycard .right p.title{
    font-size: 2.25rem;
    color: #201B1B;
    font-family: var(--font-outfit);
    font-weight: 300;
}
.whycard .right p.title{
    font-weight: 600;
    margin: 16px auto;
}
.whycard .left img{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    object-fit: cover;
}
.features .features_list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 32px;
    margin: 40px auto;
}
.featcard .feat-card{
    text-decoration: none;
    display: block;
    width: 100%;
    background: #fff;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.featcard .image{
    padding-top: calc(222 / 375 * 100%);
    position: relative;
    overflow: hidden;
}
.featcard .image img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.featcard .top{
    padding: 48px 32px 32px 32px;
}
.featcard .top p{
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    color: #1E1E1E;
}
.featcard .top p.title,.featcard .top h3.title{
    font-size: 2rem;
    font-weight: 500;
    font-family: var(--font-outfit);
    color: #1E1E1E;
    margin-bottom: 16px;
}
.featcard .top span{
    margin-top: 40px;
    display: block;
    width: max-content;
    border-radius: 30px;
    background: #DFF7EA;
    font-size: 0.875rem;
    font-weight: 600;
    color: #1E1E1E;
    padding: 8px 16px;
}
@media only screen and (max-width: 991px) {
    .about_hero .abtherogr .leftside,.about_hero .abtherogr .rightside{
        grid-column: span 12;
    }
    .about_hero .rightside .banneritems{
        gap: 8px;
    }
    .guide_row{
        flex-direction: column;
        padding: 16px;
        gap: 16px;
    }
    .guide_row p.title,.guide_row p{
        width: 100%;
    }
    .stands .standcards{
        grid-template-columns: repeat(1,1fr);
    }
    .tr_gr .col-6{
        grid-column: span 12;
    }
    .bento .grp{
        padding: 16px;
    }
    .bento .grp3{
        flex-direction: column;
        grid-row-start: auto;
    }
    .grp3 .lft{
        text-align: center;
        margin-bottom: 16px;
    }
    .bento .grp3 .rgt{
        width: 100%;
    }
    .bento .fgrp{
        grid-column: span 3;
    }
    .bento .fgrp.grp4{
        grid-column: span 6;
        text-align: center;
        padding: 32px;
    }
    .bento{
        grid-template-rows: auto;
    }
    .whycard{
        flex-direction: column;
    }
    .whycards{
        grid-template-columns: repeat(1,1fr);
    }
    .whycard .left,.whycard .right{
        width: 100%;
    }
    .whycard.flp{
        flex-direction: column;
    }
    .features .features_list{
        grid-template-columns: repeat(1,1fr);
    }
    .recog .imagebx{
        flex-direction: column;
    }
    .guide_row p{
        font-size: 0.875rem;
    }
    .stands .standcard .content p.title{
        font-size: 1.5rem;
    }
    .stands .standcard .content p{
        font-size: 0.875rem;
    }
    .whycard .right p{
        font-size: 0.875rem;
    }
    .whycard .right p.top, .whycard .right p.title{
        font-size: 1.5rem;
        margin: 8px auto;
    }
    .featcard .top{
        padding: 16px 16px 32px 16px;
    }
    .featcard .top p{
        font-size: 0.875rem;   
    }
    .featcard .top p.title,.featcard .top h3.title{
        font-size: 1.25rem;
    }
    .about_hero .rightside .item{
        padding-top: calc(300/ 481 * 100%);
        border-radius: 16px;
    }
}