.admissions-page header .main-menu ul li a {
    color: #fff;
}

.admissions-page header .logo.black-logo {
    display: none;
}

/* hero section css Start */
.admission-hero {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    height: 100svh;
    --hero-blue-size: clamp(950px, max(92vw, 116vh), 2031.238px);
    background-color: #cec9c5;
}

.admission-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: url(../images/admissions-hero.jpg) right center / contain no-repeat;
    opacity: 1;
    /* transform: translateX(48px);
    animation: admissionHeroImageEaseIn 1.15s cubic-bezier(0.16, 1, 0.3, 1) 0.18s forwards;
    will-change: opacity, transform;*/
}

.admission-hero .main-hero-items,
.admission-hero .main-hero-items>.d-flex {
    height: 100%;
    position: relative;
    z-index: 1;
}

.admission-hero .main-title {
    position: relative;
    z-index: 2;
    padding-left: clamp(20px, 8vw, 136px);
    width: 70%;
}

.admission-hero .main-title h2.hero-txt {
    color: #FFF;
    font-family: Satoshi;
    font-size: 2.3em;
    font-style: normal;
    font-weight: 700;
    line-height: 112%;
}

.admission-hero .blue-half-circle {
    position: absolute;
    top: clamp(-198px, -14vh, -90px);
    left: calc(var(--hero-blue-size) * -0.5);
    width: var(--hero-blue-size);
    height: var(--hero-blue-size);
    border-radius: 50%;
    background: #0A3D9C;
    transform-origin: 50% 50%;
    will-change: transform;
}

.admission-hero .blue-half-circle-ele {
    display: flex;
    align-items: center;
}


.main-hero-items .hero-student-img img {
    width: 100%;
    height: auto;
    max-width: 780px;
}

.admission-hero .main-title span.weight-500 {
    display: inline-block;
    font-family: Satoshi;
    font-size: 4em;
    font-style: normal;
    font-weight: 500;
    line-height: 112%;
    letter-spacing: -0.697px;
}

.admission-hero .main-title span.weight-600 {
    font-family: Satoshi;
    font-size: 4.098em;
    font-style: normal;
    font-weight: 700;
    line-height: 112%;
    letter-spacing: -0.917px;
}

.admission-hero .main-title span.weight-500:last-child {
    padding-left: clamp(38px, 10.1vw, 194px);
}

.main-hero-items .column-6:last-child {
    position: relative;
}

.admission-hero .yellow-circle {
    position: absolute;
    top: clamp(3.5rem, 8vw, 18.5rem);
    right: clamp(4rem, 8vw, 12rem);
    width: clamp(400px, 28vw, 638px);
    height: clamp(400px, 28vw, 638px);
    border-radius: 50%;
    background-color: #F7DF00;
}

.admission-hero .main-title span.weight-500:last-child {
    padding-left: clamp(50px, 8.1vw, 124px);
}

.hero-student-img {
    right: 0;
    bottom: 0;
    width: clamp(520px, 46.3vw, 688px);
    margin-bottom: clamp(-28px, -1.7vw, -16px);
    display: block;
}

.main-hero-items .hero-student-img img {
    max-width: 100%;
}

.orange-bg-element {
    height: clamp(12px, 1.77vw, 34px);
}



@media (max-width: 1200px) {
    .admission-hero .main-title span.weight-500:last-child {
        padding-left: 50px;
    }

    .admission-hero .main-title {
        padding-left: 10%;
        width: 84%;
    }

    section.admission-hero.panel.panel1 {
        min-height: 58vh;
    }

    .admission-hero .blue-half-circle {
        width: 1150px;
        height: 1150px;
        left: -63%;
        top: -7.3%;
    }

    .admission-hero .yellow-circle {
        width: 400px;
        height: 400px;
        top: 7.5rem;
        right: clamp(4rem, 8vw, 12rem);
    }

    .orange-bg-element {
        height: 20px;
        width: 290px;
    }
}

@media (max-width: 1023.9px) {
    .main-hero-items .hero-student-img img {
        max-width: 500px;
    }

    section.admission-hero.panel.panel1 {
        min-height: 38vh;
    }

    .admission-hero .blue-half-circle {
        width: 1040px;
        height: 1040px;
        top: -3%;
        left: -57%;
    }

    .admission-hero .yellow-circle {
        width: 350px;
        height: 350px;
        top: 28%;
        right: 16%;
    }

    .hero-student-img {
        display: flex;
        justify-content: flex-end;
    }
}

@media(max-width: 991px) {
    .admission-hero {
        height: 100svh;
        background-color: transparent;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        overflow: hidden;
    }

    .admission-hero::before {
        background-position: center top;
        /* background-size: cover; */
    }

    .admission-hero .main-hero-items,
    .admission-hero .main-hero-items>.d-flex {
        height: 100%;
        width: 100%;
        flex-direction: column;
        justify-content: flex-end;
    }

    .admission-hero .main-hero-items .d-flex>.col-md-6:last-child {
        display: none !important;
    }

    .admission-hero .blue-half-circle-ele {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100%;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        /* position: relative; */
        min-height: 46vw;
    }

    .admission-hero .blue-half-circle {
        --mobile-circle: max(130vw, 420px);
        width: var(--mobile-circle);
        height: var(--mobile-circle);
        left: 50%;
        top: 70%;
        bottom: calc(var(--mobile-circle) * -0.46);
        transform: translateX(-50%);
        border-radius: 50%;
        position: absolute;
    }

    .admission-hero .main-title {
        position: relative;
        z-index: 2;
        width: 100%;
        max-width: unset;
        padding-left: unset;
        text-align: center;
        margin: 0 auto 140px;
        top: -40px;
        /* padding-bottom: clamp(24px, 8vw, 56px);
        bottom: 70px; */
    }

    .admission-hero .main-title h2.hero-txt {
        font-size: 28px;
        line-height: 118%;
        text-align: center;
    }

    .admission-hero .yellow-circle {
        display: none;
    }
}

@media(max-width: 576px) {
    /* .admission-hero {
        margin-top: -23px;
    } */

    .admission-hero::before {
        background-image: url(../images/lab-student.png);
    }

    .admission-hero .blue-half-circle {
        --mobile-circle: max(150vw, 420px);
        top: 53%;
    }
}

@keyframes admissionHeroImageEaseIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.admission-hero.animation-done::before {
    animation: none !important;
    opacity: 1 !important;
    transform: translateX(0) !important;
}

@media (prefers-reduced-motion: reduce) {
    .admission-hero::before {
        animation: none;
        opacity: 1;
        transform: none;
    }
}

/* hero section css End */

/* circle section css start */
.bbt-fa-circle-sec {
    background: #0a3d9c;
    height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.bbt-fa-circle-sec .journey-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
    position: relative;
    gap: 40px;
}

.bbt-fa-circle-sec .journey-wrapper::before {
    display: none;
}

.bbt-fa-circle-sec .journey-line-segment {
    position: absolute;
    top: 50%;
    width: 33.333%;
    border-top: 3px dotted #ffffff;
    z-index: 1;
    transform: translateY(-50%) scaleX(0);
    transform-origin: left center;
    will-change: transform, opacity;
}

.bbt-fa-circle-sec .journey-line-segment.segment-1 {
    left: 16.666%;
}

.bbt-fa-circle-sec .journey-line-segment.segment-2 {
    left: 50%;
}

.bbt-fa-circle-sec .circle-card {
    width: clamp(293px, 24vw, 467px);
    height: clamp(293px, 24vw, 467px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 40px;
    flex-shrink: 0;
    justify-self: center;
    transform-origin: 50% 50%;
    will-change: transform, opacity;
}

.bbt-fa-circle-sec .circle-card .content {
    will-change: transform, opacity;
}

.bbt-fa-circle-sec .circle-card h3 {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 1.15em;
    font-style: normal;
    font-weight: 600;
    line-height: 121%;
}

.bbt-fa-circle-sec .circle-card p {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 0.85em;
    font-style: normal;
    font-weight: 400;
    line-height: 154%;
    padding-top: 22px;
}

.bbt-fa-circle-sec .orange {
    background: #fc8b5f;
}

.bbt-fa-circle-sec .yellow {
    background: #f7df00;
}

.bbt-fa-circle-sec .purple {
    background: #beacff;
}



@media (max-width: 1023px) {
    .bbt-fa-circle-sec {
        height: auto;
        min-height: 100vh;
        padding: 110px 0;
    }

    .bbt-fa-circle-sec .journey-wrapper {
        grid-template-columns: 1fr;
        gap: 73px;
    }

    .bbt-fa-circle-sec .journey-wrapper::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        border-left: 3px dotted #ffffff;
        transform: translateX(-50%);
        z-index: 1;
    }

    .bbt-fa-circle-sec .journey-line-segment {
        display: none;
    }
}

@media(max-width: 991px) {
    .bbt-fa-circle-sec {
        padding: 0px 0 90px;
    }
}

@media(max-width: 767px) {
    .bbt-fa-circle-sec .circle-card h3 {
        font-size: 18px;
        line-height: 140%;
    }

    .bbt-fa-circle-sec .circle-card p {
        font-size: 14px;
        line-height: 150%;
        padding-top: 11px;
    }
}

@media(max-width: 576px) {
    .bbt-fa-circle-sec .circle-card {
        width: min(85vw, 273px);
        height: min(85vw, 273px);
        padding: 28px;
    }

}

/* circle section css end */

/* admissions about section css start */
.bbt-fa-admissions-about-sec {
    display: none !important;
    /* Temporarily hidden */
    background-color: #0a3d9c;
    min-height: 100vh;
    align-items: center;
    margin-top: -1px;
}

.bbt-fa-admissions-about-sec .avm-swiper {
    width: 100%;
    overflow: hidden;
}

.bbt-fa-admissions-about-sec .Admissions-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    align-items: center;
}

.bbt-fa-admissions-about-sec .avm-image-wrap {
    width: 50%;
    flex-shrink: 0;
}

.bbt-fa-admissions-about-sec .avm-photo {
    max-width: 730px;
    width: 80%;
    object-fit: contain;
    margin: 0 auto;
    align-items: center;

}

.bbt-fa-admissions-about-sec .avm-text {
    /* width: 50%; */
    width: 100%;
}

.bbt-fa-admissions-about-sec p.text-p {
    color: #fff;
    font-family: Poppins, sans-serif;
    text-align: center;
    max-width: 80%;
    font-size: 1.3em;
    font-weight: 500;
    line-height: 150%;
    margin: 0 auto 54px !important;
}

.bbt-fa-admissions-about-sec .author-info h4,
.bbt-fa-admissions-about-sec .author-info span {
    font-family: Poppins, sans-serif;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
}

.bbt-fa-admissions-about-sec .author-info h4 {
    color: #fff;
}

.bbt-fa-admissions-about-sec .author-info span {
    color: rgba(255, 255, 255, 0.50);
}

.bbt-fa-admissions-about-sec .author-info {
    padding-top: 54px;
}

.bbt-fa-admissions-about-sec .author-info span {
    display: block;
}

/* Controls */
.bbt-fa-admissions-about-sec .avm-slider-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 150px;
}

.bbt-fa-admissions-about-sec .avm-pagination {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

.bbt-fa-admissions-about-sec .avm-pagination .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.4) !important;
    opacity: 1 !important;
    width: 10px;
    height: 10px;
}

.bbt-fa-admissions-about-sec .avm-pagination .swiper-pagination-bullet-active {
    background: #fff !important;
}

@media(max-width: 991px) {
    .bbt-fa-admissions-about-sec {
        min-height: auto;
        padding: 47px 0 70px;
    }

    .bbt-fa-admissions-about-sec .Admissions-wrapper {
        flex-direction: column;
        gap: 0;
    }

    .bbt-fa-admissions-about-sec .avm-text {
        display: contents;
    }

    .bbt-fa-admissions-about-sec p.text-p {
        order: 1;
        width: min(100%, 640px);
        margin: 0 auto;
        padding: 0;
    }

    .bbt-fa-admissions-about-sec .avm-image-wrap {
        order: 2;
        width: min(52vw, 360px);
        margin-top: 72px;
    }

    .bbt-fa-admissions-about-sec .avm-photo {
        display: block;
        width: 100%;
    }

    .bbt-fa-admissions-about-sec .author-info {
        order: 3;
        padding-top: 27px;
        text-align: center;
    }

    .bbt-fa-admissions-about-sec .author-info h4 {
        margin: 0;
    }

    .bbt-fa-admissions-about-sec .author-info span:last-child {
        color: rgba(255, 255, 255, 0.42);
    }

    .bbt-fa-admissions-about-sec .avm-slider-controls {
        gap: 0;
        margin-top: 74px;
    }

    .bbt-fa-admissions-about-sec .avm-pagination {
        gap: 6px;
    }

    .bbt-fa-admissions-about-sec .avm-pagination .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
    }
}

@media(max-width: 767px) {
    .bbt-fa-admissions-about-sec {
        padding: 129px 0 88.21px;
    }

    .bbt-fa-admissions-about-sec p.text-p {
        font-size: 20px;
        line-height: 160%;
    }

    .bbt-fa-admissions-about-sec .author-info h4 {
        font-size: 18px;
        line-height: 140%;
    }

    .bbt-fa-admissions-about-sec .author-info span:first-child {
        font-size: 15px;
        line-height: 160%;
    }

    .bbt-fa-admissions-about-sec .author-info span:first-child {
        font-size: 14px;
        line-height: 167%;
    }
}

/* admissions about section css start */

/* online section css start  */

.bbt-fa-online-section {
    padding: clamp(103px, 9vw, 163px) 0 clamp(93.2px, 8.5vw, 159.2px);
}

.bbt-fa-online-section .main-title {
    color: #0a3d9c;
    text-align: center;
    font-family: Satoshi;
    font-size: 2.3em;
    font-style: normal;
    font-weight: 700;
    line-height: 112%;
}

.bbt-fa-online-section .description {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin: 0 auto !important;
    display: flex;
    justify-content: center;
    width: 50%;
    padding-top: 54px;
}

.bbt-fa-online-section .sub-title {
    color: #0a3d9c;
    text-align: center;
    font-family: Satoshi;
    font-size: 2.1em;
    font-style: normal;
    font-weight: 500;
    line-height: 78px;
    padding-top: clamp(75px, 8vw, 167.18px);
}

.bbt-fa-online-section .table-wrapper {
    margin: auto;
    background: #d8cff8;
    padding: 46.23px 73.96px 53.93px 73.93px;
    margin-top: 39.38px;
    max-width: 1121.331px;
    max-height: 587.271px;
    width: 100%;
    height: 100%;
}

.bbt-fa-online-section td:first-child {
    width: 50%;
}

.bbt-fa-online-section table {
    width: 100%;
}

.bbt-fa-online-section th {
    font-size: 1.25em;
    font-weight: 600;
    color: #1846b5;
    padding-bottom: 39.38px;
    border-bottom: 1px solid #0a3d9c;
}

.bbt-fa-online-section td {
    font-size: 1.1em;
    color: #222;
    border-bottom: 1px solid #0a3d9c;
    padding: 29.1px 0px 32.38px 0px;
}

.bbt-fa-online-section tr:last-child td {
    border-bottom: none;
    padding-bottom: 0px;
}



@media(max-width:991px) {
    .bbt-fa-online-section {
        padding: 103px 0 93.2px;
    }

    .bbt-fa-online-section .sub-title {
        padding-top: 75.18px;
    }

    .bbt-fa-online-section th {
        padding-bottom: 29.38px;
    }

    .bbt-fa-online-section td {
        padding: 19.1px 0px 22.38px 0px;
    }
}

@media(max-width: 767px) {
    .bbt-fa-online-section {
        padding: 55px 0 73px;
    }

    .bbt-fa-online-section .main-title {
        font-size: 28px;
        line-height: 118%;
        text-align: left;
    }

    .bbt-fa-online-section .description {
        text-align: left;
        justify-content: flex-start;
        width: 100%;
        padding-top: 30px;
        font-size: 14.5px;
    }

    .bbt-fa-online-section .sub-title {
        padding-top: 72px;
        color: #0A3D9C;
        font-family: Satoshi;
        font-size: 22px;
        font-weight: 700;
        line-height: 112%;
        text-align: left;
    }

    .bbt-fa-online-section .table-wrapper {
        width: calc(100vw - 36px);
        margin-left: calc(50% - 50vw + 18px);
        margin-right: calc(50% - 50vw + 18px);
        padding: 30px 18px 24px 21px;
    }

    .bbt-fa-online-section th {
        padding-bottom: 23px;
        color: #0A3D9C;
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 119%;
    }

    .bbt-fa-online-section td {
        padding: 21px 0px 22px 0px;
        color: #000;
        font-family: Poppins;
        font-size: 14.5px;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: 0.145px;
    }
}

/* online section css end  */

/* pincode section css start */

.bbt-fa-pincode-section {
    padding: 0 0 clamp(100px, 10vw, 195.96px);
}

.bbt-fa-pincode-section .title {
    color: #0a3d9c;
    text-align: center;
    font-family: Satoshi;
    font-size: 2.1em;
    font-style: normal;
    font-weight: 500;
    line-height: 78px;
    padding-bottom: 38.97px;
}

.bbt-fa-pincode-section .subtitle {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    padding-bottom: clamp(62px, 6vw, 108px);
}

.bbt-fa-pincode-section .tabs {
    display: flex;
    justify-content: center;
    gap: 96px;
    padding-bottom: 48px;
}

.bbt-fa-pincode-section .tab {
    border: none;
    background: none;
    color: rgba(0, 0, 0, 0.30);
    text-align: center;
    font-family: Poppins;
    font-size: 1.1em;
    font-style: normal;
    font-weight: 600;
    line-height: 154%;
}

.bbt-fa-pincode-section .tab.active {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 1.1em;
    font-style: normal;
    font-weight: 600;
    line-height: 154%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-color: #fc8b5f;
    text-decoration-thickness: 14%;
    text-underline-offset: 25%;
    text-underline-position: from-font;
}

.bbt-fa-pincode-section .pincode-box {
    background: #ded5ff;
    padding: 69.84px 86.38px 70.72px;
    margin: 0 auto;
    max-width: 1121.331px;
    max-height: 490.426px;
    width: 100%;
    height: 100%;
}

.bbt-fa-pincode-section .box-title {
    color: #000;
    font-family: Poppins;
    font-size: 1.1em;
    font-style: normal;
    font-weight: 400;
    line-height: 154%;
    padding-bottom: 30.45px;
}

.bbt-fa-pincode-section .pincode-row {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    padding: 30.46px 0 30.45px;
    border-top: 1px solid #0a3d9c;
}

.bbt-fa-pincode-section .pincode-row span {
    color: #000;
    font-family: Poppins;
    font-size: 1.1em;
    font-style: normal;
    font-weight: 400;
    line-height: 154%;
}

.bbt-fa-pincode-section .tab-content {
    display: none;
}

.bbt-fa-pincode-section .tab-content.active {
    display: block;
}



@media (max-width: 991px) {
    .bbt-fa-pincode-section {
        padding: 0px 0 100px;
    }

    .bbt-fa-pincode-section .subtitle {
        padding-bottom: 62px;
    }

    .bbt-fa-pincode-section .pincode-box {
        padding: 59.84px 76.38px 60.72px;
    }
}

@media(max-width: 767px) {
    .bbt-fa-pincode-section {
        padding: 0px 0 73px;
    }

    .bbt-fa-pincode-section .title {
        font-size: 22px;
        font-weight: 700;
        line-height: 112%;
        text-align: left;
        padding-bottom: 20px;
    }

    .bbt-fa-pincode-section .subtitle {
        font-size: 14.5px;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: 0.145px;
        text-align: left;
        padding-bottom: 44px;
    }

    .bbt-fa-pincode-section .subtitle br {
        display: none;
    }

    .bbt-fa-pincode-section .tabs {
        gap: 54px;
        padding-bottom: 24px;
    }

    .bbt-fa-pincode-section .tab.active {
        font-size: 14.5px;
        text-decoration-thickness: 20%;
    }

    .bbt-fa-pincode-section .tab {
        color: rgba(0, 0, 0, 0.20);
        font-size: 14.5px;
    }

    .bbt-fa-pincode-section .pincode-box {
        padding: 24px 20px 22px 21px;
        width: calc(100vw - 36px);
        max-height: none;
        margin-left: calc(50% - 50vw + 18px);
        margin-right: calc(50% - 50vw + 18px);
    }

    .bbt-fa-pincode-section .box-title {
        padding-bottom: 17px;
    }

    .bbt-fa-pincode-section .pincode-row {
        grid-template-columns: repeat(3, 1fr);
        padding: 0;
    }

    .bbt-fa-pincode-section .pincode-row span {
        padding: 17px 0;
        font-size: 14.5px;
        line-height: 150%;
        letter-spacing: 0.145px;
    }

    .bbt-fa-pincode-section .pincode-row span:nth-child(4) {
        position: relative;
    }

    .bbt-fa-pincode-section .pincode-row span:nth-child(4)::before {
        content: "";
        position: absolute;
        top: -1px;
        left: 0;
        width: 300%;
        border-top: 1px solid #0a3d9c;
    }
}

/* pincode section css end */

/* application section css start  */

.bbt-fa-application-section {
    padding: 0 0 clamp(130px, 14vw, 255px);
}

.bbt-fa-application-section h1 {
    color: #0a3d9c;
    text-align: center;
    font-family: Satoshi;
    font-size: 2.1em;
    font-style: normal;
    font-weight: 500;
    line-height: 114.286%;
    padding-bottom: clamp(50px, 4.5vw, 72.39px);
}

.bbt-fa-application-section .box {
    background: #ded5ff;
    padding: 94px 90px 85px 90px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    max-width: 1266px;
    max-height: 413px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.bbt-fa-application-section .section-title {
    color: #0a3d9c;
    font-family: Poppins;
    font-size: 1.25em;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}

.bbt-fa-application-section ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 25px;
}

.bbt-fa-application-section ul li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #000;
    font-family: Poppins;
    font-size: 1.1em;
    font-style: normal;
    font-weight: 400;
    line-height: 163%;
}

.bbt-fa-application-section ul li::before {
    content: "•";
    color: #2d2d2d;
    flex-shrink: 0;
    margin-top: 1px;
}



@media (max-width: 991px) {
    .bbt-fa-application-section {
        padding: 0px 0 130px;
    }

    .bbt-fa-application-section .box {
        padding: 74px 70px 65px 70px;
    }
}

@media (max-width: 767px) {
    .bbt-fa-application-section {
        padding: 0px 0 83px;
    }

    .bbt-fa-application-section h1 {
        padding-bottom: 30px;
        font-size: 22px;
        font-weight: 700;
        line-height: 120%;
        text-align: left;
    }

    .bbt-fa-application-section .box {
        padding: 33px 18px 30px 21px;
        width: calc(100vw - 36px);
        max-height: unset;
        margin-left: calc(50% - 50vw + 18px);
        margin-right: calc(50% - 50vw + 18px);
        grid-template-columns: 1fr;
        gap: 43px;
    }

    .bbt-fa-application-section .section-title {
        font-size: 16px;
        font-weight: 500;
        line-height: 119%;
    }

    .bbt-fa-application-section ul {
        padding-top: 16px;
    }

    .bbt-fa-application-section ul li {
        font-size: 14.5px;
        line-height: 150%;
    }
}

/* application section css end  */

/* abilities section css start  */
.bbt-fa-abilities-section {
    padding: clamp(109px, 10vw, 192px) 0px clamp(79.38px, 7vw, 101px) 0px;
    background-color: #f7df00;
    position: relative;
}

.bbt-fa-abilities-section::after {
    content: "";
    position: absolute;
    top: -35px;
    left: 0;
    width: 118px;
    height: 35px;
    background: #FC8B5F;
}

.bbt-fa-abilities-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 118px;
    width: 207.223px;
    height: 35px;
    background: #BEACFF;
}

.bbt-fa-abilities-section .hero-heading {
    padding-bottom: 68.05px;
    color: #0a3d9c;
    text-align: center;
    font-family: Satoshi;
    font-size: 2.3em;
    font-style: normal;
    font-weight: 700;
    line-height: 112%;
    width: 46%;
}

.bbt-fa-abilities-section .abilities-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.bbt-fa-abilities-section .cta-button {
    background-color: #f07050;
    position: relative;
    opacity: 1;
    border: 1px solid #f07050;
    border-radius: 50px;
    padding: 31.81px 47px 32.19px 46px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 1.3em;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    overflow: hidden;
    transition: all 0.5s ease;
}

.bbt-fa-abilities-section .cta-button::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    /* background: linear-gradient(0deg, transparent, transparent 30%, #f0705042); */
    transform: rotate(-45deg);
    transition: all 0.5s ease;
}

.bbt-fa-abilities-section .cta-button:hover {
    background-color: #f07050;
    transform: scale(1.1);
    box-shadow: 0 0 20px #f0705054;
}

.bbt-fa-abilities-section .cta-button:hover::before {
    opacity: 1;
    transform: rotate(-45deg) translateY(100%);
}

@media (max-width: 991px) {
    .bbt-fa-abilities-section {
        padding: 109px 0px 79.38px 0px;
    }

    .bbt-fa-abilities-section .hero-heading {
        padding-bottom: 50px;
        width: 60%;
    }

    .bbt-fa-abilities-section .cta-button {
        padding: 21.81px 37px 22.19px 36px;
    }
}

@media(max-width: 767px) {
    .bbt-fa-abilities-section {
        padding: 95px 0px 70px 0px;
        position: relative;
    }

    .bbt-fa-abilities-section::before {
        content: "";
        position: absolute;
        top: -15px;
        right: 0;
        width: 49px;
        height: 15px;
        background: #BEACFF;
    }

    .bbt-fa-abilities-section::after {
        content: "";
        position: absolute;
        top: 0px;
        right: 49px;
        width: 57px;
        height: 15px;
        background: #FC8B5F;
    }

    .bbt-fa-abilities-section .hero-heading {
        font-size: 26px;
        line-height: 115%;
        width: 100%;
    }

    .bbt-fa-abilities-section .cta-button {
        padding: 9px 13px;
        font-size: 15px;
        font-weight: 500;
        line-height: normal;
    }
}

/* abilities section css end  */

/* notes section css start  */

.bbt-fa-notes-section {
    padding: clamp(53px, 4vw, 68.26px) 0px clamp(62px, 6vw, 107px) 0px;
    background-color: #f7df00;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.bbt-fa-notes-section .notes-wrapper {
    text-align: center;
}

.bbt-fa-notes-section h2 {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 1.1em;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    padding-bottom: 54px;
}

.bbt-fa-notes-section a {
    color: #0a3d9c;
    font-family: Poppins;
    font-size: 0.9em;
    font-style: normal;
    font-weight: 600;
    line-height: 149%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.bbt-fa-notes-section p {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 0.9em;
    font-style: normal;
    font-weight: 400;
    line-height: 149%;
    padding-bottom: 22px;
}



@media (max-width: 991px) {
    .bbt-fa-notes-section {
        padding: 53.26px 0px 62px 0px;
    }

    .bbt-fa-notes-section h2 {
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .bbt-fa-notes-section {
        padding: 0px 0px 80px 0px;
        border-top: none;
    }

    .bbt-fa-notes-section .container-xxl {
        border-top: 1px solid rgba(0, 0, 0, 0.2);
        padding-top: 54px;
    }

    .bbt-fa-notes-section h2 {
        padding-bottom: 33px;
        font-size: 18px;
        line-height: 140%;
        text-align: left;
    }

    .bbt-fa-notes-section p {
        font-size: 14px;
        text-align: left;
    }
}

/* notes section css end  */

/* Footer reveal CSS */
.admissions-page .main-content-wrapper {
    position: relative;
    z-index: 1;
    background-color: #fff;
    /* margin-bottom will be set by JS */
}

.admissions-page footer.bbt-FA-main-footer {
    /* position: fixed; */
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}