.aboutInfoTab{
    height: 1000px;
    border-radius: 32px;
    background-color: var(--pfiPurpleLite);
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
}
.awareBox{
    display: flex;
    gap: 30px;
    width: 100%;
    margin-bottom: 30px;
}
.awareBox-left{
    width: 50%;
    border-radius: 32px;
    background: url("/img/page-media/metrics-background.png") center/cover no-repeat;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.awareBox-left .utilityLayer{
    justify-content: center;
}
.awareBox-left .utilityLayer h3{
    font-size: 50px !important;
    line-height: 51px;
}
.awareBox-right{
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 50%;
}
.awareBox-right-top{
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}
.awareCard{
    background: url("/img/page-media/metrics-background.png") center/cover no-repeat;
    aspect-ratio: 1/1;
    border-radius: 32px;
    background-color: var(--pfiPurpleLite);
}
.awareCard-bottom{
    width: 100%;
    aspect-ratio: 2/1 !important;
}
.breadcrumb:hover{
    padding: 0 20px;
}
.notch-button{
    width: 150px;
    transition: 0.3s;
}
.abtPgNtch{
    width: fit-content;
    padding: 10px 10px 0 10px;
}
.notch-button:hover{
    width: 170px;
}
.storyBox{
    width: 100%;
    display: flex;
    box-sizing: border-box;
    gap: 30px;
    margin-bottom: 30px;
}
.storyBox-left{
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.storyBox-right{
    width: 50%;
    padding: 30px;
    box-sizing: border-box;
    background: url("/img/page-media/metrics-background.png") center/cover no-repeat;
    border-radius: 32px;
    gap: 20px;
    display: flex;
    flex-direction: column;
}
.storyBox-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
    border-radius: 22px;
    background-color: black;
}
.whyBox {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.whyCardBox {
    width: 100%;
    gap: 80px 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 50px;
}

.whyCard {
    background-color: var(--pfiPurpleLite);
    aspect-ratio: 2/3.5;
    border-radius: var(--borderRadiusWideScreen);
    display: flex;
}

.whyCard-layover {
    height: 100%;
    width: 100%;
    position: relative;
}

.whyCircleBtn {
    height: 97px;
    width: 97px;
    border-radius: 50%;
    background: var(--pfiPurpleLite);
    border: none;
    outline: 15px solid var(--pfiBlack);
    position: absolute;
    bottom: -47px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    animation: spinCircle 15s linear infinite;
}
.whyCircleBtn-img {
    transition: 0.3s;
    height: 100%;
    width: 100%;
}

.whyCircleBtn:hover {
    background: var(--pfiWhite);
    outline: 30px solid var(--pfiBlack);
    cursor: pointer;
}

.whyCircleBtn:hover .whyCircleBtn-img {
    filter: brightness(0);
    scale: 1.1;
}
.whyCircleBtn:active .whyCircleBtn-img {
    scale: 0.9;
}
.siteTextBox {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 100px;
}

.profileCardBox{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.profileCard{
    display: flex;
    flex-direction: column;
    border-radius: 32px;
    overflow: hidden;
}
.profileBase img{
    width: 100%;
    aspect-ratio: 4/5;
    border-radius: 32px 32px 0 0;
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.258);
    border-bottom: 0;
    box-sizing: border-box;
    transition: transform 0.3s ease;
}
.profileBase img:hover{
    transform: scale(1.05);
    transition: transform 0.3s ease;
    cursor: pointer;
}
.profileNameBox{
    height: 140px;
    display: flex;
    flex-direction: column;
    background: var(--pfiPurpleLite30);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-top: none;
    border-radius: 0 0 32px 32px;
    align-items: center;
    justify-content: center;
    padding: 27px 0 0 0;
    box-sizing: border-box;
    gap: 5px;
}
.profileNameBox h4, .profileNameBox p{
    text-align: center;
}
.profileNameBox p{
    color: var(--pfiGray);
    font-weight: var(--fontWeightLite);
}
.prflCrdUtilLyr{
    z-index: 1;
    height: 100%;
    width: 100%;
}
.socMedDynIslnd{
    position: absolute;
    border-radius: 80px;
    background-color: var(--pfiBlack);
    bottom: 104px;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px;
    box-sizing: border-box;
    display: flex;
    gap: 10px;
    transition: 0.3s;
}
.socMedDynIslnd:hover{
    gap: 20px;
}
.prflCrdSocMedIcn{
    height: 55px;
    width: 55px;
}
/* Social Media Presence Strip */
.socMedPresenceStrip {
    height: 130px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--pfiPurpleLite);
    border-radius: var(--borderRadiusWideScreen);
    padding: 0 30px 0 30px;
    box-sizing: border-box;
    margin: 30px 0;
}
.userMsgBox{
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
}
.aboutTxtBx{
    width: 95%;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.aboutTxtBx h5{
    width: 100%;
    font-size: 35px;
    line-height: 35px;
    text-align: center;
    font-weight: bold;
}
.aboutTxtBx p{
    display: none;
    text-align: center;
}
.secTitleBox .site-h2, .secTitleBox .site-p{
    text-align: center;
}

@media screen and (max-width:1310px) {
    .awareBox{
        flex-direction: column;
        align-items: center;
    }
    .awareBox-left, .awareBox-right{
        width: 100%;
    }
    .awareBox-left{
        aspect-ratio: 1/1;
    }
    .storyBox{
        flex-direction: column;
        align-items: center;
    }
    .storyBox-left, .storyBox-right{
        width: 100%;
    }
    .servicesBox{
        grid-template-columns: repeat(1, 1fr);
    }
    .whyCardBox{
        grid-template-columns: repeat(2, 1fr);
    }
    .profileCardBox{
        grid-template-columns: repeat(1, 1fr);
    }
}
@media screen and (max-width:635px) {
    .awareBox-right-top{
        grid-template-columns: repeat(1, 1fr);
    }
    .secTitleBox h2{
        font-size: 40px;
        line-height: 40px;
    }
    .site-p{
        font-size: 16px;
        line-height: 27px;
    }
    .awareBox-left .utilityLayer h3{
        font-size: 33px !important;
        line-height: 33px;
    }
    .awareCard-bottom{
        aspect-ratio: 2/1.5 !important;
    }
    .awareBox, .awareBox-right-top, .awareBox-right, .storyBox, .servicesBox, .profileCardBox{
        gap: 20px;
    }
    .secTitleBox{
        margin: 20px 0 20px 0;
    }
}
@media screen and (max-width:580px) {
    .whyCardBox{
        grid-template-columns: repeat(1, 1fr);
    }
    .storyBox-left img{
        aspect-ratio: 1/1;
    }
    .site-h1{
        font-size: 40px;
        line-height: 40px;
    }
    .site-h4{
        font-size: 25px;
    }
}