.final-program-assistance-btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 8px 20px;
    background-color: #FF8038;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    border-radius: 25px;
    text-decoration: none;
    border: 1px solid #FF8038;
}

.final-program-assistance-btn:hover {
    background-color: #f0610e;
    color: #fff;
}
/* .card_tutor_profile{
    height: 500px;
} */
.school-img-div img{
    width: 140px;
    /* height: 180px; */
}

.filter-icon .active-view {
    fill: none !important ;
    stroke: #f4953e !important
}
.background_banner_img img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    position: relative;
}

.background_banner_img {
    z-index: 0;
    max-height: calc(20% - 4vh);
    position: relative;
}

.school_card {
    height: 300px;
}

.scl_program_list {
    margin-top: 50px;
    margin-left: calc(14%);
    margin-right: calc(14%);
    width: calc(73%);
    z-index: 1;
    position: absolute;
}
.timeline_step {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
.timeline_step::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 2px;
    background: orange;
    z-index: -1;
}
.timeline-step {
    text-align: center;
    flex: 1;
}
.circle {
    width: 20px;
    height: 20px;
    background: white;
    border: 3px solid orange;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}
.step-number {
    font-size: 20px;
    font-weight: bold;
    color: orange;
    margin-bottom: 10px;
}
.step-content{
    border-left: 1px solid #E4E7EC;
    padding-left: 24px;
    text-align: left;
}
.step-title {
    font-weight: bold;
    font-size: 18px;
}
.step-description {
    font-size: 16px;
    color: #555;
    text-align: left;
    max-width: 200px;
    line-height: 1.4;
}
.gray_color_cls{
    color: #555;
}


.school_cost {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    /* flex-wrap: wrap; */
    /* justify-content: center; */
}
.card_tutor_profile {
    height: 490px;
}
/* start Concorde  program design */
.mainHomeProfile .card-body{
    margin-top: -500px;
}
.static-div-school {
    justify-self: flex-end;
    margin-left: -7px;
    position: sticky;
    top: 15%;
    right: 18%;
    width: 33%;
    height: auto;
    z-index: 10;
    padding: 15px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px,
                rgba(17, 17, 26, 0.1) 0px 8px 24px,
                rgba(17, 17, 26, 0.1) 0px 16px 56px;
}

.accordion-trigger {
    display: none;
}
.mainHomeProfile{
    margin: 1.5rem !important;
}
.language-p{
    text-align: left;
}
.CustomereCards .card{
    border:unset;
}
@media (max-width: 910px) {
    .accordion-trigger {
        display: block;
        width: 100%;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        cursor: pointer;
        border-bottom: 1px solid #e0e0e0;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 0;
        z-index: 1001;
        background-color: white;
        box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
    }
    .static-div-school{
        display: none;
    }
    .programsMenus{
        justify-content:unset;
        gap: 15px;
    }
    .mainHomeProfile .card-body{
        margin-top: 0;
    }
    .main_container{
        margin-left: unset !important;
        margin-right: unset !important;
    }
    .other_more_programs{
        margin-bottom: 60%;
    }

    .bottom-tile-header {
        align-items: center;
        font-weight: 400;
    }

    .fa-chevron-up {
        transition: transform 0.3s ease;
    }

    .accordion-trigger.active .fa-chevron-up {
        transform: rotate(180deg);
    }

    .static-inner-div-school{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .static-div-school.active {
        transform: translateY(0);
        max-height: 100vh; /* Limit height to 80% of viewport height */
        overflow-y: auto;
        padding: 15px;
    }

    .backdrop {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 999;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
    }

    .backdrop.active {
        opacity: 1;
        pointer-events: auto;
    }


}
/* end Concorde  program design */

@media (min-width: 800px) and (max-width: 1430px) {

    .main_container{
        margin-left: unset !important;
        margin-right: unset !important;
    }
    .static-div-school {
        right: 5%;
    }
    .programsMenus{
        justify-content:unset;
        gap: 15px;
    }
}

/* carasoul instrucstuors css start*/
#instructorCarousel {
    background-color: rgb(255, 239, 224);
    border-radius: 120px;
    max-width: 90%;
    margin: 0 auto;
}

.carousel-step-title {
    padding: 1.5rem;
    text-align: center;
}

.carousel-indicators {
    position: static;
    margin: 1rem auto;
    display: flex;
    justify-content: center;
}


/* carasoul instrucstuors css end*/


