@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;
}
.xboldText{
    font-weight: 700;
}

.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;
}

.navbar {
    height: 100px;
}

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

.ihm-course {
    background-image: url(../img/as.webp);
}

.ihna-don {
    background-image: url(../img/as.webp);
}

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

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

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

.topCaption h1 {
    font-size: 45px;
    color: #f7941d;
    font-weight: 700;
}
.topCaption h1>span {
    color: #FFF;
    font-weight: 700;
    display: block;
}
#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 1.7fr 1fr .7fr 1.5fr 1fr .9fr 1fr;*/
     grid-template-columns: repeat(7, 1fr); 
    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-list {
    list-style: none;
    padding-left: 0;
    color: white;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: space-around;
}

.where-list li {
    padding: 1rem;
    border: 1px solid #fff4;
    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;
}

#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;
    }
}

.review-box{
    display: flex;
    flex-direction: column;
    max-width: 200px;
    padding:1.5rem;
    border:1px solid #3332;
}
.review-box img{
    width: 100%;
}
.ratings{
    display: flex;
    justify-content: center;
    align-items: center;
}
.ratings p, .ratings img{
    width: 50%;
    margin: 0;
}
.ratings p{
    font-size: 13px;
    font-weight: 500;
    color:#45454598;
}
.review-text{
    padding: 1.8rem;
    border:1px solid #3332;
    margin-bottom: 2rem;
}
.review-text h5{
    font-weight: 600;
    color: #454545;
}
.review-text .campus-name{
    font-size: 13px;
    font-weight: 600;
    color:#45454595;
    padding-block: 10px;
}
.review-text .content{
    font-size: 13px;
    color:#454545;
    min-height: 260px;
}
.client-name{    
    min-height: 65px;
}
.highlight-text{
    padding: 7px 16px;
    background: rgba( 0, 0, 0, 0.3 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
    border-radius: 10px;
    /* border: 1px solid rgba( 255, 255, 255, 0.18 ); */
    width: fit-content;
}
.highlight-text p{
    margin: 0;
}
.step-container{
    display: flex;
    justify-content: start;
    align-items: center;
}
.step-container p{
    max-width: 70%;
    padding-left: 2rem;
    margin: 0;
}
.step{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #454545;
    color:white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.step h5{
    margin: 0;
}
.boldTxthead{
    font-weight: 600;
    color:#454545;
}
.inst-hl-box{
    padding: 1.8rem;
    border:1px solid #c98a0950;
    border-radius: 10px;
    background-color: #f6f2ee;
}
.inst-hl-box p, .inst-hl-box h4{
    margin: 0;
}
.inst-hl-box h4{
    padding-block: 6px;
    font-weight: 600;
    color: #f7941d;
}
.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%;
}
.figure-text>span{
    display:block;
    font-size:30px;
    font-weight:600;
    color: #f7941d;
}
.figure-text a{
    color: #009690;
    font-weight: 500;
    text-decoration: none;
}
@media(max-width:992px) {
    .other-logos{
        max-height: 60px;
        flex-direction: column;
        gap: 15px;
    }
    .year-img, .e4e-img{
        height: 25px;
    }
    .step-container{
        flex-direction: column;
        align-items: start;
        margin-bottom: 20px;
     }
     .step-container p {
         max-width: 100%; 
         padding-left: 0rem;
     }
    #hero {
        height: auto;
    }

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

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

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

    .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;
}

/*------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;
}

.zeroDollar-container {
    /* padding: 0rem .2rem 0rem 1.5rem; */
    display: flex;
    align-items: center;
    /* background:#00969090;
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 14px );
    border-radius: 10px;
    border: 1px solid rgba( 0, 0, 0, 0.18 ); */
    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;
}