/* bugfix css */
.custom-bg-set:hover h3.text-start.mt-5 {
    color: #111636 !important;
}
.box.custom-bg-set:hover {
    transform: translateY(-5px);
    transition: 0.5s ease all;
}
.box.custom-bg-set{
    transition: 0.5s ease all;
}
/* Make the box a relative positioning context */
.box {
    position: relative;
    cursor: pointer;
  }
  
  /* Create a pseudo-element that covers the entire box */
  .box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  
  /* Make the pseudo-element act like a link */
  .box::before {
    pointer-events: auto;
  }
  
  /* Fix the original link's z-index so it's not visible to mouse events */
  .box a {
    position: relative;
    z-index: 0;
  }
  
  /* Add this JavaScript to your page */
h2.aca-inner-heading {
    font-family: 'Charter Regular';
    font-weight: 400;
    font-size: 72px;
    line-height: 83.22px;
    text-align: left;
    padding-left: 60px;
    margin-top: 30px;
}
.d-flex.set-d h3 {
    text-transform: capitalize;
    font-family: 'Montserrat';
    color: #111636;
}
.d-flex.set-d .col-md-4:nth-child(1) h3 {
    font-size: 24px !important;
}
.d-flex.set-d .col-md-4:nth-child(2) h3 {
    font-size: 20px;
    color: #11163680;
}
div#accordionExample button.accordion-button,.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background: #C52F33 !important;
    font-family: 'Montserrat';
    color: #ffffff !important;
    padding: 13px 32px;
}
div#accordionExample .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    border-left: none;
    border-right: none;
    border: 1px solid #000000;
}
div#accordionExample .nav-tabs .nav-link {
    border-left: none !important;
    border-right: none !important;
    border: 1px solid #000000;
    font-size: 24px;
    text-align: left;
    padding: 16px 32px !important;
    font-family: 'Montserrat';
    color: #11163680;
    font-weight: 500;
}
div#accordionExample button.accordion-button.collapsed {
    background: #ffffff !important;
    font-weight: 500;
    color: #111636 !important;
}
div#accordionExample .accordion-item {
    box-shadow: 0px 4px 4px 0px #00000040;
    margin-bottom: 15px;
}
div#accordionExample button.accordion-button {
    padding: 25px 32px !important;
}
div#accordionExample .accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.acadmics_banner {
    margin-top: 175px !important;
}
.box1 h4 {
    color: #111636 !important;
}
.box1:hover {
    background: rgb(215 231 255) !important;
    transition: 0.3s ease all;
}
.custom-tab-item.active span {
    color: #ffffff;
}
.custom-tab-item.active path {
    stroke: #ffffff;
}
.logo-container {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 20px;
    place-self: flex-end;
    bottom: -100px;
    left: -50px;
}

a.dropts {
    color: #111636;
}
.outer-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 90%;
    border-radius: 50%;
    border: 2px solid #111636;
}

.inner-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: 60%;
    border-radius: 50%;
    border: 2px solid #111636;
    display: flex;
    justify-content: center;
    align-items: center;
}

.red-circle {
    width: 80%;
    height: 80%;
    background-color: #e53935;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrow {
    color: white;
    font-size: 32px;
}

.text-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: rotate 20s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.char {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 12px;
    width: 6px;
    margin-top: -6px;
    margin-left: -3px;
    font-family: Arial, sans-serif;
    font-size: 7px;
    font-weight: bold;
    text-transform: uppercase;
}

/* mediaquery */

@media screen and (max-width: 1440px){
    h2.aca-inner-heading {
        font-size: 52px;
    }
    div#accordionExample button.accordion-button {
        font-size: 1.2rem;
    }
    div#accordionExample .nav-tabs .nav-link {
        font-size: 1.2rem !important;
    }
    div#accordionExample .d-flex.set-d .col-md-4:nth-child(1) h3 {
        font-size: 1.2rem !important;
    }
    div#accordionExample .d-flex.set-d .col-md-4:nth-child(2) h3 {
        font-size: 1rem;
    }
    #acadmics_programme .d-flex.flex-wrap.justify-content-center.py-2.py-lg-5 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .acadmics_programme .box {
        padding: 2rem 2rem 0rem 2rem;
    }
    .acadmics_programme .box h3 {
        font-size: 17px;
        line-height: 1.2;
    }
    .acadmics_programme h1 {
        font-size: 3rem;
    }
    .acadmics_programme .tab-btn {
        font-size: 20px;
    }
    .acadmics_banner h1,.acadmics_banner .clr-set {
        font-size: 3.5rem !important;
    }
}
.logo-container {
    bottom: -50px;
}
@media screen and (max-width: 1080px) {
    .acadmics_banner h1, .acadmics_banner .clr-set {
        font-size: 2.5rem !important;
    }
}
@media screen and (max-width: 992px){
    .edge1 {
        font-size: 26px;
    }
    section#acadmics_programme .tab-content.mt-2 {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    h2.aca-inner-heading {
        font-size: 36px;
        line-height: 1.2;
    }
    .logo-container {
        transform: scale(0.7);
        left: 0;
        bottom: -50px;
    }
    }
    @media screen and (max-width: 820px) {
        .col-md-7.pos-set .d-flex.align-items-end.mt-4 {
            margin-top: -30px !important;
        }
        .acadmics_banner h1, .acadmics_banner .clr-set {
            font-size: 2.2rem !important;
        }
    }
    @media screen and (max-width: 768px) {
        .col-md-7.pos-set .d-flex.align-items-end.mt-4 {
            margin-top: 0 !important;
        }
    .acadmics_banner {
        background-image: url('../images/acadmics/acdbannermob.webp') !important;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        margin-top: 12rem !important;
        margin-bottom: 0rem;
        background-size: cover;
        height: 50rem !important;
    }
}
@media screen and (max-width: 600px){
    .container-fluid {
        padding: 0;
    }
    .custom-content-section ,.eligibility-section,.curriculum-section{
        padding: 20px;
    }
    .custom-tab-section {
    margin-bottom: 30px;
    }
    .year-navigation {
        display: flex;
        gap: 0px;
    }
    .edge {
        text-align: left;
    }
    }
    .custom-tab-item svg {
        width: 15% !important;
    }
    .custom-tab-item span {
        width: 85%;
    }
    @media screen and (max-width: 500px) {
        .custom-tab-item svg {
            width: 15% !important;
        }
        .acadmics_banner {
            height: 42rem !important;
        }
        .custom-tab-item span {
            font-size: 16px;
            line-height: 1.2;
            width: 85%;
        }
        .acadmics_banner h1, .acadmics_banner .clr-set {
            font-size: 1.8rem !important;
        }
        .acadmics_programme .tab-btn {
            font-size: 18px;
        }
        .custom-content-section p {
            font-size: 16px;
        }
    }
    @media screen and (max-width: 350px) {
        h2.aca-inner-heading {
            font-size: 26px;
            line-height: 1.2;
        }
        .acadmics_programme .box1 {
            width: 100% !important;
            margin: 1rem 0.5rem !important;
            padding: 1rem !important;
        }
        .acadmics_banner h1, .acadmics_banner .clr-set {
            font-size: 1.5rem !important;
        }
    }