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

p{
    font-size: 19px;
}

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: inherit;
    /*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: Poppins, serif;
}


/*============= 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 (List) =============*/
/*================================================*/

.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;
}

.studentListPage .cardParent .studentUICard{
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 32px;
    background-color: var(--white);
    border: 1px solid var(--grey-400);
    transition: 0.3s ease;
}

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



/*============= Students detail page =============*/
/*================================================*/

.studentInfo img{
    width: 200px;
    height: 200px;
    border-radius: 3333px;
    object-fit: cover;
}

.studentInfo{
    display: flex;
    gap: 16px;
}

.stdLeft{
    display: grid;
    gap: 16px;
}

.studentName{
    font-size: 34px;
    font-weight: 700;
    color: var(--primaryBlue);
}

.accordion {
    /*width: 300px;*/
    /*border: 1px solid #ccc;*/
    /*border-radius: 4px;*/
}
.stdLeft .accordion-item + .accordion-item {
    border-top: 1px solid #ccc;
}
.stdLeft .accordion-header {
    padding: 24px 0;
    cursor: pointer;
    /*background: #f9f9f9;*/
    position: relative;
}
.stdLeft .accordion-header::after {
    content: '+';
    position: absolute;
    right: 16px;
    font-weight: bold;
    transition: transform 0.2s;
}
.stdLeft .accordion-header.active::after {
    transform: rotate(45deg);
}

.stdLeft .accordion-item .active {
    color: var(--brickRed);
    padding-bottom: 0;

}
.stdLeft .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 12px;
}
.stdLeft .accordion-content.open {
    padding: 12px;
}
.subpoints {
    border-left: 2px solid var(--brickRed-300);
    margin-left: 10px;
    padding-left: 12px;
}
.subpoints li {
    margin-bottom: 6px;
}


.workTitle{
    font-size: 1.625rem;
    font-family: "CanelaDeck Regular", serif;
    font-weight: 600;
    background-color: transparent;
    border: none;
    letter-spacing: 1px;
    color: var(--primaryBlue);
}

.subpoints li{
    list-style: none;
}

.accordion-item{
    border: none;
}

.workDescription{
    font-weight: 400;
}


.stdSocialInfo{
    padding: 24px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}


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

.stdInfoBlock{
    display: none;
}


/*Slider*/



.changeMakers{
    text-align: center;
}

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

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

.studentDetailPage .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: space-between;
}

.similarProfile{
    height: 8px;
}


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

.card-slider-wrapper {
    position: relative;
    overflow: hidden;
}
.card-slider {
    display: flex;
    transition: transform 0.5s ease;
}
.card-slider .card-item {
    min-width: 100%;
}

.carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    padding: 10px;
    z-index: 10;
}
.carousel-control-prev {
    left: 10px;
}
.carousel-control-next {
    right: 10px;
}







.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: 410px;
    }
}


@media (min-width: 1200px) {

    .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 (min-width: 992px) {
    .card-slider .card-item {
        min-width: 33.3333%;
    }
}

@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 */

    .studentListPage .leftSection{
        display: none;
    }

    /*==== Students detail page =====*/

    .studentDetailPage .rightSection{
        display: none;
    }

    .stdInfoBlock{
        display: block;
        padding: 32px;
        background-color: var(--accent);
        border-radius: 4px;
    }

    .experienceInfo{
        display: grid;
        gap: 16px;

    }

    .stdInfoBlock .inner{
        display: flex;
        gap: 16px;
        justify-content: space-between;
    }

    .stdButtonSocial{
        gap: 8px;
    }

    .studentInfo{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    /*slider*/







}



@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;
    }


/*    detail page*/
    .studentDetailPage .mainSection .row{
        padding: inherit;
    }

}

@media (max-width: 525px) {

    .stdInfoBlock .experienceInfo .pText20B{
        font-size: 16px;
    }

    .stdInfoBlock .experienceInfo .pText20R{
        font-size: 14px;
    }

}


@media (max-width: 490px) {

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

}


/*slider detail page*/



.carousel-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 20px 0;
    display: flex;
    align-items: center;
}

.carousel-btn {
    background-color: var(--primaryBlue);
    color: white;
    border: none;
    padding: 10px 14px;
    font-size: 20px;
    cursor: pointer;
    z-index: 1;
    border-radius: 4px;
}

.carousel-track-wrapper {
    overflow: hidden;
    flex: 1;
}

.carousel-track {
    display: flex;
    gap: 16px;
    transition: transform 0.4s ease-in-out;
}

.studentUICard {
    flex: 0 0 calc(50% - 8px);
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 10px;
}

/* Responsive: 1 card on mobile */
@media (max-width: 768px) {
    .studentUICard {
        flex: 0 0 100%;
    }
}


.carousel-wrapper {
    width: 100%;
    padding: 20px 0;
}

.carousel-track-wrapper {
    position: relative;
    overflow: hidden;
}

.carousel-track {
    display: flex;
    gap: 16px;
    transition: transform 0.4s ease-in-out;
}

/* Cards */
.studentUICard {
    flex: 0 0 calc(50% - 8px);
    background-color: #f0f0f0;
    padding: 20px;
    border-radius: 10px;
    min-height: 150px;
}

/* Arrows positioned inside over cards */
.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0);
    color: white;
    border: none;
    padding: 10px;
    font-size: 20px;
    cursor: pointer;
    z-index: 2;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.carousel-btn.prev {
    left: 10px;
}

.carousel-btn.next {
    right: 10px;
}

/* Responsive: 1 card on mobile */
@media (max-width: 768px) {
    .studentUICard {
        flex: 0 0 100%;
    }
}

.arrowBg{
    padding: 12px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.71);
    transition: background-color 0.4s;
}

.arrowBg:hover{
    background-color: rgb(0, 0, 0);
}






