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

.arial-font {
    font-family: Arial, Helvetica, sans-serif !important;
}

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

.navbar {
    height: 100px;
}

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


.ihm-course {
    background-image: url(https://ihna.edu.au/wp-content/themes/mwt-ihna/assets/images/a-medical-professional-applying-a-ventilation-mask-2025-01-10-12-51-03-utc.png);
}

.ihna-don {
    background-image: url(https://ihna.edu.au/wp-content/themes/mwt-ihna/assets/images/a-medical-professional-applying-a-ventilation-mask-2025-01-10-12-51-03-utc.png);
}

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

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

.topCaption {
    position: absolute;
    width: 80%;
    top: 77%;
    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 .9fr 1fr .6fr 1fr 1fr .6fr 1fr; */
    grid-template-columns: repeat(6, 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: 38px;
    text-align: center;
    line-height: 1.4;
    padding-bottom: 1rem;
}

#footer-lp h2>span {
    display: block;
    font-size: 25px;
    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: 160px;
}

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

.hlTxtBox {
    font-weight: 600;
    padding: 0px 5px;
    width: fit-content;
    margin: auto;
    display: block;
    background-color: #f7ffff;
    color: #009690;
    border-radius: 10px;
    font-size: 20px;
}

.hlTxt {
    color: #016b68;
    font-weight: 600;
}

.benefit-box {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 22px;
    padding: 2rem;
}

.benefit-box h2 {
    font-weight: 600;
    color: #016b68;
}

.ben-points li {
    padding-block: 5px;
}

.ben-points li::marker {
    color: #f87b65;
    padding-top: 10px;
}

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


.info-box {
    background-color: white;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.2);
    /* border-radius: 16px; */
    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); */
}

.info-box h3 {
    /* min-height: 80px; */
    line-height: 130%;
    font-weight: 600;
    /* color:#242323; */
}

.info-box h3 span {
    display: block;
    font-size: 20px;
    font-weight: 300;
}

.point-area {
    min-height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.points-tick {
    width: 100%;
    padding-right: 1.5rem;
}

.point-area p.point-list {
    width: fit-content;
    /* margin-bottom: 10px; */
    margin-right: 20px;
}

.info-box p {
    margin-bottom: 5px;
    font-weight: 300 !important;
    font-size: 14px;
    padding-left: 15px;
    padding-top: 6px;
}

.info-box p span.box-cont {
    width: fit-content;
    margin: 0;
    padding: 1px 6px;
    border-radius: 3px;
    background-color: #fff;
    color: black;
}

.info-box p span.small-t {
    display: block;
    font-size: 12px;
}

@media (max-width:992px) {
    .info-box p span {
        display: block;
    }
}

.points-tick {
    padding-left: 10px;
    display: flex;
    gap: 5px;
    align-items: center;
}

.points-tick svg {
    min-width: 18px;
    width: 18px;
}

.popup-btn {
    display: block;
    margin-top: 25px;
    color: white;
    text-decoration: none;
    font-weight: 500;
    padding: 15px 30px;
    background-color: #009690;
    width: fit-content;
    border-radius: 12px;
}

.popup-btn:hover {
    background-color: #c98a09;
}

.modal-title-word {
    font-size: 20px;
    font-weight: 600;
}

.modal-title-word span {
    font-weight: 400;
    font-size: xx-large;
    display: block;
    color: #016b68;
    font-weight: 600;
}

#bottom-bar {
    background-color: #22242b;
    padding-block: 2rem;
}




.enq-now-float-btn {
    /* position:fixed;
    right:0;
    top:50%;
    transform: translateY(-50%);
    z-index: 9999; */
    position: fixed;
    margin: 0;
    display: flex;
    justify-content: center;
    top: 65%;
    right: 0;
    transform: translateY(-10%);
    z-index: 99999999;
}

.enq-now-float-btn a {
    /* padding:20px;
    text-decoration: none;
    color:white;
    background-color: #191c24;
    display: flex;
    align-items: center;
    gap: 20px;
    border:1px solid #fff3;
    transform-origin: right;
    transition: .3s;
    transform: translateX(120px); */

    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 {
    /* transform: scale(1.1);
    gap: 10px; */
    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;
}

.enq-now-float-btn a:hover svg {
    transform: scale(1) rotate(-5deg);
}

.clause {
    font-size: 12px;
    font-weight: 300;
    display: block;
}

/*Text slide show*/
#text-slider-sec {
    padding-block: 2rem !important;
}

.text-slider-container {
    box-shadow: 0 26px 58px 0 rgba(0, 0, 0, .22), 0 5px 14px 0 rgba(0, 0, 0, .18);
}

#carousel_3.text-slider-car.owl-carousel .owl-stage-outer {
    padding-top: 0;
}

@media(min-width:992px) {
    .border-right-dark {
        padding-right: 2rem;
        border-right: 1px solid #45454540;
    }
}

/*End Text slider */


/* Application process start */
.process-graph {
    max-width: 1000px;
}

.process-item-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.pro-item {
    display: flex;
    gap: 20px;
    align-items: start;
    padding: 1rem;
}

.pro-item.box {
    border: 1px solid #0004;
    border-radius: 16px;
}

.img-block img {
    height: 100px;
}

.number-container h1,
.step-description p,
.step-description h3 {
    margin: 0;
}

.number-container h1 {
    font-weight: 800;
    font-size: 60px;
    line-height: 1;
    color: #009690;
}

.step-description p {
    font-size: 14px;
}

.arrow-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrow-svg {
    height: 50px;
}

.arrow-svg path {
    fill: #0005
}

.arrow-svg.trans {
    transform: scaleX(-100%);
}

@media (max-width:992px) {
    .process-item-container {
        grid-template-columns: 1fr;
    }

    .pro-item.box {
        flex-wrap: wrap;
    }

    .img-block {
        width: 80px;
    }

    .img-block img {
        height: 50px;
    }

    .arrow-box {
        display: none;
    }

}

#hero {
    padding-top: 100px;
}

#enqFormArea {
    scroll-padding-top: 100px;
    scroll-margin-top: 100px;
}

/* faq css starts */

.faq-container {
    margin: 80px auto;
    border-radius: 15px;
    padding: 30px;
    background: #f8f8f8;
}

.accordion-item {
    border: none;
    background: transparent;
    margin-bottom: 10px;
}

.accordion-button {
    border-radius: 25px;
    background-color: #f8f8f8;
    color: #4a4a4a;
    font-weight: 500;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #3f3f3f;
}

.accordion-body {
    color: #333;
    background: white;
    border-radius: 15px;
    padding: 15px 20px;
    max-width: 96%;
    margin: 0 auto; 
}

.section-title {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.section-subtitle {
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
    color: #dcdcdc;
}

.accordion-button:focus {
    box-shadow: none;
    outline: none;
}

/* faq css ends */
