.bannerBox {
    background-image: url("../images/courDetBg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
    padding: 4rem 0;
}
.flugIcon {
    height: 18px;
    width: 25px;
}
.buttons {
    display: flex;
    gap: 1rem;
}
.headBtn {
    width: 140px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    gap: 6px;
    border: none;
}
.headBtnB {
    width: 140px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid #fff;
    gap: 6px;
}
/* ======================= */
.menusBox {
    width: 100%;
    background: var(--Primary-White, rgba(255, 255, 255, 1));
    padding: 15px 10px;
    margin-bottom: 2rem;
    margin-top: 10px;
    box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.menusList {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 0;
}
.menusList li .link-item {
    width: 100%;
    padding: 8px 16px;
    font-size: 14px;
    color: #555555;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    border: 1px solid #555555;
    border-radius: 5px;
}
.menusList li .link-item.active,
.menusList li .link-item:hover {
    background: #000;
    color: #fff;
}

/* ===================== */

.customContainer.detailsContainer {
    margin: 1rem 0 3rem;
    align-items: flex-start;
    justify-content: space-between;
}
.rightBox {
    width: 450px;
}
.adsBox {
    padding: 1.5rem;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 1px 4px 0px #0000001a;
}
.titelIcon {
    height: 28px;
    filter: brightness(0) saturate(100%) invert(12%) sepia(90%) saturate(5487%) hue-rotate(345deg) brightness(82%)
        contrast(113%);
}

.conItem {
    margin-top: 1rem;
    display: flex;
    align-items: flex-start;
}
.conItem h5 {
    min-width: 80px;
}
.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, #9c7c29 0%, #bd913f 100%);
    color: #fff;
}
.bgBtn:hover {
    color: #fff;
}
.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-radius: 0px;
    overflow: hidden;
}
.faqsBox .accordion-item {
    border: 1px solid #dee2e6 !important;
    border-radius: 5px !important;
    overflow: hidden;
}
.faqsBox .accordion-button {
    font-size: 14px !important;
    font-weight: 400;
    background-color: #f1f1f1;
    padding: 14px 40px 14px 14px !important;
    font-family: "Inter", sans-serif !important;
    color: #000000;
    border-radius: 5px;
    line-height: 150%;
}

.faqsBox .accordion-button::after {
    margin-right: -27px;
}
.faqsBox .accordion-button:hover::after {
    filter: brightness(0) invert(1) !important;
}
.faqsBox .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
    filter: brightness(0) invert(1) !important;
}
.faqsBox .accordion-button:hover,
.faqsBox .accordion-button:not(.collapsed) {
    background: #000;
    box-shadow: none !important;
    color: #fff;
    border-radius: 5px 5px 0 0;
    font-weight: 600;
}
.faqsBox .accordion-button:focus {
    box-shadow: none !important;
    border: none !important;
}
.faqsBox .accordion-body {
    padding: 14px !important;
    font-family: "Inter", sans-serif !important;
    color: #555555 !important;
    background: #f9f9f9 !important;
    font-size: 14px;
}
.scrollTopBox {
    margin-top: 6rem;
}
/* ---------- */
.leftBox {
    width: calc(100% - 470px);
}
.detailsbox {
    width: 100%;
    padding: 2rem;
    background-color: #ffffff;
    box-shadow: 0px 1px 4px 0px #0000001a;
}
.listUl {
    list-style: none;
    padding: 0;
}
.list-item {
    margin-bottom: 0.5rem;
}
.bImg {
    max-width: 100%;
}
.detailsAdsBox {
    width: 100%;
}
.bBtn,
.fBtn {
    height: 40px;
    width: 48%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 15px;
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 4px;
    font-weight: 600;
}
.bBtn .ph {
    margin: 0 5px 0 0;
}
.bBtn {
    background: transparent;
    color: #fff;
}
.fBtn {
    background: #fff;
}
.fBtn span {
    background: linear-gradient(180deg, #23915a 0%, #054b28 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bBtn:hover {
    background: linear-gradient(180deg, #23915a 0%, #054b28 100%);
    border: 1px solid #054b28;
}
.fBtn:hover {
    background: #ccc;
    border: 1px solid #ccc;
}
.fadeSection {
    position: relative;
    width: 100%;
    max-height: 400px;
    overflow: hidden;
}
.fadeContainer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background: linear-gradient(#ffffff13 10%, #fff 40%);
    text-align: center;
    z-index: 1000 !important;
}
.readMoreBtn {
    background: linear-gradient(180deg, #23915a 0%, #054b28 100%);
    border-radius: 8px;
}
/* ------------ */
.campus-info-table {
    overflow: hidden;
    width: 100%;
}
.campus-info-table th {
    color: #510800;
    font-weight: 500;
    vertical-align: middle;
    white-space: nowrap;
    padding: 1rem !important;
    font-family: "Inter", sans-serif !important;
    border-right: 1px solid #ccc9c9;
    border-bottom: 1px solid #ccc9c9;
}
.campus-info-table td {
    color: #333333;
    font-weight: 400;
    font-family: "Inter", sans-serif !important;
    padding: 1rem !important;
    vertical-align: middle;
    border-right: 1px solid #ccc9c9;
    border-bottom: 1px solid #ccc9c9;
}
.campus-info-table tr td:first-child {
    width: 250px;
}

.campus-info-table tr th:last-child,
.campus-info-table tr td:last-child {
    border-right: none;
}
/* --------- */
/* -------- */
.clglsdBox {
    padding: 2rem;
    background: #222222;
    border-radius: 12px;
}
.collegeCard {
    background-color: #393939;
    padding: 5px 5px 10px;
    border-radius: 8px;
    border: 1px solid #fff;
    min-height: 500px;
}
.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;
    color: #054b28;
}
.cardBody {
    margin-top: 1rem;
    padding: 12px;
}
.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;
}
.custom-accordion .accordion-body h3 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    font-family: "Inter", sans-serif;
}
.custom-accordion .accordion-body p {
    font-size: 14px;
    font-weight: 400;
    color: #555555;
    font-family: "Inter", sans-serif;
}
.custom-accordion .accordion-body ul li {
    font-size: 14px;
    font-weight: 400;
    color: #555555;
    font-family: "Inter", sans-serif;
    margin: 0 0 7px;
    line-height: 150% !important;
}
.bg-grey {
    background: #fff;
}
.logoImg {
    height: 80px;
}
.detailsContainer .accordion-item {
    font-family: "Inter", sans-serif !important;
    margin-bottom: 0px;
}
.gradient {
    background: linear-gradient(180deg, #23915a 0%, #054b28 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.cardBody h5 {
    color: #fff !important;
}
.cardBody .rating .brownColor {
    color: #fff !important;
}
.cardBody h6 {
    color: #fff;
    font-size: 12px;
}
.cardBody hr {
    background: #dedede4d;
}
.faqsBox .accordion-item {
    margin-bottom: 10px;
}
.bnrDetails {
    width: 100%;
    height: auto;
    display: flex;
    gap: 70px;
    margin: 40px 0 53px 0;
}
.bnr1 {
    width: auto;
    height: auto;
    display: flex;
    gap: 10px;
    color: #fff;
}
.bnrDec p {
    font-size: 14px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    margin: 0 0 2px 0;
}
.bnrDec h5 {
    font-size: 16px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    margin: 0 0 0px 0;
}
.uvName {
    width: auto;
    background: #fff;
    border-radius: 6px;
    padding: 10px 15px;
    font-size: 20px;
    font-weight: 700;
    font-family: "Bebas Neue";
    margin: 10px 0 0 0;
    display: inline-block;
}
.uvText {
    background: linear-gradient(180deg, #23915a 0%, #054b28 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0 0 0 5px;
}
.bnrIcon {
    padding: 5px 0 0 0;
}
.dnBtn {
    width: 100%;
    height: auto;
    margin: 20px 0 0 0;
}
.dnBtn a {
    padding: 10px 25px;
    font-size: 16px;
    border: 1px solid #054b28;
    border-radius: 4px;
    font-weight: 500;
    background: #fff;
    font-family: "Inter", sans-serif;
}
.dnBtn a span {
    background: linear-gradient(180deg, #23915a 0%, #054b28 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.dnBtn a:hover {
    background: linear-gradient(180deg, #23915a 0%, #054b28 100%);
    border: 1px solid #23915a;
}
.dnBtn a:hover span {
    background: #fff;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.redirection {
    width: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    padding: 35px 0 15px;
    border-bottom: 2px solid #ccc;
}
.redirection a:hover {
    color: #23915a;
}
.flex-wrap {
    flex-wrap: nowrap;
}
.redirection .greenGradient {
    background: linear-gradient(180deg, #23915a 0%, #054b28 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ======================= */
.detailsItemsBox {
    border: 1px solid rgba(0, 113, 188, 0.2);
    margin-top: 20px;
    border-radius: 5px;
    width: 100%;
}
/* -------- */
.quickCourse {
    display: flex;
    margin: 16px;
    width: calc(100% - 32px);
    gap: 20px;
}
.close-button {
    position: absolute;
    top: 20px;
    right: 20px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    color: #fff;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
}
.close-button:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transition: 0.3s;
}
.card-action-button {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
}
.card-action-button:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
.card-box {
    flex: 1;
    max-width: 280px;
    /* height: 300px; */
    background: linear-gradient(to bottom, #2eaf60, #004b23);
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-direction: row;
    padding: 30px 25px;
    box-sizing: border-box;
    color: white;
    transition: 0.3s;
    cursor: pointer;
    max-height: 380px;
    transition: all 0.3s;
}
.quick-overview-content {
    display: none;
}
.card-box.active {
    max-width: calc(100% - 300px);
    background: #000000;
    transition: 0.3s;
}
.card-box.active .quick-overview-content {
    flex: 1;
    display: block;
    overflow: hidden;
    overflow-y: scroll;
}
.quick-overview-label {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-weight: bold;
    letter-spacing: 2px;
    margin-right: 25px;
    font-size: 32px;
    transform: rotate(180deg);
    align-self: flex-end;
}
.quick-overview-content {
    flex-grow: 1;
}
.quick-overview-content p {
    margin: 10px 0;
    font-size: 16px;
    line-height: 1.6;
}
.quick-overview-content p strong {
    font-weight: bold;
}
/* ------------- */
.curriculum-box {
    margin: 16px;
    width: calc(100% - 32px);
    margin-top: 20px;
    background: linear-gradient(to top right, #d8f5e3, #e7fdf7);
    background-image: url("../images/curriculumBG.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 12px;
    padding: 30px 40px;
    display: flex;
    align-items: center;
    position: relative;
    border: 1px solid #eee;
}
.curriculum-content {
    width: calc(100% - 200px);
}
.curriculum-content h2 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #000;
}
.curriculum-content p {
    font-size: 16px;
    line-height: 1.6;
    margin: 10px 0;
    color: #222;
}
.subBox {
    width: 280px;
}
.curriculum-content b {
    font-weight: bold;
}
.curriculum-lists {
    display: flex;
    gap: 40px;
    margin-top: 15px;
}
.curriculum-lists ul {
    padding-left: 20px;
    margin: 0;
}
.curriculum-lists li {
    font-size: 16px;
    margin-bottom: 8px;
    color: #222;
}
.curriculum-image {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.career-section {
    margin: 16px;
    width: calc(100% - 32px);
    margin-top: 30px;
}
.career-section h2 {
    font-size: 32px;
    color: #004b5e;
    font-weight: bold;
    margin-bottom: 30px;
    margin-left: 10px;
}
.career-section .scrollBox {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 10px;
}
.career-items {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    width: max-content;
}
.career-section .scrollBox::-webkit-scrollbar {
    display: none;
}
.career-item {
    width: 200px;
    text-align: center;
    position: relative;
}
.careerImgBox {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.career-icon {
    height: 60px;
}
.careerNumber {
    margin: 0;
    margin-top: 6px;
    font-size: 64px;
    font-weight: 400;
    color: #fff;
    -webkit-text-stroke: 1px #999;
    text-stroke: 1px #999;
}
.career-label {
    font-size: 18px;
    font-weight: 600;
}
.info-box {
    background-color: #f9f9f9;
    border-radius: 12px;
    padding: 30px 40px;
    margin: 16px;
    width: calc(100% - 32px);
    margin-top: 20px;
    box-shadow: 0px 1px 4px 0px #0000001a;
    box-shadow: 0px 0px 2px 0px #00000003;
}
.info-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 25px;
}
.info-header h3 {
    margin: 0;
    margin-top: 6px;
    font-size: 28px;
    font-weight: bold;
    color: #111;
}

.info-section {
    margin-bottom: 20px;
}

.info-section:last-child {
    margin-bottom: 0;
}

.info-section b {
    display: block;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 6px;
    color: #111;
}
.info-section p {
    margin: 0;
    font-size: 17px;
    color: #444;
    line-height: 1.6;
}
/* ----- */
.funding-box {
    margin: 16px;
    width: calc(100% - 32px);
    margin-top: 30px;
    padding: 0 10px;
}
.funding-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}
.funding-header h3 {
    margin: 0;
    font-size: 24px;
    margin-top: 4px;
    font-weight: bold;
    color: #111;
}
.funding-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 30px 50px;
}
.funding-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.funding-item i {
    color: #444;
    font-size: 20px;
    margin-top: 4px;
}
.funding-text b {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #111;
    font-size: 16px;
}
.funding-text p {
    margin: 0;
    font-size: 16px;
    color: #444;
    line-height: 1.6;
}
/* ----- */
.application-section {
    width: 100%;
    background-color: #222222;
    margin-top: 30px;
    padding: 40px 30px;
}
.application-section h2 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #fff;
}
.application-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 20px;
}
.app-card {
    border-radius: 8px;
    overflow: hidden;
    padding: 8px;
    color: #fff;
    background: #ffffff1a;
    border: 1px solid #d8d8d8;
    backdrop-filter: blur(4px);
}
.app-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}
.app-card-content {
    padding: 20px;
}
.app-card-content h4 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #444;
    padding-bottom: 6px;
}
.app-card-content ol,
.app-card-content ul {
    margin: 0;
    padding-left: 20px;
    line-height: 1.8;
    font-size: 14px;
    max-height: 250px;
    overflow-y: scroll;
}
/* 1. Set the width (Your snippet) */
.card-box.active .quick-overview-content::-webkit-scrollbar {
    width: 5px; /* Width of vertical scrollbar */
    height: 5px; /* Height of horizontal scrollbar (if applicable) */
}
/* 2. Style the 'Thumb' (The part you drag) */
.card-box.active .quick-overview-content::-webkit-scrollbar-thumb {
    background-color: #888; /* Change this to your theme color */
    border-radius: 10px; /* Rounds the edges */
}
/* 3. Style the 'Track' (The background behind the thumb) */
.card-box.active .quick-overview-content::-webkit-scrollbar-track {
    background: transparent; /* Or a specific color like #f1f1f1 */
}
.card-box.active .quick-overview-content::-webkit-scrollbar-thumb:hover {
    background: #555;
}
/* 1. Set the width (Your snippet) */
.app-card-content ol::-webkit-scrollbar,
.app-card-content ul::-webkit-scrollbar {
    width: 5px; /* Width of vertical scrollbar */
    height: 5px; /* Height of horizontal scrollbar (if applicable) */
}

/* 2. Style the 'Thumb' (The part you drag) */
.app-card-content ol::-webkit-scrollbar-thumb,
.app-card-content ul::-webkit-scrollbar-thumb {
    background-color: #888; /* Change this to your theme color */
    border-radius: 10px; /* Rounds the edges */
}

/* 3. Style the 'Track' (The background behind the thumb) */
.app-card-content ol::-webkit-scrollbar-track,
.app-card-content ul::-webkit-scrollbar-track {
    background: transparent; /* Or a specific color like #f1f1f1 */
}

/* 4. Hover effect (Optional: Makes it darker when you hover) */
.app-card-content ol::-webkit-scrollbar-thumb:hover,
.app-card-content ul::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.app-info-card {
    padding: 20px;
    border-radius: 8px;
    overflow: hidden;
    color: #fff;
    background: #ffffff1a;
    border: 1px solid #d8d8d8;
    backdrop-filter: blur(4px);
}
.app-info-card h4 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #444;
    padding-bottom: 6px;
}

.app-info-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #ccc;
}
/* ---- */
.why-choose {
    background: linear-gradient(180deg, #23915a 0%, #054b28 100%);
    border-radius: 12px;
    padding: 40px 30px;
    width: 100%;
    margin-top: 20px;
    color: #fff;
    box-shadow: 0px 1px 4px 0px #0000001a;
    box-shadow: 0px 0px 2px 0px #00000003;
}
.why-choose h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 30px;
}
.feature-box {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.feature-icon {
    height: 30px;
    margin-top: 4px;
}
.feature-text h4 {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.feature-text p {
    margin: 0;
    font-size: 14px;
    color: #e0f5e9;
    line-height: 1.6;
}
/* ------ */

.custom-accordion {
    border: 1px solid #cccccc;
    border-radius: 8px !important;
    overflow: hidden;
    background: #000 !important;
    padding: 40px;
    margin-top: 20px;
}
.custom-accordion .accordion-item {
    border: 1px solid #cccccc !important;
    margin-bottom: 20px;
    border-radius: 8px !important;
    overflow: hidden;
}
.custom-accordion .accordion-button {
    font-size: 16px;
    font-weight: 500 !important;
    color: #fff !important;
    font-family: "Inter", sans-serif !important;
    padding: 15px 32px;
    background: #000000;
}
.custom-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
    filter: brightness(0) invert(1) !important;
}
.custom-accordion .accordion-button:hover,
.custom-accordion .accordion-button:not(.collapsed) {
    box-shadow: none;
    background: #000 !important;
    box-shadow: none !important;
    color: #fff !important;
    border-radius: 5px 5px 0 0;
    font-weight: 600;
}
.custom-accordion .accordion-button:hover::after,
.custom-accordion .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1) !important; /* makes the icon white */
}
.custom-accordion .accordion-body {
    padding: 15px 32px;
}
/* ============== */
.quick-start-overlay {
    /* background-color: rgba(0, 0, 0, 0.85); */
    border-radius: 10px !important;
    padding: 30px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background-image: url("../images/progBoxBg.svg");
    background-size: cover;
    object-position: center;
    background-repeat: no-repeat;
    margin-top: 30px;
    color: #ffffff;
}
.quick-start-text {
    max-width: 600px;
}
.quick-start-text h3 {
    margin: 0;
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
}
.quiz-button {
    margin-top: 20px;
}

.quiz-button a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    color: #166534; /* green-800 */
    border: 1px solid #166534;
    padding: 10px 16px;
    border-radius: 6px;
    font-weight: 600;
    background-color: #f3fdf6;
    transition: all 0.2s ease;
}
.quiz-button a:hover {
    background-color: #054b28;
    color: #ffffff;
}

.quiz-button i {
    font-size: 16px;
}
/* ======================= */
.curriculum-image img {
    max-width: 130px;
    max-height: 100%;
}
/* ======================= */

@media screen and (min-width: 3501px) {
    .customSection .menusList li .link-item {
        font-size: 34px;
    }
    .bannerBox {
        min-height: 570px !important;
    }
    .bnrDec p {
        font-size: 36px;
    }
    .bnrDec h5 {
        font-size: 30px;
    }
    .bnrIcon img {
        width: 50px;
    }
    .leftBox {
        width: calc(100% - 830px);
    }
    .rightBox {
        width: 800px;
    }
    .custom-accordion .accordion-button {
        font-size: 36px;
    }
    .custom-accordion .accordion-body p {
        font-size: 32px;
    }
    .detailsbox p {
        font-size: 32px;
    }
    .faqsBox .accordion-button {
        font-size: 36px !important;
    }
    .cardBody h6 {
        font-size: 36px;
    }
    .bBtn,
    .fBtn {
        height: 60px;
        font-size: 32px;
    }
    .imgbox {
        height: 550px;
    }
    .dnBtn a {
        font-size: 32px;
    }
    .ph.titel20 {
        font-size: 26px;
    }
    .titelIcon {
        height: 60px;
    }
    .detailsbox ul li {
        font-size: 36px;
        margin: 0 0 15px 0;
    }
    .conItem h5.titel14,
    .conItem h6.titel14 {
        font-size: 36px;
    }
    .cardBody .titel14 {
        font-size: 32px;
    }
    .cardBody {
        min-height: 500px;
    }
    .faqsBox .accordion-body,
    .custom-accordion .accordion-body {
        font-size: 32px;
    }
    .clglsdBox {
        padding: 30px;
    }
    .custom-accordion .accordion-body ul li {
        font-size: 32px;
    }
    .bookmarkBtn {
        width: 50px;
        height: 50px;
    }
    .bookmarkBtn i {
        font-size: 30px;
    }
    .career-section h2,
    .why-choose h2,
    .application-section h2,
    .curriculum-content h2 {
        font-size: 50px !important;
    }
    .funding-header h3,
    .info-header h3,
    .funding-header h3,
    .quick-start-text h3 {
        font-size: 40px !important;
    }

    .funding-text b,
    .feature-text h4,
    .app-info-card h4,
    .info-section b,
    .app-card-content h4 {
        font-size: 36px !important;
    }

    .app-card-content ol,
    .app-card-content ul {
        font-size: 32px !important;
    }

    .quiz-button a {
        font-size: 24px !important;
    }

    .card-box {
        max-width: 380px;
    }

    .quick-overview-label {
        font-size: 40px !important;
    }

    .quiz-button a {
        height: 85px;
        font-size: 37px !important;
        width: 370px;
    }
    .ph {
        font-size: 40px !important;
    }
}

@media screen and (min-width: 2701px) and (max-width: 3500px) {
    .customSection .menusList li .link-item {
        font-size: 30px;
    }
    .bannerBox {
        min-height: 570px !important;
    }
    .bnrDec p {
        font-size: 30px;
    }
    .bnrDec h5 {
        font-size: 30px;
    }
    .bnrIcon img {
        width: 50px;
    }
    .leftBox {
        width: calc(100% - 830px);
    }
    .rightBox {
        width: 800px;
    }
    .custom-accordion .accordion-button {
        font-size: 32px;
    }
    .custom-accordion .accordion-body p {
        font-size: 30px;
    }
    .detailsbox p {
        font-size: 30px;
    }
    .faqsBox .accordion-button {
        font-size: 30px !important;
    }
    .cardBody h6 {
        font-size: 32px;
    }
    .bBtn,
    .fBtn {
        height: 60px;
        font-size: 32px;
    }
    .imgbox {
        height: 550px;
    }
    .dnBtn a {
        font-size: 32px;
    }
    .ph.titel20 {
        font-size: 26px;
    }
    .titelIcon {
        height: 60px;
    }
    .detailsbox ul li {
        font-size: 30px;
        margin: 0 0 15px 0;
    }
    .conItem h5.titel14,
    .conItem h6.titel14 {
        font-size: 32px;
    }
    .cardBody .titel14 {
        font-size: 30px;
    }
    .cardBody {
        min-height: 500px;
    }
    .faqsBox .accordion-body,
    .custom-accordion .accordion-body {
        font-size: 30px;
    }
    .clglsdBox {
        padding: 30px;
    }
    .custom-accordion .accordion-body ul li {
        font-size: 30px;
    }
    .bookmarkBtn {
        width: 50px;
        height: 50px;
    }
    .bookmarkBtn i {
        font-size: 30px;
    }
    .detailsbox h3.titel24,
    .rightBox h3.titel24 {
        font-size: 48px;
    }
    .cardBody h5 {
        font-size: 32px;
    }

    .career-section h2,
    .why-choose h2,
    .application-section h2 {
        font-size: 45px !important;
    }
    .funding-header h3,
    .info-header h3,
    .funding-header h3,
    .quick-start-text h3 {
        font-size: 35px !important;
    }
    .funding-text b,
    .feature-text h4,
    .app-info-card h4,
    .info-section b,
    .app-card-content h4 {
        font-size: 28px !important;
    }

    .app-card-content ol,
    .app-card-content ul {
        font-size: 26px !important;
    }

    .quiz-button a {
        font-size: 22px !important;
    }

    .card-box {
        max-width: 380px;
    }

    .quick-overview-label {
        font-size: 40px !important;
    }

    .quiz-button a {
        height: 85px;
        font-size: 37px !important;
        width: 370px;
    }
    .ph {
        font-size: 35px !important;
    }
}
@media screen and (min-width: 2100px) and (max-width: 2700px) {
    .menusList li .link-item {
        font-size: 30px;
    }
    .bannerBox {
        min-height: 540px;
    }
    .bnrDec p {
        font-size: 26px;
    }
    .bnrDec h5 {
        font-size: 26px;
    }
    .bnrIcon img {
        width: 40px;
    }
    .leftBox {
        width: calc(100% - 630px);
    }
    .rightBox {
        width: 600px;
    }
    .custom-accordion .accordion-button {
        font-size: 22px;
    }
    .custom-accordion .accordion-body p {
        font-size: 20px;
    }
    .detailsbox p {
        font-size: 20px;
    }
    .faqsBox .accordion-button {
        font-size: 20px !important;
    }
    .cardBody h6 {
        font-size: 20px;
    }
    .bBtn,
    .fBtn {
        height: 60px;
        font-size: 20px;
    }
    .imgbox {
        height: 300px;
    }
    .dnBtn a {
        font-size: 18px;
    }
    .ph.titel20 {
        font-size: 18px;
    }

    .career-section h2,
    .why-choose h2,
    .application-section h2 {
        font-size: 40px !important;
    }
    .funding-header h3,
    .info-header h3,
    .funding-header h3,
    .quick-start-text h3 {
        font-size: 30px !important;
    }
    .funding-text b,
    .feature-text h4,
    .app-info-card h4,
    .info-section b,
    .app-card-content h4 {
        font-size: 24px !important;
    }

    .app-card-content ol,
    .app-card-content ul {
        font-size: 22px !important;
    }

    .quiz-button a {
        font-size: 18px !important;
    }

    .quiz-button a {
        font-size: 22px !important;
    }

    .card-box {
        max-width: 380px;
    }

    .quick-overview-label {
        font-size: 40px !important;
    }

    .quiz-button a {
        height: 85px;
        font-size: 37px !important;
        width: 370px;
    }
    .ph {
        font-size: 35px !important;
    }
}

@media screen and (max-width: 1660px) {
    .rightBox {
        width: 430px;
    }
    .leftBox {
        width: calc(100% - 450px);
    }
    .detailsbox {
        padding: 1rem;
    }
    .quick-overview-container {
        padding: 25px;
        min-height: 350px;
    }
    .card-box {
        height: 350px;
        padding: 25px;
    }
    .curriculum-box {
        padding: 30px;
    }
    .subBox {
        width: 500px;
    }
    /* .curriculum-image img {
        width: 160px;
    } */
    .curriculum-lists {
        gap: 25px;
    }
    .curriculum-content {
        width: calc(100% - 160px);
    }
    .curriculum:last-child {
        width: auto;
    }
    .info-box {
        padding: 30px;
    }
    .application-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
    .why-choose {
        padding: 30px;
    }
    .custom-accordion {
        padding: 30px;
    }
    .quick-start-overlay {
        padding: 30px;
    }
}
@media screen and (max-width: 1440px) {
    .rightBox {
        width: 400px;
    }
    .leftBox {
        width: calc(100% - 420px);
    }
    .menusBox,
    .adsBox,
    .detailsbox,
    .clglsdBox {
        padding: 1.5rem;
    }
    .bBtn,
    .fBtn {
        width: 140px;
    }

    .quickCourse {
        gap: 10px;
    }
    .quick-overview-container {
        padding: 15px;
        align-items: flex-end;
        min-height: 400px;
    }
    .quick-overview-label {
        margin-right: 10px;
        /* font-size: 28px; */
    }
    .card-box {
        height: 400px;
        padding: 15px;
    }
    .close-button {
        width: 40px;
        height: 40px;
        color: #fff;
        font-size: 24px;
    }
    .quick-overview-content p {
        margin: 6px 0;
    }
    .curriculum-box {
        padding: 20px;
    }
    .subBox {
        min-width: 200px;
        width: auto;
    }
    .curriculum-content p {
        font-size: 14px;
        margin: 6px 0;
    }
    .career-section h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .career-item {
        width: 200px;
    }
    .career-icon {
        height: 50px;
    }
    .careerNumber {
        font-size: 50px;
    }
    .career-label {
        font-size: 16px;
    }
    .info-box {
        padding: 20px;
    }
    .info-header {
        margin-bottom: 20px;
    }
    .info-section b {
        font-size: 16px;
    }
    .info-section p {
        font-size: 15px;
    }
    .funding-header {
        margin-bottom: 20px;
    }
    .application-section {
        padding: 20px;
    }
    .app-card-content {
        padding: 10px;
    }
    .app-info-card {
        padding: 10px;
    }
    .application-grid {
        gap: 10px;
    }
    .why-choose h2 {
        margin-bottom: 20px;
    }
    .custom-accordion {
        padding: 20px;
    }
    .menusBox,
    .adsBox,
    .detailsbox,
    .clglsdBox {
        padding: 20px;
    }
    .quick-start-overlay {
        padding: 20px;
    }
}
@media screen and (max-width: 1280px) {
    .bannerBox .mt-3 {
        margin-top: 0.5rem !important;
    }
    .menusList {
        gap: 1rem;
    }
    .detailsAdsBox .titel16 br {
        display: none;
    }
    .titelIcon {
        height: 24px;
    }
    .quickCourse {
        flex-direction: column;
    }
    .card-box {
        height: auto;
        padding: 15px;
        min-width: 100%;
    }
    .quick-overview-container {
        min-height: auto;
    }
    .curriculum-lists {
        flex-direction: column;
    }
    /* .curriculum-image img {
        width: 130px;
    } */
    .curriculum-content {
        width: calc(100% - 130px);
    }
    .career-item {
        width: 170px;
    }
    .career-icon {
        height: 40px;
    }
    .careerNumber {
        font-size: 42px;
    }
    .careerImgBox {
        gap: 8px;
    }
    .career-label {
        font-size: 14px;
    }
    .info-box {
        padding: 10px;
    }
    .funding-grid {
        gap: 30px;
    }
    .funding-grid {
        gap: 16px;
    }
    .why-choose {
        padding: 20px;
    }
    .card-box.active .quick-overview-content {
        max-height: 290px !important;
    }
    .close-button {
        width: 30px;
        height: 30px;
        font-size: 18px;
        right: 10px;
        top: 10px;
    }
}
@media screen and (max-width: 1080px) {
    .campus-info-table td,
    .campus-info-table th {
        padding: 0.5rem !important;
    }
    .campus-info-table tr td:first-child {
        width: 210px;
    }
    .menusBox,
    .adsBox,
    .detailsbox,
    .clglsdBox {
        padding: 1rem;
    }
    .menusList {
        gap: 0.7rem;
    }
    .bnrDetails {
        gap: 30px;
    }
    .quick-start-overlay {
        border-radius: 30px !important;
        overflow: hidden;
    }
}
@media screen and (max-width: 990px) {
    .detailsContainer {
        flex-direction: column;
    }
    .rightBox {
        width: 100%;
    }
    .leftBox {
        width: 100%;
    }
    .bnrDetails {
        flex-wrap: wrap;
    }
    .bnr1 {
        width: 30%;
    }
}
@media screen and (max-width: 768px) {
    .table-responsive .table {
        max-width: 768px;
    }
}
@media screen and (max-width: 767px) {
    .menusBox {
        width: 100%;
        overflow-x: auto;
    }
    .customContainer.detailsContainer {
        margin: 0 0 30px;
    }
    .bannerBox h5 {
        margin-bottom: 10px;
        color: #e6e8ed;
        font-size: 32px;
        font-weight: 400;
    }
    .bannerBox h6 {
        justify-content: center;
        margin-bottom: 20px;
    }
    .menusList {
        width: auto;
        min-width: 768px;
        justify-content: left;
    }
    .clglsdBox {
        margin: 0 0 20px 0;
    }
    .detailsContainer .titel24 {
        font-size: 24px;
    }
    .firstSection {
        margin-bottom: 20px;
    }
    .custom-accordion .accordion-button {
        padding: 15px 32px 15px 15px;
    }
    .custom-accordion .accordion-body {
        padding: 15px 15px;
    }
    .detailsbox .accordion-body ul {
        padding: 0 0 0 17px;
    }
    .bnrDec p {
        font-size: 11px;
    }

    .bnrDec h5 {
        font-size: 12px;
        font-weight: 400;
    }
    .bnrDetails {
        gap: 0px;
    }
}

@media screen and (max-width: 600px) {
    .buttons {
        flex-wrap: wrap;
    }
    .detailsAdsBox .row h6.py-2.px-4 {
        padding: 8px 10px !important;
    }
    .bnr1 {
        width: 32%;
        margin: 0 0 14px 0;
    }
    .dnBtn a {
        display: block;
        text-align: center;
    }
    .customSection.firstSection {
        margin-top: 100px !important;
    }
    .detailsItemsBox {
        padding: 0px;
    }
    .leftBox {
        margin-top: 10px;
    }
    .menusBox,
    .adsBox,
    .detailsbox,
    .clglsdBox {
        padding: 8px !important;
    }
    .quick-overview-content p {
        font-size: 12px;
    }
    .card-label,
    .quick-overview-label {
        margin-right: 20px;
        font-size: 24px;
    }
    .card-action-button,
    .close-button {
        width: 30px;
        height: 30px;
        font-size: 20px;
    }
    .curriculum-box {
        padding: 10px;
    }
    .curriculum-image img {
        width: 100px;
    }
    .curriculum-content {
        width: calc(100% - 100px);
    }
    .career-items {
        gap: 10px;
    }
    .info-section b {
        font-size: 14px;
    }
    .info-section p {
        font-size: 14px;
    }
    .funding-text b {
        font-size: 14px;
    }
    .funding-box {
        margin: 10px;
        width: calc(100% - 20px);
        margin-top: 20px;
    }
    .application-section {
        padding: 10px;
    }
    .why-choose {
        padding: 20px 10px;
    }
    .custom-accordion {
        padding: 10px;
    }
    .quick-start-overlay {
        padding: 20px;
        border-radius: 10px !important;
        background: #222;
    }
    .collegeCard {
        min-height: 450px;
    }
    .cardBody {
        padding: 8px;
    }
    .funding-text p {
        font-size: 14px;
        max-width: 300px;
    }
    .funding-box {
        overflow: hidden;
    }
    /* .funding-item,
    .feature-box {
        max-width: 300px;
    } */
    .custom-accordion .accordion-button {
        padding: 10px;
    }
    .app-card-content {
        padding: 16px 4px;
    }
    .clglsdBox {
        padding: 20px !important;
    }
}
@media screen and (max-width: 500px) {
    .bannerBox .titel16 {
        font-size: 15px;
    }
    .bannerBox .buttons {
        justify-content: space-between;
    }
    .bannerBox .buttons .headBtnB {
        width: 47%;
    }
    .bannerBox .buttons .headBtn {
        width: 47%;
    }
    .menusBox {
        overflow-y: auto;
        margin-bottom: 0rem;
    }
    .bannerBox {
        padding: 100px 0.5rem 2rem;
    }
    .bannerBox h6.titel18 {
        font-size: 14px;
    }
    .flex-wrap.gap-3 {
        gap: 8px !important;
    }

    .redirection {
        padding: 0px 0 12px;
    }
    .bnrDetails {
        margin: 40px 0 24px 0;
    }
    /* -------------------- */
    .bannerBox {
        padding: 100px 0rem 2rem;
    }
    .menusBox,
    .adsBox,
    .detailsbox,
    .clglsdBox {
        padding: 1rem 0.8rem;
    }
    .bannerBox h5.titel48 {
        margin-bottom: 0px;
        font-size: 26px;
    }

    /* ==================== */
    .bannerBox {
        background-position: left center;
    }
    .features-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

@media screen and (max-width: 400px) {
    .bnr1 {
        width: 50%;
    }
}
