/* alumni in bubble design */
.custom-alumni-mobile {
    display: none;
}

.custom-alumni {
    position: relative;
    min-height: 500px;

}

    .custom-alumni .container {
        position: relative;
        min-height: 900px!important;
        overflow: visible;
    }





.custom-alumni .bubble {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    background-color: transparent;
    padding: 5px;

    transition: all 1s ease !important;

    transform: scale(0.9);
}

.custom-alumni .bubble:hover {
    transform: scale(1);
}

.custom-alumni .bubble img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;

    filter: grayscale(100%) contrast(70%);

    transition: filter 0.5s ease;

}

.custom-alumni .bubble.expanded img {
    filter: grayscale(0);

}

/* Close button style */
.custom-alumni .close-button {
    position: absolute;
    top: 218px;
    right: 118px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 26px;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transform: scale(0);
}

.custom-alumni  .close-button.show {
    opacity: 1;
    transform: scale(1);
}

.custom-alumni  .close-button:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

/* Bubble sizes */
.custom-alumni .large {
    width: 260px;
    height: 260px;
}

.custom-alumni .medium {
    width: 190px;
    height: 190px;
}

.custom-alumni .medium-custom {

    width: 200px;
    height: 200px;
}

.custom-alumni .small {
    width: 120px;
    height: 120px;
}

/* Expanded bubble size */
.custom-alumni  .expanded {
    width: 280px !important;
    height: 280px !important;
    /* transition: width 1s ease, height 1s ease !important; */
}

/* Info visibility animation */
.custom-alumni  .info {
    margin-top: 10px;
    text-align: center;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.5s ease, max-height 0.5s ease;
    position: relative !important;
}

.custom-alumni .info.show {
    opacity: 1;
    max-height: 400px;

}

/* Category Info Section */
/* .category-info {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    transition: opacity 0.3s ease;

    pointer-events: auto;

} */


/* move all categories bubble */
.custom-alumni  .move-fst {
    transform: translate(6px, -87px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-fe {
    transform: translate(94px, -117px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-fass {
    transform: translate(106px, -20px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-fba {
    transform: translate(-14px, -29px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-fass-FECategoryInfo2 {
    transform: translate(-46px, 205px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-fe-FBACategoryInfo1 {
    transform: translate(110px, 88px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-fba-FBACategoryInfo1 {
    transform: translate(-66px, -93px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-fst-FBACategoryInfo1 {
    transform: translate(87px, -32px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-fass-FBACategoryInfo1 {
    transform: translate(55px, -7px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-moveFECategoryInfo1-FBACategoryInfo2 {
    transform: translate(-27px, 1px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-moveFSTCategoryParent-FBACategoryInfo2 {
    transform: translate(-45px, -27px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-moveFASSCategoryParent-FBACategoryInfo2 {
    transform: translate(10px, 71px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-moveFECategoryInfo1-movefst {
    transform: translate(7px, -29px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-moveFECategoryInfo1-movefass {
    transform: translate(-36px, 8px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-moveFECategoryInfo1-movefe {
    transform: translate(32px, -31px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-fe-FECategoryInfo2 {
    transform: translate(66px, -17px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-fba-FECategoryInfo2 {
    transform: translate(-46px, -23px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-fst-FECategoryInfo2 {
    transform: translate(33px, -42px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-fba-FECategoryInfo4 {
    transform: translate(0px, -79px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-moveFBACategoryInfo2-moveFBACategoryInfo2 {
    transform: translate(0px, -79px) !important;
    transition: transform 1s ease !important;
}



.custom-alumni .bubble-container-FBA-info {
    position: absolute;
    top: 75%;
    left: 4%;
    width: 272px;
}

.custom-alumni .bubble-container-FBA-info1 {
    position: absolute;
    top: 56%;
    left: -36%;
    width: 344px;

}

.custom-alumni .bubble-container-FE-info {
    position: absolute;
    top: 13%;
    left: -46%;

    width: 400px;
}

.custom-alumni .bubble-container-FST-info {
    position: absolute;
    top: 49%;
    left: -18%;
    width: 290px;

}

.custom-alumni .bubble-container-FASS-info {
    position: absolute;
    top: 59%;
    left: 8%;
    width: 287px;
}

.custom-alumni .move-moveFBA-FBACategoryInfo2 {
    transform: translate(-27px, -26px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-moveFBA-FASSCategoryInfo1 {
    transform: translate(-54px, -39px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-moveFBA-FECategoryInfo3 {
    transform: translate(-179px, 48px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-moveFST-FECategoryInfo3 {
    transform: translate(51px, -69px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-moveFASS-FECategoryInfo3 {
    transform: translate(80px, -210px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-moveFSTCategoryInfo1-FECategoryInfo1 {
    transform: translate(14px, 108px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-moveFASSCategoryInfo1-FECategoryInfo1 {
    transform: translate(43px, -24px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-moveFECategoryInfo2-FECategoryInfo1 {
    transform: translate(-44px, -18px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-moveFBACategoryInfo2-FECategoryInfo1 {
    transform: translate(44px, -18px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-moveFBACategoryInfo1-FECategoryInfo1 {
    transform: translate(-11px, -29px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-moveFECategoryInfo4-FECategoryInfo1 {
    transform: translate(-33px, 21px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-moveFECategoryInfo3-FECategoryInfo1 {
    transform: translate(-33px, 21px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-moveFECategoryInfo4-FECategoryInfo2 {
    transform: translate(-133px, 21px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-moveFECategoryInfo1-FECategoryInfo2 {
    transform: translate(133px, 21px) !important;
    transition: transform 1s ease !important;
}


.custom-alumni .move-moveFASSCategoryInfo1-FECategoryInfo2 {
    transform: translate(120px, -32px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-moveFBACategoryInfo2-FECategoryInfo2 {
    transform: translate(71px, 84px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-moveFSTCategoryInfo1-FECategoryInfo2 {
    transform: translate(46px, 69px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-moveFECategoryInfo3-FECategoryInfo2 {
    transform: translate(78px, 132px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-moveFBACategoryInfo1Bubble-FECategoryInfo2 {
    transform: translate(-11px, -41px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-moveFECategoryInfo3-FECategoryInfo4 {
    transform: translate(139px, -26px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-moveFBACategoryInfo1-FECategoryInfo4 {
    transform: translate(29px, -46px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-moveFECategoryInfo2-FECategoryInfo4 {
    transform: translate(29px, -46px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-moveFECategoryInfo1-FECategoryInfo4 {
    transform: translate(85px, -58px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-moveFBACategoryInfo2-FECategoryInfo4 {
    transform: translate(104px, -92px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-moveFSTCategoryInfo1-FECategoryInfo4 {
    transform: translate(85px, -92px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-moveFASSCategoryInfo1-FECategoryInfo4 {
    transform: translate(95px, -73px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-moveFASSCategoryInfo1-FBACategoryInfo2 {
    transform: translate(22px, -57px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-feBubble-FBACategoryInfo2 {
    transform: translate(125px, -18px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-moveFSTCategoryInfo1-FBACategoryInfo2 {
    transform: translate(-25px, 24px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-moveFECategoryInfo3-FBACategoryInfo2 {
    transform: translate(-3px, 56px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-moveFECategoryInfo2-FBACategoryInfo2 {
    transform: translate(-30px, -9px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-moveFBACategoryInfo2-FBACategoryInfo1 {
    transform: translate(23px, 98px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-moveFASSCategoryInfo1-FBACategoryInfo1 {
    transform: translate(225px, -80px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-moveFECategoryInfo1Bubble-FBACategoryInfo1 {
    transform: translate(252px, 11px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-moveFECategoryInfo2-FBACategoryInfo1 {
    transform: translate(-95px, -72px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-moveFECategoryInfo4-FBACategoryInfo1 {
    transform: translate(-9px, -65px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-moveFECategoryInfo3-FBACategoryInfo1 {
    transform: translate(-29px, -39px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-moveFSTCategoryInfo1-moveFSTCategoryInfo1 {
    transform: translate(-51px, -159px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-moveFASSCategoryInfo1-moveFSTCategoryInfo1 {
    transform: translate(33px, -97px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-moveFECategoryInfo3-moveFSTCategoryInfo1 {
    transform: translate(-44px, 37px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-fassBubble-moveFSTCategoryInfo1 {
    transform: translate(-70px, 37px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-moveFECategoryInfo1Bubble-moveFSTCategoryInfo1 {
    transform: translate(-25px, -121px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-moveFBACategoryInfo1Bubble-moveFSTCategoryInfo1 {
    transform: translate(-25px, -121px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-moveFECategoryInfo4-moveFSTCategoryInfo1 {
    transform: translate(-85px, -31px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-moveFECategoryInfo2-moveFSTCategoryInfo1 {
    transform: translate(-85px, -31px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-fstBubble-moveFSTCategoryInfo1 {
    transform: translate(-16px, -122px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-moveFBACategoryInfo2-moveFSTCategoryInfo1 {
    transform: translate(77px, -22px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-moveFBACategoryInfo1-moveFBACategoryInfo1 {
    transform: translate(-96px, -127px) !important;
    transition: transform 1s ease !important;
}


.custom-alumni .move-moveFECategoryInfo3-moveFECategoryInfo3 {
    transform: translate(-77px, -250px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-moveFECategoryInfo1Bubble-moveFECategoryInfo3 {
    transform: translate(107px, -49px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-moveFECategoryInfo2-moveFECategoryInfo3 {
    transform: translate(2px, -124px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-moveFBACategoryInfo2-moveFECategoryInfo3 {
    transform: translate(143px, -103px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-moveFECategoryInfo4-moveFECategoryInfo3 {
    transform: translate(-101px, -76px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-moveFSTCategoryInfo1-moveFECategoryInfo3 {
    transform: translate(184px, -50px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-moveFASSCategoryInfo1-moveFECategoryInfo3 {
    transform: translate(105px, -134px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-moveFBACategoryInfo1-moveFECategoryInfo3 {
    transform: translate(48px, -32px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-moveFECategoryInfo1-moveFASSCategoryInfo1 {
    transform: translate(-24px, -13px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-moveFSTCategoryInfo1-moveFASSCategoryInfo1 {
    transform: translate(-24px, -13px) !important;
    transition: transform 1s ease !important;
}


.custom-alumni .move-feBubble-moveFASSCategoryInfo1 {
    transform: translate(155px, -33px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-moveFECategoryInfo2-moveFASSCategoryInfo1 {
    transform: translate(-22px, -33px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-feBubble-moveFSTCategoryInfo1 {
    transform: translate(11px, -66px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-feBubble-moveFECategoryInfo3 {
    transform: translate(81px, -133px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-moveFBACategoryInfo2-FASSCategoryInfo1 {
    transform: translate(-22px, 128px) !important;
    transition: transform 1s ease !important;
}

.custom-alumni .move-moveFASSCategoryInfo1-moveFASSCategoryInfo1 {
    transform: translate(8px, -104px) !important;
    transition: transform 1s ease !important;
}


.custom-alumni .FSTDesign {
    background-color: var(--aiub-fst-color);/* #7ecbf1 !important;*/
    color: white;
    /* position: absolute !important;
    top: 30%;

    left: 55%; */
    z-index: 999;
    font-size: 20px;
}

.custom-alumni .FEDesign {
    background-color: var(--aiub-fe-color);/* #f68712 !important;*/
    color: white;
    /* position: absolute !important;

    top: 50%;
    left: 72%; */
    z-index: 999;
    font-size: 20px;


}

.custom-alumni .FBADesign {
    background-color: var(--aiub-fba-color)!important;/* #c0dec2 !important;*/
    color: white;
    /* position: absolute !important;
    left: 27%;
    top: 26%; */
    z-index: 999;

    font-size: 20px;



}

.custom-alumni .FASSDesign {
    background-color:var(--aiub-fass-color);/* #c4161d !important;*/
    color: white;
    /* position: absolute !important;
    top: 58%;
    left: 31%; */
    font-size: 20px;


}



.custom-alumni .bubble-height {
    max-height: 1668px;
}

@media (max-width: 1524px) {

    /* for responsive */

    /* Tablet Styles */

    .custom-alumni .FSTDesign {
        background-color: #7ecbf1 !important;
        color: white;
        position: absolute !important;

        top: 22%;
        left: 50%;
        z-index: 999;
        font-size: 20px;
    }

    .custom-alumni .FEDesign {
        background-color: #f68712 !important;
        color: white;
        position: absolute !important;

        top: 51%;
        left: 72%;

        z-index: 999;
        font-size: 20px;


    }

    .custom-alumni .FBADesign {
        background-color: #c0dec2 !important;
        color: white;
        position: absolute !important;
        top: 24%;
        z-index: 999;
        left: 27%;
        font-size: 20px;



    }

    .custom-alumni .FASSDesign {
        background-color: #c4161d !important;
        color: white;
        position: absolute !important;
        top: 61%;
        left: 33%;
        font-size: 20px;


    }

    .custom-alumni .move-moveFSTCategoryInfo1-FECategoryInfo1 {
        transform: translate(11px, 129px) !important;

    }

    .custom-alumni .move-fass-FECategoryInfo2 {
        transform: translate(-85px, 205px) !important;

    }

    .custom-alumni .custom-alumni .bubble-container-FST {
        position: absolute;
        top: 74%;
        left: 42%;
    }

    .custom-alumni .custom-alumni .bubble-container-FASS {
        position: absolute;
        top: 36%;
        left: 61%;
    }

    .custom-alumni .move-moveFSTCategoryInfo1-FECategoryInfo4 {
        transform: translate(102px, -93px) !important;

    }

    .custom-alumni .move-moveFASSCategoryInfo1-FECategoryInfo4 {
        transform: translate(114px, -35px) !important;

    }

    .custom-alumni .move-moveFECategoryInfo1-moveFASSCategoryInfo1 {
        transform: translate(4px, -15px) !important;

    }

    .custom-alumni .move-moveFECategoryInfo2-moveFECategoryInfo3 {
        transform: translate(-4px, -125px) !important;

    }

    .custom-alumni .move-moveFECategoryInfo1Bubble-moveFECategoryInfo3 {
        transform: translate(120px, -48px) !important;

    }

    .custom-alumni .move-moveFASS-FECategoryInfo3 {
        transform: translate(73px, -229px) !important;
        transition: transform 1s ease !important;
    }
}

@media (max-width: 1424px) {

    /* for responsive */

    /* Tablet Styles */

.custom-alumni      .FSTDesign {
        background-color: #7ecbf1 !important;
        color: white;
        position: absolute !important;

        top: 22%;
        left: 50%;
        z-index: 999;
        font-size: 20px;
    }

    .custom-alumni  .FEDesign {
        background-color: #f68712 !important;
        color: white;
        position: absolute !important;

        top: 46%;
        left: 76%;
        z-index: 999;
        font-size: 20px;


    }

    .custom-alumni  .FBADesign {
        background-color: #c0dec2 !important;
        color: white;
        position: absolute !important;
        top: 24%;
        z-index: 999;
        left: 27%;
        font-size: 20px;



    }

    .custom-alumni  .FASSDesign {
        background-color: #c4161d !important;
        color: white;
        position: absolute !important;
        top: 61%;
        left: 33%;
        font-size: 20px;


    }


    .custom-alumni  .move-moveFSTCategoryInfo1-FECategoryInfo1 {
        transform: translate(11px, 129px) !important;

    }

    .custom-alumni  .move-fass-FECategoryInfo2 {
        transform: translate(-85px, 205px) !important;

    }

    .custom-alumni  .custom-alumni .bubble-container-FST {
        position: absolute;
        top: 74%;
        left: 42%;
    }

    .custom-alumni  .custom-alumni .bubble-container-FASS {
        position: absolute;
        top: 36%;
        left: 61%;
    }

    .custom-alumni  .move-moveFSTCategoryInfo1-FECategoryInfo4 {
        transform: translate(102px, -93px) !important;

    }

    .custom-alumni  .move-moveFASSCategoryInfo1-FECategoryInfo4 {
        transform: translate(110px, -90px) !important;

    }

    .custom-alumni  .move-moveFECategoryInfo1-moveFASSCategoryInfo1 {
        transform: translate(4px, -15px) !important;

    }

    .custom-alumni  .move-moveFECategoryInfo2-moveFECategoryInfo3 {
        transform: translate(-4px, -125px) !important;

    }

    .custom-alumni  .move-moveFECategoryInfo1Bubble-moveFECategoryInfo3 {
        transform: translate(120px, -48px) !important;

    }

    .custom-alumni  .move-moveFASS-FECategoryInfo3 {
        transform: translate(73px, -229px) !important;
        transition: transform 1s ease !important;
    }
}

@media (max-width: 1024px) {

    /* for responsive */

    /* Tablet Styles */

    .custom-alumni .move-moveFSTCategoryInfo1-FECategoryInfo2 {
        transform: translate(69px, 69px) !important;
        transition: transform 1s ease !important;
    }

    .custom-alumni .move-moveFBACategoryInfo2-FECategoryInfo4 {
        transform: translate(132px, -87px) !important;
        transition: transform 1s ease !important;
    }

    .custom-alumni .FSTDesign {
        background-color: #7ecbf1 !important;
        color: white;
        position: absolute !important;

        top: 22%;
        left: 50%;
        z-index: 999;
        font-size: 20px;
    }

    .custom-alumni .FEDesign {
        background-color: #f68712 !important;
        color: white;
        position: absolute !important;

        top: 46%;
        left: 76%;

        z-index: 999;
        font-size: 20px;


    }

    .custom-alumni .FBADesign {
        background-color: #c0dec2 !important;
        color: white;
        position: absolute !important;
        top: 24%;
        z-index: 999;
        left: 27%;
        font-size: 20px;



    }

    .custom-alumni .FASSDesign {
        background-color: #c4161d !important;
        color: white;
        position: absolute !important;
        top: 61%;
        left: 33%;
        font-size: 20px;


    }

    .custom-alumni .move-moveFBACategoryInfo2-FECategoryInfo1 {
        transform: translate(79px, -10px) !important;
        transition: transform 1s ease !important;
    }

    .custom-alumni .move-moveFSTCategoryInfo1-FECategoryInfo1 {
        transform: translate(11px, 129px) !important;

    }

    .custom-alumni .move-fass-FECategoryInfo2 {
        transform: translate(-85px, 205px) !important;

    }

    .custom-alumni .custom-alumni .bubble-container-FST {
        position: absolute;
        top: 74%;
        left: 42%;
    }

    .custom-alumni .custom-alumni .bubble-container-FASS {
        position: absolute;
        top: 36%;
        left: 61%;
    }

    .custom-alumni .move-moveFSTCategoryInfo1-FECategoryInfo4 {
        transform: translate(129px, -93px) !important;

    }

    .custom-alumni .move-moveFASSCategoryInfo1-FECategoryInfo4 {
        transform: translate(110px, -90px) !important;

    }

    .custom-alumni .move-moveFECategoryInfo1-moveFASSCategoryInfo1 {
        transform: translate(-13px, -15px) !important;

    }

    .custom-alumni .move-moveFECategoryInfo2-moveFECategoryInfo3 {
        transform: translate(-4px, -125px) !important;

    }

    .custom-alumni .move-moveFBACategoryInfo2-FASSCategoryInfo1 {
        transform: translate(7px, 128px) !important;
        transition: transform 1s ease !important;
    }

    .custom-alumni .move-moveFECategoryInfo1Bubble-moveFECategoryInfo3 {
        transform: translate(120px, -48px) !important;

    }

    .custom-alumni .move-moveFASS-FECategoryInfo3 {
        transform: translate(73px, -229px) !important;
        transition: transform 1s ease !important;
    }

    .custom-alumni .move-moveFSTCategoryInfo1-moveFECategoryInfo3 {
        transform: translate(165px, 0px) !important;
        transition: transform 1s ease !important;
    }

    .custom-alumni .move-moveFBACategoryInfo2-moveFECategoryInfo3 {
        transform: translate(147px, -40px) !important;
        transition: transform 1s ease !important;
    }

    .custom-alumni .move-moveFECategoryInfo1-FBACategoryInfo2 {
        transform: translate(-62px, 1px) !important;
        transition: transform 1s ease !important;
    }

    .custom-alumni .move-moveFECategoryInfo2-FBACategoryInfo2 {
        transform: translate(-104px, -9px) !important;
        transition: transform 1s ease !important;
    }

    .custom-alumni .move-fe-FBACategoryInfo1 {
        transform: translate(62px, 185px) !important;
        transition: transform 1s ease !important;
    }

}

/* Mobile Styles */
@media (max-width: 992px) {

    .custom-alumni .move-moveFSTCategoryInfo1-FECategoryInfo2 {
        transform: translate(69px, 69px) !important;
        transition: transform 1s ease !important;
    }

    .custom-alumni .move-fst-FBACategoryInfo1 {
        transform: translate(150px, -32px) !important;
        transition: transform 1s ease !important;
    }

    .custom-alumni .move-moveFBACategoryInfo2-FECategoryInfo4 {
        transform: translate(132px, -87px) !important;
        transition: transform 1s ease !important;
    }

    .custom-alumni .move-feBubble-moveFECategoryInfo3 {
        transform: translate(130px, -133px) !important;
        transition: transform 1s ease !important;
    }

    .custom-alumni .move-moveFBACategoryInfo2-FASSCategoryInfo1 {
        transform: translate(7px, 128px) !important;
        transition: transform 1s ease !important;
    }

    .custom-alumni .FSTDesign {
        background-color: #7ecbf1 !important;
        color: white;
        position: absolute !important;

        top: 22%;
        left: 50%;
        z-index: 999;
        font-size: 20px;
    }

    .custom-alumni .FEDesign {
        background-color: #f68712 !important;
        color: white;
        position: absolute !important;

        top: 46%;
        left: 76%;

        z-index: 999;
        font-size: 20px;


    }

    .custom-alumni .FBADesign {
        background-color: #c0dec2 !important;
        color: white;
        position: absolute !important;
        top: 24%;
        z-index: 999;
        left: 27%;
        font-size: 20px;



    }

    .custom-alumni .FASSDesign {
        background-color: #c4161d !important;
        color: white;
        position: absolute !important;
        top: 62%;
        left: 31%;
        font-size: 20px;


    }

    .custom-alumni .custom-alumni .bubble-container-FE:nth-child(3) {
        position: absolute;
        top: 40%;
        left: 15%;


    }


    .custom-alumni .custom-alumni .bubble-container-FBA:nth-child(2) {
        position: absolute;
        top: 62%;
        left: 64%;


    }

    .custom-alumni .custom-alumni .bubble-container-FE:nth-child(1) {
        position: absolute;
        top: 59%;
        left: 7%;


    }

    .custom-alumni .custom-alumni .bubble-container-FASS {

        position: absolute;
        top: 34%;
        left: 70%;


    }

    .custom-alumni .move-moveFECategoryInfo3-FECategoryInfo4 {
        transform: translate(99px, 49px) !important;
        transition: transform 1s ease !important;
    }

    .custom-alumni .move-moveFSTCategoryInfo1-FECategoryInfo4 {
        transform: translate(129px, -93px) !important;

    }


    .custom-alumni .move-moveFASSCategoryInfo1-FECategoryInfo4 {
        transform: translate(110px, -90px) !important;

    }

    .custom-alumni .move-moveFECategoryInfo1-moveFASSCategoryInfo1 {
        transform: translate(-13px, -15px) !important;

    }

    .custom-alumni .move-moveFECategoryInfo2-moveFECategoryInfo3 {
        transform: translate(-4px, -125px) !important;

    }

    .custom-alumni .move-moveFST-FECategoryInfo3 {
        transform: translate(43px, -113px) !important;
        transition: transform 1s ease !important;
    }

    .custom-alumni .move-moveFECategoryInfo1Bubble-moveFECategoryInfo3 {
        transform: translate(148px, -160px) !important;
    }

    .custom-alumni .move-moveFASS-FECategoryInfo3 {
        transform: translate(68px, -252px) !important;
    }

    .custom-alumni .move-fe-FECategoryInfo2 {
        transform: translate(158px, -17px) !important;

    }

    .custom-alumni .move-moveFBA-FECategoryInfo3 {
        transform: translate(34px, -97px) !important;
        transition: transform 1s ease !important;
    }

    .custom-alumni .move-moveFECategoryInfo3-FECategoryInfo2 {
        transform: translate(34px, 147px) !important;

    }

    .custom-alumni .move-fe {
        transform: translate(126px, -56px) !important;
        transition: transform 1s ease !important;
    }

    .custom-alumni .move-moveFSTCategoryInfo1-moveFASSCategoryInfo1 {
        transform: translate(1px, 27px) !important;
        transition: transform 1s ease !important;
    }

    .custom-alumni .move-feBubble-moveFASSCategoryInfo1 {
        transform: translate(-95px, 177px) !important;
        transition: transform 1s ease !important;
    }

    .custom-alumni .move-moveFBACategoryInfo1-moveFECategoryInfo3 {
        transform: translate(38px, -55px) !important;
        transition: transform 1s ease !important;
    }

    .custom-alumni .move-moveFBACategoryInfo2-moveFECategoryInfo3 {
        transform: translate(147px, -40px) !important;
        transition: transform 1s ease !important;
    }

    .custom-alumni .move-moveFASSCategoryInfo1-moveFECategoryInfo3 {
        transform: translate(124px, -172px) !important;
        transition: transform 1s ease !important;
    }

    .custom-alumni .move-moveFSTCategoryInfo1-moveFECategoryInfo3 {
        transform: translate(165px, 0px) !important;
        transition: transform 1s ease !important;
    }

    .custom-alumni .move-moveFECategoryInfo1Bubble-moveFSTCategoryInfo1 {
        transform: translate(11px, -121px) !important;
        transition: transform 1s ease !important;
    }

    .custom-alumni .move-moveFBACategoryInfo2-moveFSTCategoryInfo1 {
        transform: translate(58px, -46px) !important;
        transition: transform 1s ease !important;
    }

    .custom-alumni .move-moveFECategoryInfo3-FBACategoryInfo2 {
        transform: translate(-190px, 76px) !important;
        transition: transform 1s ease !important;
    }

    .custom-alumni .move-moveFASSCategoryParent-FBACategoryInfo2 {
        transform: translate(-11px, 71px) !important;
        transition: transform 1s ease !important;
    }

    .custom-alumni .move-moveFSTCategoryParent-FBACategoryInfo2 {
        transform: translate(-52px, -58px) !important;
        transition: transform 1s ease !important;
    }

    .custom-alumni .move-moveFECategoryInfo1-FBACategoryInfo2 {
        transform: translate(-62px, 1px) !important;
        transition: transform 1s ease !important;
    }

    .custom-alumni .move-moveFASSCategoryInfo1-FBACategoryInfo2 {
        transform: translate(-67px, -51px) !important;
        transition: transform 1s ease !important;
    }

    .custom-alumni .move-feBubble-FBACategoryInfo2 {
        transform: translate(30px, -72px) !important;
        transition: transform 1s ease !important;
    }

    .custom-alumni .move-fba-FBACategoryInfo1 {
        transform: translate(-176px, -114px) !important;
        transition: transform 1s ease !important;
    }

    .custom-alumni .move-moveFBACategoryInfo2-FBACategoryInfo1 {
        transform: translate(141px, 89px) !important;
        transition: transform 1s ease !important;
    }

    .custom-alumni .move-fe-FBACategoryInfo1 {
        transform: translate(-70px, 184px) !important;
        transition: transform 1s ease !important;
    }

    .custom-alumni .move-moveFECategoryInfo2-FBACategoryInfo2 {
        transform: translate(-104px, -9px) !important;
        transition: transform 1s ease !important;
    }

}

@media (max-width: 868px) {
    .custom-alumni .move-moveFBACategoryInfo2-FASSCategoryInfo1 {
        transform: translate(7px, 128px) !important;
        transition: transform 1s ease !important;
    }

    .custom-alumni .move-fst-FBACategoryInfo1 {
        transform: translate(150px, -32px) !important;
        transition: transform 1s ease !important;
    }

    .custom-alumni .move-feBubble-moveFECategoryInfo3 {
        transform: translate(130px, -133px) !important;
        transition: transform 1s ease !important;
    }

    .custom-alumni .move-moveFBACategoryInfo2-FECategoryInfo4 {
        transform: translate(132px, -87px) !important;
        transition: transform 1s ease !important;
    }

    .custom-alumni .move-moveFSTCategoryInfo1-FECategoryInfo2 {
        transform: translate(69px, 69px) !important;
        transition: transform 1s ease !important;
    }

    .custom-alumni .FSTDesign {
        background-color: #7ecbf1 !important;
        color: white;
        position: absolute !important;

        top: 22%;
        left: 50%;
        z-index: 999;
        font-size: 20px;
    }

    .custom-alumni .move-moveFASSCategoryInfo1-FBACategoryInfo2 {
        transform: translate(-67px, -51px) !important;
        transition: transform 1s ease !important;
    }

    .custom-alumni .move-moveFBACategoryInfo2-FBACategoryInfo1 {
        transform: translate(141px, 89px) !important;
        transition: transform 1s ease !important;
    }

    .custom-alumni .move-fe-FBACategoryInfo1 {
        transform: translate(-70px, 184px) !important;
        transition: transform 1s ease !important;
    }

    .custom-alumni .move-feBubble-FBACategoryInfo2 {
        transform: translate(30px, -72px) !important;
        transition: transform 1s ease !important;
    }

    .custom-alumni .move-moveFECategoryInfo2-FBACategoryInfo2 {
        transform: translate(-104px, -9px) !important;
        transition: transform 1s ease !important;
    }

    .custom-alumni .move-moveFECategoryInfo1-FBACategoryInfo2 {
        transform: translate(-62px, 1px) !important;
        transition: transform 1s ease !important;
    }

    .custom-alumni .move-fba-FBACategoryInfo1 {
        transform: translate(-176px, -114px) !important;
        transition: transform 1s ease !important;
    }

    .custom-alumni .move-moveFECategoryInfo3-FBACategoryInfo2 {
        transform: translate(-190px, 76px) !important;
        transition: transform 1s ease !important;
    }

    .custom-alumni .move-moveFSTCategoryParent-FBACategoryInfo2 {
        transform: translate(-52px, -58px) !important;
        transition: transform 1s ease !important;
    }

    .custom-alumni .move-moveFASSCategoryParent-FBACategoryInfo2 {
        transform: translate(-11px, 71px) !important;
        transition: transform 1s ease !important;
    }

    .custom-alumni .move-moveFBACategoryInfo2-moveFECategoryInfo3 {
        transform: translate(147px, -40px) !important;
        transition: transform 1s ease !important;
    }

    .custom-alumni .move-moveFBACategoryInfo2-moveFSTCategoryInfo1 {
        transform: translate(58px, -46px) !important;
        transition: transform 1s ease !important;
    }

    .custom-alumni .move-moveFSTCategoryInfo1-moveFECategoryInfo3 {
        transform: translate(165px, 0px) !important;
        transition: transform 1s ease !important;
    }

    .custom-alumni .move-moveFST-FECategoryInfo3 {
        transform: translate(43px, -113px) !important;
        transition: transform 1s ease !important;
    }

    .custom-alumni .move-moveFBA-FECategoryInfo3 {
        transform: translate(34px, -97px) !important;
        transition: transform 1s ease !important;
    }

    .custom-alumni .move-moveFASSCategoryInfo1-moveFECategoryInfo3 {
        transform: translate(124px, -172px) !important;
        transition: transform 1s ease !important;
    }

    .custom-alumni .move-moveFBACategoryInfo1-moveFECategoryInfo3 {
        transform: translate(38px, -55px) !important;
        transition: transform 1s ease !important;
    }

    .custom-alumni .move-feBubble-moveFASSCategoryInfo1 {
        transform: translate(-95px, 177px) !important;
        transition: transform 1s ease !important;
    }

    .custom-alumni .move-moveFSTCategoryInfo1-moveFASSCategoryInfo1 {
        transform: translate(1px, 27px) !important;
        transition: transform 1s ease !important;
    }

    .custom-alumni .move-moveFECategoryInfo3-FECategoryInfo4 {
        transform: translate(99px, 49px) !important;
        transition: transform 1s ease !important;
    }

    .custom-alumni .move-moveFECategoryInfo1Bubble-moveFSTCategoryInfo1 {
        transform: translate(11px, -121px) !important;
        transition: transform 1s ease !important;
    }

    .custom-alumni .FEDesign {
        background-color: #f68712 !important;
        color: white;
        position: absolute !important;

        top: 46%;
        left: 76%;


        z-index: 999;
        font-size: 20px;


    }

    .custom-alumni .move-fe {
        transform: translate(126px, -56px) !important;
        transition: transform 1s ease !important;
    }

    .custom-alumni .move-moveFECategoryInfo3-FECategoryInfo2 {
        transform: translate(34px, 147px) !important;

    }

    .custom-alumni .move-fe-FECategoryInfo2 {
        transform: translate(158px, -17px) !important;

    }

    .custom-alumni .FBADesign {
        background-color: #c0dec2 !important;
        color: white;
        position: absolute !important;
        top: 24%;
        z-index: 999;
        left: 27%;
        font-size: 20px;



    }

    .custom-alumni .FASSDesign {
        background-color: #c4161d !important;
        color: white;
        position: absolute !important;
        top: 61%;
        left: 33%;
        font-size: 20px;


    }

    .custom-alumni .custom-alumni .bubble-container-FE:nth-child(3) {
        position: absolute;
        top: 40%;
        left: 15%;


    }


    .custom-alumni .custom-alumni .bubble-container-FBA:nth-child(2) {
        position: absolute;
        top: 62%;
        left: 64%;


    }

    .custom-alumni .custom-alumni .bubble-container-FE:nth-child(1) {
        position: absolute;
        top: 59%;
        left: 10%;


    }


    .custom-alumni .custom-alumni .bubble-container-FASS {

        position: absolute;
        top: 34%;
        left: 70%;


    }



    .custom-alumni .move-moveFSTCategoryInfo1-FECategoryInfo4 {
        transform: translate(129px, -93px) !important;

    }


    .custom-alumni .move-moveFASSCategoryInfo1-FECategoryInfo4 {
        transform: translate(110px, -90px) !important;

    }

    .custom-alumni .move-moveFECategoryInfo1-moveFASSCategoryInfo1 {
        transform: translate(-13px, -15px) !important;

    }

    .custom-alumni .move-moveFECategoryInfo2-moveFECategoryInfo3 {
        transform: translate(-4px, -125px) !important;

    }

    .custom-alumni .move-moveFECategoryInfo1Bubble-moveFECategoryInfo3 {
        transform: translate(120px, -48px) !important;

    }

    .custom-alumni .move-moveFASS-FECategoryInfo3 {
        transform: translate(73px, -229px) !important;
        transition: transform 1s ease !important;
    }
}




/* Small Mobile Styles */
@media (max-width: 768px) {
    .custom-alumni .custom-alumni-desktop {
        display: none;
    }

    .custom-alumni .custom-alumni-mobile {
        display: block!important;
    }

    .custom-alumni .padding-350-mobile {
        padding-bottom: 85px;
        padding-top: 137px;
    }

    .custom-alumni .faculties-padding {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .custom-alumni .discover-padding-mobile {
        padding-top: 100px;
        padding-bottom: 60px;
    }

    .custom-alumni .research-padding-mobile {
        padding-top: 90px;
        padding-bottom: 24px;

    }

    .custom-alumni .news-padding-mobile {
        padding-top: 0px;
    }

    .custom-alumni .w-10percent {
        width: 35%!important;
    }

}

/* Small Mobile Styles */
@media (max-width: 480px) {
    .custom-alumni .custom-alumni-desktop {
        display: none;
    }

    .custom-alumni .custom-alumni-mobile {
        display: block!important;
    }

    .custom-alumni .padding-350-mobile {
        padding-bottom: 85px;
        padding-top: 137px;
    }

    .custom-alumni .discover-padding-mobile {
        padding-top: 100px;
        padding-bottom: 60px;
    }

    .custom-alumni .research-padding-mobile {
        padding-top: 90px;
        padding-bottom: 24px;

    }

    .custom-alumni .news-padding-mobile {
        padding-top: 0px;
    }

    .custom-alumni .w-10percent {
        width: 35%!important;
    }

}