@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;500;600;700;800;900&display=swap'); */
body {
    font-family: 'Poppins', sans-serif;
    /* font-family: 'Inter', sans-serif; */
    overflow-x: hidden;
    /* max-width: 1920px;
    margin: auto; */
}

.mrg0 {
    margin: 0;
}

.orangeText {
    color: #f7941d;
}

.greenText {
    color: #009690;
}

.boldTxt {
    font-weight: 500;
}

.linkTxt {
    margin: 0;
    white-space: pre-wrap;
    /* css-3 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
}

p.smTxt {
    font-size: 12px;
    opacity: .7;
    margin:0;
    padding-bottom: 8px;
}

.navbar {
    height: 100px;
}

.brand-logo-img {
    width: 160px;
}

.ihm-course {
    background-image: url(../img/hero.avif);
}

.ihna-don {
    background-image: url(../img/banner-image.png);
}

.heroLeft {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 2rem;
    position: relative;
    color: white;
    min-height: 620px;
}

.heroLeft::after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #00000098;
    z-index: 1;
}

.topCaption {
    position: absolute;
    width: 80%;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -80%);
    z-index: 3;
}

.topCaption h1 {
    font-size: 60px;
    color: #f7941d;
    font-weight: 700;
}

.topCaption h1>span {
    color: #FFF;
    font-weight: 700;
}
#bannerContentInternational{
    display: none;
}
section {
    margin-top: 3rem;
}

#hero {
    margin-top: 0;
}

#hero .heroRight {
    background-color: #efefef;
    padding: 2rem;
}

.formSection h3 {
    font-weight: 700;
    padding-bottom: 20px;
}

.formSection h3>span {
    color: #009690;
}

.formInput {
    padding: 10px 20px;
    background-color: transparent;
    border: 1px solid #3333;
    display: block;
    width: 100%;
}

.formInput+.formInput {
    margin-top: 15px;
}

.submitBlock {
    display: flex;
    justify-content: end;
    align-items: center;
    padding-block: 20px;
}

.formSubmit {
    border: none;
    padding: 15px 25px;
    background-color: #F1A500;
    color: white;
}
.formSubmit:hover{
    background-color: #009690;
}
/* .cd-tbl-container{
    max-width: 1600px;
    margin: auto;
    margin-top: 2rem;
    border-radius: 15px;
    overflow: hidden;
} */
#courseDetails {
    margin-top: 0;
}

.course-details-tbl {
    display: grid;
    grid-template-columns: 1fr .9fr .8fr .6fr 1.4fr .6fr .8fr;
    gap: 2px;
}

.course-details-tbl.tblInternational {
    grid-template-columns: 1fr .9fr 1fr .6fr 1fr 1fr .6fr 1fr .6fr;
}

.cd-col {
    background-color: #009690;
    padding: 2rem;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    cursor: default;
}

.field-cap {
    color: #ffc784;
    /* font-size: 14px; */
    font-weight: 600;
    text-align: center;
}

.field-cont {
    font-size: 22px;
    text-align: center;
}

.datesTxt {
    font-size: 18px;
    line-height: 160%;
}

.desText {
    font-size: 14px;
    font-weight: 600;
}

.cd-icon {
    height: 40px;
    margin-bottom: 15px;
}

.cd-col:hover {
    background-color: #f7941d;
}

.cd-col:hover .field-cap {
    color: #b7f9f6;
}

.sec-title {
    font-size: 38px;
    font-weight: 700;
    color: #009690;
    margin-bottom: 1rem;
}

.dStyleText {
    font-weight: 400;
}

.dStyleText>span {
    font-weight: 700;
    color: #016b68;
}

.cmnP {
    line-height: 180%;
}

.sec-title>span {
    color: #f7941d;
}

#highlightSec {
    margin-top: 2rem;
}

#highlightSec .container {
    padding: 2rem;
    background-color: #f7941d;
    color: white;
}

#highlightSec .container p {
    font-size: 24px;
    text-align: center;
    margin: 0;
    font-weight: 300;
}

#highlightSec .container p>span {
    font-weight: 700;
    /* color: #aefaf7; */
}

#course-overview {
    margin-top: 3rem;
}

#course-overview img {
    width: 75%;
}

#MultiContent-sec {
    background-color: #1c202d;
    padding-block: 2rem;
}

.infoBoxGreen {
    border: 1px solid #fff3;
    /* background-color: #016b68; */
    color: white;
    padding: 2rem;
    margin-bottom: 1rem;
    cursor: default;
}

.infoBoxGreen:hover {
    background-color: #016b68;
}

.infoBoxGreen p {
    margin: 0;
    font-weight: 300;
    line-height: 180%;
    text-align: center;
}

.infoBoxGreen p>span {
    display: block;
}

.lgTxt {
    font-size: 30px;
    padding-bottom: 10px;
    font-weight: 600;
}

.why-list {
    margin-top: 2rem;
    padding-left: 0;
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    list-style: none;
    justify-content: start;
}

.why-list li {
    color: white;
    width: 31%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.why-list li p {
    text-align: center;
}

.why-list-img {
    height: 50px;
    margin-bottom: 20px;
}

.why-list-container {
    border: 1px solid #F1A50060;
    background-color: white;
    padding: 2rem;
    margin-top: 2rem;
}

.mspList {
    /* color:white; */
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.mspList li {
    width: 49%;
    font-weight: 400;
    padding-right: 2rem;
    justify-content: space-between;
}

.mspList li::marker {
    color: #F1A500;
}

#entry-req ul li,
#entry-req p {
    line-height: 180%;
}

.awardsList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 2rem;
    padding-left: 0;
    list-style: none;
}

.awardsList li {
    width: 18%;
}

.enqNowbtn {
    padding: 20px 60px;
    text-decoration: none;
    color: white;
    background-color: #f7941d;
    font-size: 24px;
    font-weight: 600;
}

.enqNowbtn:hover {
    background-color: #009690;
}

#where-sec {
    padding-block: 2rem;
    background-color: #009690;
}
#where-sec p, #where-sec h2{
    text-align: right;
}
#where-sec p.cmnP{
    line-height:236%;
}
.where-list {
    list-style: none;
    padding-left: 2rem;
    color: white;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: start;
    border-left: 1px solid #fff3;
}

.where-list li {
    padding: .7rem 1rem;
    /* border: 1px solid #fff4; */
    background-color: #ffa63c;
    cursor: default;
    transition: transform .5s;
}

.where-list li p {
    margin: 0;
    text-align: center;
}

.where-list li:hover {
    transform: scale(1.08);
    background-color: #f7941d;
}
@media (max-width:992px) {
    #where-sec p, #where-sec h2{
        text-align: center;
    }
    .where-list {
        justify-content: center;
        padding-left: 0;
        border-left: 0;
    }
}

#funding-accredit {
    margin-top: 0;
    background-color: #1c202d;
    padding-block: 2rem;
}

.funding,
.accredit {
    background-color: white;
    padding: 2rem
}

.funding-logos {
    display: grid;
    grid-template-columns: 1fr .7fr 1fr 1fr .4fr;
    gap: .8rem;
}

.funding-title {
    display: flex;
    gap: 2rem;
}

.funding-logos img {
    width: 100%;
}

#footer-lp {
    margin-top: 0;
    padding-block: 3rem;
    background-color: #191c24;
}

#footer-lp h2 {
    color: #fff5;
    font-size: 45px;
    text-align: center;
    padding-bottom: 1rem;
}

#footer-lp h2>span {
    display: block;
    font-weight: 300;
}

.enqbtn-container {
    display: flex;
    justify-content: center;
}

.enqNow-btn {
    padding: 15px 30px;
    font-size: 24px;
    background-color: white;
    text-decoration: none;
    color: #f7941d;
    font-weight: 500;
    text-transform: uppercase;
}

.enqNow-btn:hover {
    color: white;
    background-color: #f7941d;
}

#contentInternational {
    display: none;
}

.dom-int-switcher {
    position: absolute;
    bottom: 5px;
    left: 5px;
    right: 5px;
    z-index: 99;
    display: flex;
    gap: 5px;
    /* background-color: white; */
}

.dom-int-switcher div {
    position: relative;
    width: 50%;
    display: flex;
    justify-content: center;
    padding-block: 1rem;
    height: 50px;
}

.dom-int-switcher input {
    position: absolute;
    opacity: 0;
}

.dom-int-switcher label {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    /* border-bottom: 2px solid white; */
    /* color:#454545; */
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s;
    /* animation: buttonswitcher linear 5s infinite alternate; */
}

.dom-int-switcher label:hover {
    background-color: #f7941d;
    color: white;
}

#domestic:checked~label {
    background-color: #009690;
    color: white;
    /* background-color: #ebb573; */
    /* transform: scale(1.02); */
    animation: none;
}

#international:checked~label {
    /* background-color: #f7941d; */
    /* background-color: #ebb573; */
    background-color: #009690;
    color: white;
    /* transform: scale(1.02); */
    animation: none;
}

.st-rule-box {
    /* border:1px solid #3333; */
    border-radius: 20px;
    background: #09d5cd;
    padding: 2rem;
}

@keyframes buttonswitcher {
    20% {
        background-color: #F7675E;
    }

    40% {
        background-color: #CD5888;
    }

    60% {
        background-color: #8A5B95;
    }

    80% {
        background-color: #4A5781;
    }
}
.accordion{
    --bs-accordion-btn-color: #009690;
    --bs-accordion-active-color:#ffff; 
    --bs-accordion-active-bg: #f7941d;
    --bs-accordion-btn-icon:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="currentColor" d="M19 12.998h-6v6h-2v-6H5v-2h6v-6h2v6h6z"%2F%3E%3C%2Fsvg%3E');
}
.accordion-button:hover{
    background-color: var(--bs-accordion-active-bg);
    color:var(--bs-accordion-active-color);
}
.accordion-button:not(.collapsed)::after{
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="white" d="M19 12.998H5v-2h14z"%2F%3E%3C%2Fsvg%3E');
}
.starTxt{
    font-size: 12px;
    font-weight: 500;
}
.lnkTxt{
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    margin-top: 5px;
}
.logos-container{
    width: 97%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:2rem;
}
.other-logos{
    max-height:40px;
    display: flex;
    width: fit-content;
    gap:1.5rem;
}
.year-img, .e4e-img{
    max-height: 65px;
    width: 100%;
}
.zeroDollar-container {
    display: flex;
    align-items: center;
    max-width: 380px;
    gap: 5px;
}

.zeroDollar-container p {
    margin: 0;
    /* text-transform: uppercase; */
    font-weight: 600;
}

.zero-dollar-icon {
    height: 86px;
}

#bottom-bar {
    background-color: #22242b;
    padding-block: 2rem;
}
.small-text-banner{
    font-size: 12px;
}
select#eligibilitycriteriamod option{
    font-size: 12px;
}
.banner-hl-point{
    display: flex;
    flex-wrap: wrap;
    gap:10px;
    padding-left: 0;
    list-style: none;
}
.banner-hl-point li{
    padding: 4px 15px;
    margin: 0;
    font-size: 12px;
    background-color: #00000093;
    color: white;
}
.bhl-text{
    padding:1px 3px;
    background-color: #f7941d;
    color:white;
    border-radius: 2px;
    width: fit-content;
}
@media(max-width:992px) {
    .other-logos{
        max-height: 60px;
        flex-direction: column;
        gap: 15px;
    }
    .year-img, .e4e-img{
        height: 25px;
    }
    #hero {
        height: auto;
    }

    section .container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .topCaption {
        position: static;
        transform: none;
        width: 100%;
        padding-bottom: 40px
    }

    .topCaption h1 {
        font-size: 30px;
    }

    .course-details-tbl {
        grid-template-columns: 1fr;
    }

    .course-details-tbl.tblInternational {
        grid-template-columns: 1fr;
    }

    #highlightSec {
        margin-top: 0;
    }

    .why-list li,
    .mspList li {
        width: 100%;
    }

    .awardsList {
        gap: 1rem;
    }

    .awardsList li {
        width: 30%;
    }

    .dom-int-switcher div {
        height: 50px;
    }
}


#not_eligible_modal .modal-content .modal-body {
    display: flex;
    justify-content: center;
    align-items: center;
}

#not_eligible_modal .modal-content .modal-body h1 {
    color: red;
}

#not_eligible_modal .modal-content .modal-footer button {
    background-color: #c98a09;
    color: white;
    border: 1px solid #c98a09;
}

#not_eligible_modal .modal-content .modal-footer button:hover {
    background-color: white;
    color: #c98a09;
}

#not_eligible_modal_mod .modal-content .modal-body {
    display: flex;
    justify-content: center;
    align-items: center;
}

#not_eligible_modal_mod .modal-content .modal-body h1 {
    color: red;
}

#not_eligible_modal_mod .modal-content .modal-footer button {
    background-color: #c98a09;
    color: white;
    border: 1px solid #c98a09;
}

#not_eligible_modal_mod .modal-content .modal-footer button:hover {
    background-color: white;
    color: #c98a09;
}

/*------Brochure download form modal----*/

.btn-primary {
    --bs-btn-padding-x: 1rem;
    --bs-btn-padding-y: 1.2rem;
    --bs-btn-bg: #f7941d;
    --bs-btn-border-color: #f7941d;
    --bs-btn-hover-bg: #009690;
    --bs-btn-hover-border-color: #009690;
    --bs-btn-active-bg: #f7941d;
    --bs-btn-active-border-color: #f7941d;
    --bs-btn-disabled-bg: #f7941d;
    --bs-btn-disabled-border-color: #f7941d;
}

.modal-header {
    align-items: start;
}

#courseBrochureModal h3 {
    font-weight: 700;
    color: #009690;
    font-size: 35px;
    line-height: 1.4;
}

#courseBrochureModal h3>span {
    display: block;
    font-size: 22px;
    font-weight: 400;
    color: #f7941d;
}

.formSubmit.modalsubmit {
    padding: 12px 49px;
    border-radius: 35px;
}

.normal-highlight span{
    padding: 2px 8px;
    background-color: #454545;
    border-radius: 5px;
    font-weight: 700;
}
.thin-text{
    font-weight: 300;
}

.nrt-aqf{
    max-width: 300px;
    padding: 1rem;
    background-color: white;
    border-radius: 14px;
}

.enq-now-float-btn {
    position: fixed;
    margin: 0;
    display: flex;
    justify-content: center;
    top: 80%;
    right: 0;
    transform: translateY(-10%);
    z-index: 99999999;
}
.enq-now-float-btn a {
    position: absolute;
    text-decoration: none;
    background: #f7941d;
    border: 1px solid rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    font-weight: 500;
    color: #ffffff;
    width: 160px;
    padding: 0.8rem .6rem;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 10px 15px -3px rgb(0 0 0 / 10%);
    border-radius: 5px 5px 0 0;
    transform: rotate(-90deg) translateY(-24px);
    transition: all ease-in-out 600ms;
    font-size: 13px;
    bottom: 140px;
}
.enq-now-float-btn a svg {
    width: 15px;
    margin-right: 10px;
    transform: scale(1.02);
}
.enq-now-float-btn a svg path {
    fill: white;
    transform: scale(1.01);
    transition: 1s;
}

.enq-now-float-btn a:hover {
    background: rgb(0 150 144);
    background-size: 400%;
    background-position: top;
    border-radius: 5px;
    color: white;
    transform: scale(1.2) translateX(-88px);
    animation: referbtnAnim ease-in-out 1s infinite alternate;
}