body {
    padding-top: 50px;
    /*position: relative;*/
}
.sticky-offset{
    top:60px;
    /*margin-bottom: -150px;*/
}

p{
    font-size: 19px;
    font-family: 'CanelaDeck Regular';
}

section{
    /*margin: 80px 0 80px 0;*/
}

span{
    font-weight: 700;
}

/*============= Header =============*/

.PGPXHeader{
    padding: 16px 0;
    border-bottom: 1px solid var(--grey-400);

}

.logoLarge{
    height: 70px;
}

.PGPXHeader .container-fluid{
    /*padding: 16px;*/
}

.logoSmall{ display: none}

#navbarNav{
    justify-content: end;
}

.navbar-nav{
    gap: 32px;
}

.navbar-nav .active{
    color: var(--brickRed)!important;
    font-weight: 700;
}
.bottom-right-button {
    position: fixed;
    bottom: 16px;  /* Distance from bottom */
    right: 16px;   /* Distance from right */
    /*padding: 10px 20px;*/
    /*background-color: #007bff;*/
    /*color: white;*/
    /*border: none;*/
    /*border-radius: 8px;*/
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.bottom-right-button:hover {
    background-color: #0056b3;
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideOutRight {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(100%);
        opacity: 0;
    }
}

.offcanvas-end {
    animation-duration: 0.5s;
}

.offcanvas.showing {
    animation-name: slideInRight;
}

.offcanvas.hiding {
    animation-name: slideOutRight;
}

/*============= Hero section =============*/

.heroSection{
    background-image: url(../image/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*margin-bottom: -40px;*/
    height: 70vh;


    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*height: 100vh;*/
}

.heroText{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.heroText a{
    width: fit-content;
}


/*============= Leader Ready =============*/

.leaderReady{
    padding: 5rem;
}

.leaderReady h3{
    margin-bottom: 12px!important;
}


.backedByDepthText{
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.points{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.blueBox{
    display: flex;
    height: 250px;
    flex-direction: column;
    justify-content: center;
    margin: 5rem 0;
}

.blueBox .row{
    justify-self: auto;
    text-align: center;
}

.blueBox h2, .blueBox p{
    color: var(--white);
}

.blueBox h2{
    font-family: 'CanelaDeck Regular';
}


/*============= Cohort =============*/

.preMBASectors, .preMBAFunctions{
    height: 300px;
    width: 300px;
    background-color: var(--grey-300);
}

.cohort{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.cohort .col{
    display: flex;
    justify-content: center;
}

.cohort .row, .educationGMAT .row{
    margin:0;
}


/*============= EducationGMAT =============*/

.educationGMAT .col{
    display: flex;
    justify-content: center;
}

.education, .GMAT{
    height: 300px;
    width: 300px;
    background-color: var(--grey-300);
}

.col-12, .col-md-4{
    padding: 0;
    margin: 0;
}

.blueBox .row{
    padding: 0;
    margin: 0;
}


/*============= Global Exposure =============*/

.text33{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.globalExposure{
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    gap: 32px;

}

.globalExposure img{
    max-width: 100%;
    max-height: 350px;
}

.globeSection{
    display: flex;
    flex-direction: column;
    gap: 16px;
    /*margin-bottom: 16px;*/
}

.globalExposure .row{
    margin: 0;
}

#globeIcon{
    max-width: 70px;
    height: auto;
}

.per33{
    gap: 16px;
}

.showMeMoreButton{}


/*============= Footer =============*/

footer{
    background-color: var(--primaryBlue);
    padding: 48px 0 8px 0;
    color: var(--white);
}

.footerLogo{
    height: 70px;
    margin-bottom: 16px;
}

footer li a{
    text-decoration: none;
    color: var(--white);
    font-size: 14px;
    transition: 0.3s ease;
}

footer li a:hover{
    color: var(--grey-400);
}

footer li{
    list-style: none;
}

footer ul{
    padding: 0;
}


.footerAbout{
    /*max-width: 450px;*/
}


/*============= Student profile page =============*/
/*=========================================*/

.mainSection{
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.mainSection .row{
    gap: 16px;
    flex-wrap: nowrap;
}

.leftSection{
    background-color: var(--white)!important;
}

.experience{
    padding: 0 0 16px 0;
    border-bottom: 1px solid var(--grey-400);

}

.filterParent{
    background-color: var(--accent);
    border-radius: 4px;
    border: 1px solid var(--grey-400);
    padding: 16px;
}

#slider {
    margin-top: 30px;
}

.noUi-connect {
    background: var(--primaryBlue)!important;
}

.accordion-button:focus {
    border-color: transparent;            /* Border color on focus */
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0);  /* Shadow color */
    outline: none;
}

.filterParent .sectors .sectorBtn{
    background-color: transparent;
    padding: 8px 0;

}

.filterParent .accordion-item{
    background-color: transparent;
    border: none;
    padding: 24px 0 16px 0;
    border-bottom: 1px solid var(--grey-400);
    border-radius: 0;
}

.filterNumbers{
    padding: 4px 6px;
    border-radius: 333px;
    font-size: 10px;
    background-color: var(--primaryBlue);
    color: var(--white);
    font-weight: 400;
}

.my-4{
    padding: 0;
}




.changeMakers{
    text-align: center;
}

.cardParent{
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 2rem;
}

.studentUICard{
    max-width: 470px;
    display: grid;
    gap: 3px;
    padding: 32px;
    border-radius: 8px;
    border: 1px solid var(--grey-400);
    transition: 0.3s ease;
}

.studentUICard:hover{
    box-shadow: 1px 1px 16px rgba(158, 158, 158, 0.1);
    background-color: var(--offWhite);
}

.studentProfilePicture{
    height: 150px;
    width: 150px;
    border-radius: 333px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.studentUICard .topPart{
    gap: 16px;
}



.studentDetails{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 8px;
}




/*.studentProfilePicture img{*/
/*    height: 250px;*/
/*    width: 250px;*/
/*    border-radius: 333px;*/
/*}*/



.filter-toggle {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1060;
    border-radius: 25px;
    padding: 10px 20px;
    font-size: 16px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
#slider-mobile {
    margin-top: 10px;
}

.filterBtn{
    background-color: var(--primaryBlue);
}

/*============= Media Query =============*/
/*=========================================*/

/*@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .studentUICard {
        max-width: 48%;
    }
}*/


@media (min-width: 1200px) {
    .studentUICard {
        max-width: 49%;
    }
    .singleContact{
        padding-left: 10% !important
    }
    .gImage{
        width: 350px;
        border-radius: 4px;
    }


}

@media only screen and (min-width: 992px) and (max-width: 1400px) {
    .showMeMoreButton{
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: fit-content;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .gImage{
        width: 280px;
        border-radius: 4px;
    }

}

@media (max-width: 1200px) {
    .cardParent {
        justify-content: center;
    }

}

@media (max-width: 991px) {
    .navbar-nav{
        gap: 8px;
    }

}



@media only screen and (min-width: 768px) and (max-width: 991px) {

    .gImageParent{
        display: flex;
        justify-content: center;
    }

    .gImage{
        width: 360px;
        border-radius: 4px;
    }

}

@media (max-width: 991px) {
    .leaderReady {
        padding: 2rem;
    }

    .depthImage{
        margin: 0 0 2rem 0;
        box-shadow: 1px 1px 8px 9px rgba(0, 0, 0, 0.03);
        border-radius: 4px;
    }


}


@media (min-width: 768px) {
   .quickLinks, .ftrLogo, .reachOut{
       /*justify-content: center;*/
       display: flex;
       flex-direction: column;
       align-items: center;
   }
}


@media (max-width: 767px) {
    .blueBox {
        height: auto;
        padding: 2rem 0;
    }

    .blueBox .row {
        gap: 40px;
    }

    footer .row{
        padding: 0 2rem;
        gap: 2rem;
        margin-bottom: 1rem!important;
    }
    .globalExposure .col-12 {
        display: flex;
        justify-content: center;
        padding: 0 32px;
    }

/*    student page */

    .leftSection{
        display: none;
    }

    .contactProfileParent{
        flex-wrap: wrap !important;
    }

    .contactProfile{
        max-width: 350px;
    }

    .singleContact {
        padding: 16px 0;
        /*min-width: 270px;*/
        display: grid;
        justify-content: center;
    }


}



@media (max-width: 575px) {
    .leaderReady {
        padding: 3rem;
    }

    .backedByDepth{
        padding: 3rem;
    }

    .backedByDepthText{
        display: flex    ;
        flex-direction: column;
        gap: 16px;
    }

    .globalExposure .col-12{
        display: flex;
        justify-content: center;
        padding: 0 32px;
    }

    .globalExposure {
        padding: 80px 16px;
    }



}


@media (max-width: 490px) {

    .showMeMoreButton{
        display: flex;
        gap: 16px;
        flex-direction: column;
        width: fit-content;
        margin: auto;
    }

}

/*============= Contact page =============*/
/*================================================*/

.contactUs{
    display: grid;
    gap: 32px;
    /*margin-top: 32px;*/
}

.contactUs h2{

}




.contactProfileParent{
    gap: 16px;
    flex-wrap: nowrap;
    justify-content: center;
}

.contactProfile{
    display: flex;
    flex-direction: column;
    gap: 16px;
    border: 1px solid var(--grey-400);
    border-radius: 4px;
    /*box-sizing: border-box;*/
    background-color: var(--white);

}

.contactProfile img{
    width: 100%;
    height: auto;
}

.contactProfileNumber a{
    text-decoration: none;
    color: var(--black);
 }

.contactProfileName{
    padding: 16px 16px;
}
.contactProfileNumber{
    padding: 0 16px 16px 16px;
}

.placementCommittee{
    gap: 0;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.placementCommittee h2{
    margin-bottom: 32px!important;
}

.singleContact{
    padding: 32px 16px;
    min-width: 350px;
}

.committeeContact a{
    text-decoration: none;
    color: var(--black);
    font-weight: 500;
    font-family: 'CanelaDeck Regular';
}

/*.committeeContact {
    margin: 16px 0 0 0;
}*/

@media only screen and (max-width: 767px) {
  .profile-page .rightSection {
    display: none !important;
  }
  .singleContact{
    padding-left:unset;
  }
  .chart-div{
    overflow: scroll;
    padding-left: 32%;
  }
}

@media only screen and (max-width: 480px) {
    .logoLarge{
        height: 50px;
    }
    .navbar-toggler{
        padding: 0;
        border: none;
    }
}