.greenGradient {
    background: linear-gradient(180deg, #23915a 0%, #054b28 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.greenGradientBG {
    background: linear-gradient(180deg, #23915a 0%, #054b28 100%);
}
.borderG {
    border: 1px solid #23915a !important;
}
.redGradient {
    background: linear-gradient(180deg, #a41a1f 0%, #a41a1f 100%);
}
.tabAdsBtn {
    color: #fff;
    font-weight: 400;
    background: #ffffff1a;
    border: 1px solid #555555;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
}
.tabAdsBtn:hover {
    background: #fff;
    color: #555555;
    transition: 0.3s;
}
.redColor {
    color: #a41a1f;
}
#hero {
    position: relative;
}
.bannerImage {
    width: 100%;
    height: 550px;
    object-fit: cover;
}
#intro,
#vision,
#ranking,
#diversity,
#partnerships,
#awards,
#directions {
    background-color: #f9f9f9;
}
.bannerFilter {
    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.bannerContainer {
    position: absolute;
    flex-direction: column;
    align-items: flex-start !important;
}
.bannerTitel {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #fff;
    padding: 8px 16px;
    border-radius: 4px;
}
.titelLogo {
    height: 40px;
    width: 40px;
    object-fit: contain;
}
.listUl {
    list-style: none !important;
}
.ratingBox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.flugIcon {
    height: 18px;
    width: 25px;
}
.buttons {
    display: flex;
    gap: 1rem;
}
.headBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #23915a 0%, #054b28 100%);
    gap: 6px;
    border: none;
    padding: 10px 22px;
    border: 1px solid #054b28;
    color: #fff;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}
.headBtn:hover {
    background: #fff;
    color: #054b28;
}
.headBtnB {
    display: flex;
    padding: 10px 22px;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid #fff;
    gap: 6px;
    border-radius: 4px;
}
.hero-img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
/* -------- */
.redirection {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    border-bottom: 2px solid #999;
    padding-bottom: 16px;
}
.redirection a:hover {
    color: #054b28;
}
.fadeSection{
    position: relative;
    width: 100%;
    max-height: 400px;
    overflow: hidden;
}
.fadeContainer{
    position:absolute;
    bottom:0;
    width: 100%;
    height: 100%;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background: linear-gradient(#ffffff13 10%, #fff 40%);
    z-index: 1000 !important;
}
/* ------------------------ */
@media screen and (min-width: 1441px) {
    .detailsContainer h3 {
        /* font-size: 34px !important; */
        /* font-family: "Bebas Neue";
        font-style: normal;
        font-weight: 500; */
        line-height: 100%; /* 26px */
        letter-spacing: var(--Body-Large-Tracking, 0.5px);
    }

    .detailsContainer h4 {
        font-size: 22px !important;
        font-family: "Bebas Neue";
        font-style: normal;
        font-weight: 500;
        line-height: 100%; /* 26px */
        letter-spacing: var(--Body-Large-Tracking, 0.5px);
    }

    .detailsContainer h5 {
        font-size: 22px !important;
        font-family: "Bebas Neue";
        font-style: normal;
        font-weight: 500;
        line-height: 100%; /* 26px */
        letter-spacing: var(--Body-Large-Tracking, 0.5px);
    }

    .detailsContainer h6 {
        line-height: 140%;
        /* padding-bottom: 20px; */
        font-size: 18px;
    }

    .detailsContainer .listUl {
        width: 100%;
        padding-top: 0px !important;
        padding-bottom: 20px !important;
    }
    .detailsContaine .accordion-body .listUl {
        padding-bottom: 10px;
    }

    .programItemBox h4 {
        font-size: 26px !important;
        padding-bottom: 5px;
    }
    /* .programItemBox h5 { font-size: 16px !important; padding-bottom: 5px;} */

    .expectationsHeading h5 {
        font-size: 32px !important;
        line-height: 120%;
    }

    .newwhitecolor h4 {
        font-size: 32px !important;
    }
    /* .NewProgramsCard h5{ font-family: auto; font-size: 16px;} */
}
.customSection.stickyTab {
    position: sticky;
    top: 85px;
    z-index: 100;
}
.menusBox {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 1px 4px 0px #0000001a;
    background-color: #fff;
}
.menusList {
    list-style: none;
    padding: 0.6rem 1rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow-x: auto;
    gap: 14px;
    margin-bottom: 0px;
}
.menusList::-webkit-scrollbar {
    display: none;
}
.menusList::-webkit-scrollbar-track {
    background: transparent;
}
.menusList::-webkit-scrollbar-thumb {
    background-color: #ccc9c9;
    border-radius: 3px;
}
.menusList li .link-item {
    width: 100%;
    padding: 8px 12px;
    font-size: 16px;
    color: #555555;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    text-wrap: nowrap;
    border-radius: 4px;
    border: 1px solid #555555;
    transition: 0.3s;
}
.menusList li .link-item:hover,
.menusList li .link-item.active {
    color: #fff;
    font-weight: 500;
    background-color: #000;
    transition: 0.3s;
}

/* --------------------- */
.customContainer.detailsContainer {
    margin: 2rem 0;
    align-items: flex-start;
    justify-content: space-between;
}
.rightBox {
    width: 450px;
}
.adsBox {
    padding: 1.5rem;
    width: 100%;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0px 1px 4px 0px #0000001a;
}
.titelIcon {
    height: 30px;
    filter: brightness(0) saturate(100%) invert(16%) sepia(100%) saturate(5000%)
        hue-rotate(352deg) brightness(90%) contrast(90%);
}
.titelIconRed {
    filter: brightness(0) saturate(100%) invert(16%) sepia(100%) saturate(5000%)
        hue-rotate(352deg) brightness(90%) contrast(90%);
}
.campusSlider {
    margin-top: 1rem;
    width: 100%;
}
.campusImg img {
    width: 280px;
}
.conItem {
    margin-top: 1rem;
    display: flex;
    align-items: flex-start;
}
.conItem h5 {
    min-width: 80px;
}

.conItem h6:first-child {
    min-width: 90px;
    font-family: "Inter", sans-serif;
    line-height: 140%;
    font-size: 18px !important;
    font-weight: normal;
    color: #000000;
}
.bgBtn {
    font-size: 16px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    background: linear-gradient(180deg, #23915a 0%, #054b28 100%);
    color: #fff;
    border: 1px solid #23915a;
    border-radius: 8px;
}
.bgBtn:hover {
    color: #23915a;
    background: #ffff;
}
#programs .bgBtn {
    max-width: 350px;
    width: 100%;
}
.nbgBtn {
    font-size: 16px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    color: #bd913f;
    border: 1px solid #9c7c29;
    transition: 0.3s;
}
.nbgBtn:hover {
    color: #bd913f;
}
.btnw {
    width: 200px;
}
.blList {
    width: 100%;
    margin-top: 1rem;
}
.blog-card {
    display: flex;
    gap: 10px;
}
.blclgImg {
    width: 110px;
    height: 75px;
    object-fit: cover;
    border-radius: 10px;
}
.campusSlider .owl-nav {
    position: absolute;
    top: 45%;
    width: calc(100% + 30px);
    left: -15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.campusSlider .owl-nav button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0px 4px 4px 0px #00000040;
    border: 1px solid #cccccc !important;
    background-color: #fff !important;
}
.campusSlider .owl-nav button span {
    font-size: 20px;
}
.faqsBox {
    margin-top: 1rem;
    /* border: 1px solid #dee2e6; */
    border-radius: 0px;
    overflow: hidden;
}
.faqsBox .accordion-item {
    border: none !important;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 1rem !important;
    border: 1px solid #d8d8d8 !important;
}
.faqsBox .accordion-item:last-child {
    border-bottom: none !important;
}
.faqsBox .accordion-button {
    font-size: 16px !important;
    font-weight: 500 !important;
    background: #fff !important;
    color: #555555 !important;
    padding: 14px !important;
    font-family: "Inter", sans-serif !important;
}
.faqsBox .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}
.faqsBox .accordion-button:not(.collapsed) {
    background: #000 !important;
    color: #fff !important;
    box-shadow: none !important;
}
.faqsBox .accordion-button:focus {
    box-shadow: none !important;
    border: none !important;
}
.faqsBox .accordion-body {
    padding: 14px !important;
    padding: 14px !important;
    font-family: "Inter", sans-serif !important;
    color: #333 !important;
    background-color: #fff !important;
}
.scrollTopBox {
    margin-top: 6rem;
}
/* ---------- */
.leftBox {
    width: calc(100% - 470px);
}
.detailsbox {
    width: 100%;
    padding: 2rem;
    background-color: #ffffff;
    box-shadow: 0px 1px 4px 0px #0000001a;
    scroll-margin-top: 150px;
    border-radius: 12px;
}
.listUl {
    list-style: none;
    padding: 0;
    overflow-x: auto !important;
}
.list-item {
    margin-bottom: 0.5rem;
}
.bImg {
    max-width: 100%;
}
.detailsAdsBox {
    width: 100%;
    border-radius: 8px;
}

.detailsAdsBox h5 {
    line-height: 120%;
    padding-bottom: 5px;
}
.detailsAdsBox h6 {
    font-size: 16px !important;
    padding-bottom: 0px;
}

.blG {
    /* background: linear-gradient(180deg, #f4f7fe 0%, #d2dffa 100%); */
    background: url("../images/detailsboxbg.webp") no-repeat center center;
    padding: 2rem !important;
    background-size: cover;
    background-position: right;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    padding-top: 4rem !important;
    position: relative;
}
.continuous {
    position: absolute;
    bottom: 0;
    right: 2rem;
}
.brG {
    background: var(--Primary-White, #ffffff);
    border: 0.5px solid #dfdfdf;
    padding: 2rem !important;
}
.box48 {
    width: 50%;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.talkBtn {
    width: 100%;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #23915a;
    color: #23915a;
    transition: 0.3s;
}
.talkBtn:hover {
    background: linear-gradient(180deg, #23915a 0%, #054b28 100%);
    color: #f6fbff;
    transition: 0.3s;
}
.tabBtn {
    height: 45px;
    padding: 0 2rem;
    background: #fff;
    color: #555555;
    border: 1px solid #555555;
    border-radius: 8px;
    transition: 0.3s;
    display: flex;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.tabBtn.active {
    color: #fff;
    font-weight: normal;
    background-color: #000;
    transition: 0.3s;
}
.tabBtn:hover {
    color: #fff;
    background-color: #000;
    transition: 0.3s;
}
.programItemBox {
    background-color: #fff;
    border-radius: 12px;
    padding: 0px;
    border: 1px solid #23915a;
    overflow: hidden;
    box-shadow: 0px 0px 4px 0px #0000001a;
}

.headerBox {
    width: 100%;
    padding: 1rem;
    padding-bottom: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.bookmarkBox {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dfdfdf;
    cursor: pointer;
}
.studentBox {
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    background-color: #f0f3f6;
}
.studentBox img {
    width: 40px !important;
}
.bBtn {
    height: 50px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
    border-radius: 4px;
}
.bBtn:hover {
    background: #fff;
    border: 1px solid #23915a;
    color: #23915a;
}
.fBtnW {
    background: #fff;
}
.fBtn {
    height: 50px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #23915a;
    border: 1px solid #23915a;
    border-radius: 4px;
    transition: 0.3s;
    background: #ffff;
}
.fBtn:hover {
    color: #f0f3f6;
    background: #23915a;
    transition: 0.3s;
}
.stIcon {
    width: 30px !important;
    height: 30px !important;
}
.collegeCard .bBtn,
.collegeCard .fBtn {
    width: 48%;
}
.programItemBox .fBtn {
    margin-bottom: 0.8rem;
}
.programItemBox {
    margin: 2px;
}
.programSlide .owl-nav {
    position: absolute;
    top: 45%;
    width: calc(100% + 30px);
    left: -15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.programSlide .owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #cccccc !important;
    background-color: #fff !important;
    box-shadow: 0px 4px 4px 0px #00000040;
}
.programSlide .owl-nav.disabled {
    display: flex !important;
}
.programSlide .owl-nav button span {
    font-size: 24px;
}
/* ------------ */
.campus-info-table {
    overflow: hidden;
    width: 100%;
}
.campus-info-table th {
    color: #000;
    font-weight: 500;
    width: 200px;
    vertical-align: middle;
    white-space: nowrap;
    padding: 1.5rem 1rem !important;
    font-family: "Inter", sans-serif !important;
    border-right: 1px solid #ccc9c9;
    border-bottom: 1px solid #ccc9c9;
}

.campus-info-table td {
    color: #555555;
    font-weight: 400;
    font-family: "Inter", sans-serif !important;
    padding: 1.5rem 1rem !important;
    vertical-align: middle;
    border-bottom: 1px solid #ccc9c9;
}

.campus-info-table tr:last-child th,
.campus-info-table tr:last-child td {
    border-bottom: none;
}
/* --------- */
.custom-accordion {
    border: 1px solid #cccccc;
    border-radius: 12px !important;
    overflow: hidden;
}
.custom-accordion .accordion-item {
    border: none;
    border-radius: 0 !important;
    border-bottom: 1px solid #cccccc;
}
.custom-accordion .accordion-item:last-child {
    border-bottom: none !important;
}
.custom-accordion .accordion-button {
    font-size: 18px;
    font-weight: 500 !important;
    color: #fff !important;
    font-family: "Inter", sans-serif !important;
    background: #000 !important;
}
.custom-accordion .accordion-button:not(.collapsed) {
    box-shadow: none;
    background-color: #000 !important;
}
.custom-accordion .accordion-button:focus {
    box-shadow: none !important;
}
.custom-accordion .accordion-body {
    background-color: #f6fbff !important;
}
.accordion-button.collapsed::after,
.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

/* -------- */
.clglsdBox {
    padding: 2rem;
    background-color: #222222;
}
.clglsdBox .collegeCard {
    /* background-color: #fff; */
    background-color: #ffffff25;
    border: 1px solid #23915a;
    padding: 1rem;
    border-radius: 10px;
}
.imgbox {
    width: 100%;
    height: 200px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bookmarkBtn {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    cursor: pointer;
    border: 1px solid #cccccc;
    justify-content: center;
}
.bookmarkBtn i {
    font-size: 20px;
}
.cardBody {
    margin-top: 1rem;
}
.cardBody .clgTitel {
    width: 100%;
    white-space: nowrap; /* Ensures single-line text */
    overflow: hidden; /* Hides overflow */
    text-overflow: ellipsis;
}
.slideArrowBtn {
    position: absolute;
    cursor: pointer;
    font-size: 20px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    background-color: #fff;
    color: #23915a;
}
.leftBtn {
    left: 0.5rem;
}
.rightBtn {
    right: 0.5rem;
}
.slideArrowBtn:hover {
    border-radius: 50px;
    border: 1px solid #ccc9c9;
    transform: scale(1.2);
    transition: 0.3s;
}
.rating {
    flex-wrap: wrap;
}
.rating .flg {
    width: 24px !important;
}
.detCollSlide .owl-nav {
    position: absolute;
    top: 45%;
    width: calc(100% + 30px);
    left: -15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.detCollSlide .owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #cccccc !important;
    background-color: #fff !important;
    box-shadow: 0px 4px 4px 0px #00000040;
}
.detCollSlide .owl-nav.disabled {
    display: flex !important;
}
.detCollSlide .owl-nav button span {
    font-size: 24px;
}
.logoImg {
    height: 80px;
}
.rankBox {
    border: 1px solid #fafbff;
    padding: 14px 10px;
    backdrop-filter: blur(25px);
    /* background: #fffefe; */
    /* width: calc(100% - 10px); */
}
/* ======================= */
.clglsdBox2 {
    padding: 2rem;
    background: linear-gradient(180deg, #003f54 0%, #021b47 100%);
}
.clglsdBox2 h1 {
    font-size: 34px;
}

.accordion {
    /* border-radius: 15px; */
    overflow: hidden;
    margin-top: 1.5rem;
}
.accordion-button::after {
    background-image: none;
    content: "⌃";
    transform: rotate(180deg);
    transition: transform 0.2s ease;
    margin-left: auto;
    color: #23915a;
}
.accordion-button.collapsed::after {
    transform: rotate(0deg);
}
.accordion-item {
    border: none !important;
    background: none !important;
}
.accordion-body {
    border-top: none !important;
}
.accordion-item {
    border: none;
    border-bottom: 1px solid #ccc9c9 !important;
}
.accordion-button {
    background: #ffffff !important;
    color: #23915a !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    border-radius: 0 !important;
    padding: 20px !important;
    box-shadow: none;
    font-family: "Inter", sans-serif !important;
}
.accordion-button:focus {
    box-shadow: none !important;
    outline: none !important;
}
.accordion-body {
    background: #fff !important;
    color: #333 !important;
    font-size: 16px !important;
    padding: 20px 25px !important;
    padding-top: 0;
    font-family: "Inter", sans-serif !important;
    border-top: 1px solid #ccc9c9;
}
.clglsdBox-btnBox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
}
.detailsBtn {
    width: calc(33.5% - 1rem);
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: none;
    background: #fff;
}
.rightBoxSticky {
    position: sticky;
    top: 130px;
}

@media screen and (max-width: 1660px) {
    .rightBox {
        width: 430px;
    }
    .leftBox {
        width: calc(100% - 450px);
    }
    .box48 {
        padding: 1rem 0;
    }
    .logoImg {
        height: 70px;
    }
}
@media screen and (max-width: 1440px) {
    .titelLogo {
        height: 40px;
        width: 40px;
    }
    .detailsAdsBox h6 {
        font-size: 14px !important;
    }
    .detailsAdsBox .titel30 {
        font-size: 20px;
    }
    .rightBoxSticky {
        top: 200px;
    }
    .rightBox {
        width: 400px;
    }
    .leftBox {
        width: calc(100% - 420px);
    }
    .adsBox,
    .detailsbox,
    .clglsdBox,
    .clglsdBox2 {
        padding: 1.5rem;
    }
    .blG,
    .brG {
        padding: 1.5rem !important;
    }
    .logoImg {
        height: 60px;
    }
    .bBtn,
    .fBtn {
        width: 140px;
    }
    .tabBtn {
        padding: 0 1rem;
    }
    .detailsBtn {
        width: calc(50% - 1rem);
    }
    .detailsbox {
        /* scroll-margin-top: 370px; */
    }
}
@media screen and (max-width: 1280px) {
    .blG,
    .brG {
        padding: 10px !important;
    }
    .bannerBox .mt-3 {
        margin-top: 0.5rem !important;
    }
    .hero-img {
        height: 300px;
    }
    .menusList {
        gap: 1rem;
    }
    .detailsAdsBox .titel16 br {
        display: none;
    }
    .detailsbox .w-50 {
        width: 75% !important;
    }
    .campus-info-table td,
    .campus-info-table th {
        padding: 1rem !important;
    }
    .titelIcon {
        height: 24px;
    }
    .headBtnB {
        padding: 6px 12px;
    }
    .bennerData {
        font-size: 16px !important;
    }
}
@media screen and (max-width: 1080px) {
    .rightBoxSticky {
        top: 190px;
    }
    .adsBox,
    .detailsbox,
    .clglsdBox,
    .clglsdBox2 {
        padding: 1rem;
    }
    .blG,
    .brG {
        padding: 10px !important;
    }
    .menusList {
        gap: 0.7rem;
    }
    .campus-info-table td,
    .campus-info-table th {
        padding: 0.5rem !important;
    }
    .campus-info-table th {
        width: 140px;
    }
    .detailsbox {
        /* scroll-margin-top: 340px; */
    }
}
@media screen and (max-width: 990px) {
    .rightBoxSticky {
        top: auto;
        position: relative;
    }
    .detailsContainer {
        flex-direction: column;
    }
    .rightBox {
        width: 100%;
    }
    .leftBox {
        width: 100%;
    }
    .customSection.stickyTab .customContainer {
        width: 100%;
    }
    .menusBox {
        width: 100%;
    }
    .menusList {
        flex-wrap: nowrap;
        padding: 1rem;
        align-items: center;
        justify-content: flex-start;
        overflow-x: auto;
    }
    .menusList li .link-item {
        text-wrap: nowrap;
    }
    .detailsbox {
        /* scroll-margin-top: 240px; */
    }
}
@media screen and (max-width: 768px) {
    .bannerTitel {
        align-items: flex-start;
    }
    .bannerImage {
        height: 550px;
    }
    .blG {
        min-height: 200px;
    }
    .table-responsive .table {
        min-width: 768px;
    }
    .blG .titel16 br {
        display: block;
    }
    .logoImg {
        height: 50px;
    }
    .headBtn {
        padding: 8px 20px;
    }
    .detailsAdsBox .titel30 {
        font-size: 18px;
    }
    .talkBtn {
        height: 45px;
    }
}
@media screen and (max-width: 600px) {
    .customSection.stickyTab {
        top: 140px;
    }
    .detailsbox {
        scroll-margin-top: 200px;
    }
    .buttons {
        flex-wrap: wrap;
    }
    .hero-img {
        height: 250px;
    }
    .blG {
        min-height: 200px;
    }
    .continuous {
        right: 0rem;
    }
    .tabBtn {
        height: 40px;
        padding: 0 1rem;
        font-size: 14px;
    }
    .detailsbox .w-50 {
        width: 100% !important;
    }
    .detailsAdsBox .row h6.py-2.px-4 {
        padding: 8px 10px !important;
    }
    .pgBB {
        margin-top: 1rem !important;
    }
    .detailsBtn {
        width: 100%;
    }
    .customSection.firstSection {
        margin-top: 130px !important;
    }
}
@media screen and (max-width: 500px) {
    .blG {
        min-height: 250px;
    }
    .bannerBox {
        padding: 2rem 0;
    }
    .ratingBox {
        display: flex;
        align-items: center;
    }
    .bannerTitel {
        border-radius: 4px;
    }
    .bannerTitel.titel64 {
        font-size: 28px;
    }
    .titelLogo {
        height: 26px;
        width: 26px;
    }
    .titel48.bannerTitel {
        font-size: 20px;
    }
    .bannerBox h6.titel18 {
        font-size: 14px;
    }
    .flugIcon {
        height: 16px;
        width: 20px;
    }
    .flex-wrap.gap-3 {
        gap: 8px !important;
    }

    .blog-card {
        flex-direction: column;
    }
    .blclgImg {
        width: 100%;
        height: 150px;
    }
    .headBtn {
        padding: 8px 16px;
    }
    .programItemBox .fBtn {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 450px) {
    .buttons {
        gap: 0.5rem;
    }
    .headBtn {
        padding: 8px 10px;
    }
    .bannerContainer .titel48 {
        font-size: 22px;
    }
    .adsBox,
    .detailsbox,
    .clglsdBox,
    .clglsdBox2 {
        padding: 1rem 0.8rem;
    }
    .accordion-body {
        padding: 12px !important;
    }
}
@media screen and (max-width: 400px) {
    .buttons {
        gap: 1rem;
    }
    .headBtn {
        padding: 8px 18px;
    }
}
@media screen and (min-width: 2100px) and (max-width: 2500px) {
    .menusList li .link-item {
        font-size: 20px !important;
    }
    .menusList {
        padding: 0.8rem 1rem;
    }
    .detailsContainer h6 {
        font-size: 20px;
    }
    .detailsAdsBox h6 {
        font-size: 20px !important;
    }
    .expectationsHeading h5 {
        font-size: 38px !important;
    }
    .tabBtn {
        height: 45px;
        font-size: 20px;
    }
    .programItemBox h4 {
        font-size: 32px !important;
        padding-bottom: 8px;
    }
    .fBtn {
        width: 190px;
    }
    .studentBox p.titel14 {
        font-size: 20px;
    }
    .studentBox img {
        width: 55px !important;
    }
    .bgBtn {
        font-size: 20px;
        height: 50px;
    }
    .campus-info-table td,
    .campus-info-table th {
        font-size: 22px !important;
    }
    .custom-accordion .accordion-button {
        font-size: 22px !important;
    }
    .detailsContainer h5 {
        font-size: 28px !important;
    }
    .rating span {
        font-size: 18px !important;
    }
    .listUl li.titel16 {
        font-size: 20px !important;
    }
    .conItem h6:first-child {
        font-size: 20px !important;
    }
    .faqsBox .accordion-button {
        font-size: 20px !important;
    }
}

@media screen and (min-width: 2501px) and (max-width: 3000px) {
    .info-grid .titel16 {
        font-size: 24px !important;
    }
    .menusList li .link-item {
        font-size: 24px !important;
        padding: 10px 14px;
    }
    .detailsbox h6.titel16 {
        font-size: 26px !important;
    }
    .detailsContainer h6 {
        font-size: 24px !important;
    }
    .expectationsHeading h5 {
        font-size: 42px !important;
    }
    .detailsAdsBox h6 {
        font-size: 24px !important;
    }
    .greenIcon {
        height: 35px;
        width: 35px;
    }
    .tabBtn {
        height: 50px;
        font-size: 22px;
    }
    .headerBox h4 {
        font-size: 32px !important;
    }
    .fBtn {
        width: 230px;
    }
    .studentBox img {
        height: 60px !important;
        width: 60px !important;
    }
    .bgBtn {
        font-size: 22px;
        height: 50px;
    }
    .campus-info-table td,
    .campus-info-table th {
        font-size: 24px !important;
    }
    .custom-accordion .accordion-button {
        font-size: 24px !important;
    }
    .detailsContainer h5 {
        font-size: 32px !important;
    }
    .rating span {
        font-size: 22px !important;
    }
    .listUl li.titel16 {
        font-size: 24px !important;
    }
    .conItem h6:first-child {
        font-size: 20px !important;
    }
    .faqsBox .accordion-button {
        font-size: 20px !important;
    }
    .admissions h5.titel20 {
        font-size: 32px !important;
    }
    .detailsContainer h6.titel18 {
        font-size: 26px !important;
    }
    .conItem h6:first-child {
        font-size: 24px !important;
    }
    .conItem {
        gap: 8px;
    }
    .rightBox {
        width: 500px;
    }
    .leftBox {
        width: calc(100% - 520px);
    }
}

@media screen and (min-width: 3001px) and (max-width: 4000px) {
    .bannerImage {
        width: 100%;
        height: 630px;
        object-fit: cover;
    }
    .ratingBox {
        font-size: 32px !important;
    }
    .info-grid .titel16 {
        font-size: 32px !important;
    }
    .menusList li .link-item {
        font-size: 28px !important;
        padding: 10px 14px;
    }
    .detailsContainer h3 {
        font-size: 48px !important;
    }
    .detailsbox h6.titel16 {
        font-size: 32px !important;
    }
    .detailsContainer h6 {
        font-size: 28px !important;
    }
    .expectationsHeading h5 {
        font-size: 42px !important;
    }
    .detailsAdsBox h6 {
        font-size: 32px !important;
    }
    .greenIcon {
        height: 50px;
        width: 50px;
    }
    .tabBtn {
        height: 50px;
        font-size: 22px;
    }
    .talkBtn i,
    .headerBox h4 {
        font-size: 38px !important;
    }
    .bBtn,
    .fBtn {
        height: 60px;
        width: 300px;
    }
    .stIcon {
        width: 45px !important;
        height: 45px !important;
        margin-top: 7px;
    }
    .studentBox img {
        height: 60px !important;
        width: 60px !important;
    }
    .talkBtn {
        height: 60px;
    }
    .bgBtn {
        font-size: 22px;
        height: 50px;
    }
    .campus-info-table td,
    .campus-info-table th {
        font-size: 28px !important;
    }
    .custom-accordion .accordion-button {
        font-size: 28px !important;
    }
    .detailsContainer h5 {
        font-size: 32px !important;
    }
    .rating span {
        font-size: 24px !important;
    }
    .listUl li.titel16 {
        font-size: 28px !important;
    }
    .faqsBox .accordion-button {
        font-size: 28px !important;
    }
    .admissions h5.titel20 {
        font-size: 32px !important;
    }
    .detailsContainer h6.titel18 {
        font-size: 38px !important;
    }
    .titelIcon {
        height: 40px;
        margin-top: 8px;
    }
    .conItem h6:first-child {
        font-size: 28px !important;
    }
    .conItem {
        gap: 8px;
    }
    .rightBox {
        width: 500px;
    }
    .leftBox {
        width: calc(100% - 520px);
    }
    .blG h5.titel24 {
        font-size: 48px !important;
    }
    .blG h6.titel16 {
        font-size: 28px !important;
    }
    .tabBtn {
        height: 60px;
        font-size: 28px;
    }
}
