button,
a {
    all: unset;
}

p,
li {
    font-weight: 300;
}

.star_bullet {
    list-style: none;
}

.star_bullet>li {
    position: relative;
    margin-bottom: 12px;
}

.caveat {
    font-size: 13px;
    font-style: italic;
}

.quote {
    font-size: 20px;
}

.star_bullet>li::after {
    content: "";
    background-image: url(/study-at-ihna/domestic/diploma-nursing-brisbane/assets/star.svg);
    background-size: contain;
    position: absolute;
    width: 25px;
    aspect-ratio: 1 / 1;
    top: 0;
    left: -30px;
}

.logo_header_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-block: 30px;
}

.ihna_logo {
    max-height: 80px;
}

.sub_logos {
    max-height: 60px;
}

.sub_logos_container {
    display: flex;
    gap: 1rem;
}

@media (max-width:500px) {
    .ihna_logo{
        max-height: 50px;
    }
    .sub_logos_container .enquire_button{
        display: block !important;
    }
    .sub_logos{
        display: none;
    }
    header{
        position: fixed;
        width: 100%;
        z-index: 40;
        background: white;
    }
    #hero_section{
        padding-top: 90px;
    }
}

#hero_section {
    background: var(--primary);
}

.hero_grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 2rem;
    align-items: start;
}

.badge {
    color: var(--secondary) !important;
    width: fit-content;
    padding: 10px 20px;
    background: #ffb70033;
    border-radius: 500px;
    font-size: 14px;
}

.hero_content {
    grid-column: span 3 / span 3;
    display: grid;
    gap: 0.5rem;
    padding-block: 3rem;
    align-content: start;
    align-items: center;
}

.hero_content h1 {
    font-weight: bold;
    color: var(--secondary);
}

.hero_content p {
    color: white;
}

.hero_content .funding_text {
    font-size: 20px;
    color: var(--secondary);
}

.hero_image,
.hero_form {
    grid-column: span 2 / span 2;
}

.hero_image .animation_container {
    display: flex;
    gap: 0.25rem;
    width: 100%;
    height: 100%;
}

.hero_image .common {
    /* background: #00000027; */
    width: 100%;
    height: 100%;
    border-radius: 12px;
    animation-name: to_full;
    position: relative;
    overflow: clip;
}

.hero_image .common img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hero_image .common:nth-child(1) {
    /* background: red; */
    flex-basis: 100%;
    aspect-ratio: 9/9.3;
}

.hero_image .common:nth-child(2) {
    background: green;
    flex-basis: 25%;
    animation-delay: 1.5s;
}

.hero_image .common:nth-child(3) {
    flex-basis: 25%;
    background: blue;
    animation-delay: 3s;
}


.hero_content button {
    background: #ffffff10;
    border: 1px solid white;
    color: white;
    border-radius: 400px;
    width: fit-content;
    padding-block: 20px;
    padding-inline: 30px;
    display: flex;
    gap: 0.5rem;
    height: fit-content;
    align-items: center;
    transition: background 0.15s, transform 0.15s, border 0.15s;
}

.hero_content button:hover {
    background: var(--secondary);
    transition: background 0.15s, transform 0.15s, border 0.15s;
    transform: scale(103%);
    border: 1px solid var(--secondary);
}

.hero_content button:hover p {
    color: black;
}

.hero_content button:hover path {
    fill: black;
}

.hero_content button p {
    margin-bottom: 0;
    font-size: 16px;
}

.hero_form form {
    background: white;
    padding: 25px;
    border-radius: 12px;
    height: 100%;
}

.hero_form .form_heading span {
    font-size: 14px;
    display: block;
}

.hero_form .form_heading h4 {
    text-align: center;
    font-weight: 500;
    color: var(--primary);
}

.hero_form input,
.hero_form select {
    /* border: 1px solid var(--primary); */
    padding: 8px;
    border-radius: 6px;
    border: 1px solid rgba(0, 63, 74, 0.10);
    background: #F6F6F6;
}

.hero_form .field_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
    gap: 15px;
    margin-top: 20px;
}

.hero_form .field_grid .span_2 {
    grid-column: span 2 / span 2;
}

.hero_form p {
    color: var(--primary);
    font-size: 14px;
}

.hero_form button, .hero_form input[type='submit'] {
    border-radius: 40px;
    background: #FFB700;
    padding: 15px 30px;
    width: fit-content;
    height: fit-content;
    margin-left: auto;
    margin-right: auto;
    border: none;
    transition: transform 0.25s;
}

.hero_form button:hover, .hero_form input[type='submit']:hover {
    transform: scale(103%);
    transition: transform 0.25s;
}

#quick_details_section {
    margin: 0;
    padding: 0;
}

.quick_details {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.quick_details .detail_common {
    padding: 40px;
}

.quick_details .detail_1 {
    background: #E5ECED;
}

.quick_details .detail_2 {
    background: #CCD9DB;
}

.quick_details .detail_3 {
    background: #B2C5C9;
}

#quick_details_section .detail_container {
    display: flex;
    align-items: center;
    color: var(--primary);
    justify-content: center;
    height: 100%;
}

#quick_details_section .detail_container p {
    margin: 0;
}

#quick_details_section .detail_container .detail_heading {
    padding: 10px;
    border-right: 1px solid var(--primary);
    font-size: 13px;
}

#quick_details_section .detail_container .detail_content {
    padding: 10px;
    font-weight: 600;
    display: grid;
    gap: 5px;
}

.detail_content p {
    margin-bottom: 0;
}

.detail_content b {
    font-weight: 600;
}

#quick_details_section .detail_container .detail_content span {
    font-weight: normal;
    font-size: 14px;
    display: block;
}

@media (max-width: 992px) {
    #hero_section .hero_grid .hero_content {
        grid-column: span 7 / span 7;
    }

    #hero_section .hero_grid .hero_image {
        grid-column: span 4 / span 4;
    }

    #hero_section .hero_grid .hero_form {
        grid-column: span 3 / span 3;
    }
}

@media (max-width:650px) {
    #hero_section .hero_grid .hero_image {
        grid-column: span 7 / span 7;
        min-height: 400px;
    }

    #hero_section .hero_grid .hero_form {
        grid-column: span 7 / span 7;
    }

    #quick_details_section .detail_container {
        display: block;
    }

    #quick_details_section .detail_container .detail_heading {
        border: none;
        border-bottom: 1px solid var(--primary);
    }

    .quick_details {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .sub_logos.e4e {
        display: none;
    }
}

#highlights_section .container {
    /* text-align: center; */
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.28);
}

#highlights_section h2 {
    text-align: center;
}

#highlights_section .highlights_grid {
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* justify-content: center; */
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

#highlights_section .highlights_grid .highlight_item {
    /* max-width: 500px; */
    /* border: 1px solid rgba(0, 0, 0, 0.111); */
    padding: 20px 30px;
    border-radius: 20px;
    font-size: 15px;
    display: grid;
    align-content: end;
    isolation: isolate;
    position: relative;
    overflow: clip;
}

.highlight_item_after::after {
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.601) 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
}

.nurse_bg {
    background-image: url("/study-at-ihna/domestic/diploma-nursing-brisbane/assets/key_nurse.png");
    background-position: top center;
}

.facilities_bg {
    background-image: url("/study-at-ihna/domestic/diploma-nursing-brisbane/assets/key_room.png");
    background-position: top center;
}

/* #highlights_section .highlights_grid .highlight_item.card_align_bottom{
    align-content: end;
} */
#highlights_section .highlights_grid .highlight_item:nth-child(1) {
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
}

#highlights_section .highlights_grid .highlight_item:nth-child(2),
#highlights_section .highlights_grid .highlight_item:nth-child(6) {
    grid-column: span 2 / span 2;
    grid-row: span 1 / span 1;
}

#highlights_section .highlights_grid .highlight_item:nth-child(3),
#highlights_section .highlights_grid .highlight_item:nth-child(5) {
    grid-column: span 3 / span 3;
    grid-row: span 1 / span 1;
}

#highlights_section .highlights_grid .highlight_item:nth-child(4) {
    grid-column: span 1 / span 1;
    grid-row: span 2 / span 2;
}

#highlights_section .highlights_grid .highlight_item h3 {
    font-size: 18px;
    z-index: 2;
    /* color: white; */
}

#highlights_section .highlights_grid .highlight_item svg {
    width: 50px;
    z-index: 2;

}

#highlights_section .highlights_grid .highlight_item p {
    margin: 0;
    color: rgb(105, 105, 105);
    z-index: 2;
    /* color: white; */
}
.d-button{
    color: white;
    background-color: var(--primary);
    padding: 20px;
    border-radius: 10px;
    width: -webkit-fill-available;
}
.mobile_button_container{
    position: relative;
    width: 100%;
}
.icon_abs{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width:1200px) {
    #highlights_section .highlights_grid{
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-template-rows:auto;
    }
    #highlights_section .highlights_grid .highlight_item {
        grid-column: span 1 / span 1 !important;
        grid-row: span 1 / span 1 !important;
        padding-top: 100px;
        background-image: top center !important;
    }
    .key_awardees{
        object-position: top center !important;
    }
}

@media (max-width:768px) {
    #highlights_section .highlights_grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows:auto;
    }
}
@media (max-width:450px) {
    #highlights_section .highlights_grid .mobile_full{
        grid-column: span 2 / span 2 !important;
    }
}

.tab_container {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: start;
    gap: 1rem;
    padding-bottom: 70px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}

.tab_container .main.nav {
    grid-column: span 1 / span 1;
    background-color: var(--primary);
    border-radius: 20px;
    overflow: clip;
}

.tab_container .main.nav .nav-link {
    border-radius: 0;
    transition: padding 0.2s;
    padding-block: 1rem;
    font-weight: 200;
}

.tab_container .main.nav .nav-link[aria-selected="true"] {
    background: var(--secondary);
    padding-block: 1rem;
    color: var(--primary);
    font-weight: bold;
}

@media (max-width:992px) {
    .tab_container {
         grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .tab_container .main.nav, .tab_container .tab-content{
    grid-column: span 1 / span 1;
        
    }
}

.enquiry_button_container {
    display: grid;
    align-items: center;
    justify-items: center;
    padding: 10px;
}

.enquire_button {
    border-radius: 500px;
    width: 90%;
    text-align: center;
    padding-inline: 1rem;
    padding-block: 0.5rem;
    color: var(--secondary);
    border: 1px solid var(--secondary);
    cursor: pointer;
}
a.enquire_button:hover{
    color:white;
}
a.enquire_button.top{
    background-color: var(--secondary);
    color: white;
    font-weight: 600;
}
a.enquire_button.top:hover{
    color:white;
    background-color: #dca006;
}

.tab_container .main.nav .nav-link[aria-selected="false"] {
    color: white;
}

.tab-content {
    grid-column: span 3 / span 3;
}

.fixed_menu_container .fixed_menu_content h2:not(.accordion *) {
    margin-bottom: 1rem;
}

.fixed_menu_content .fixed_menu_section {
    padding-bottom: 40px;
}

@media (max-width:992px) {
    .fixed_menu {
        display: none;
    }

    .fixed_menu_container .fixed_menu_content {
        grid-column: 1 / -1;
    }
    #enquiry{
        scroll-snap-type: y mandatory;
        scroll-padding-top: 135px;
        scroll-margin-top: 135px;
    }
    #enq-form{
        scroll-snap-type: y mandatory;
        scroll-padding-top: 135px;
        scroll-margin-top: 135px;
    }
}

#course_overview {
    border-bottom: 1px solid rgba(128, 128, 128, 0.287);
    margin-bottom: 50px;
}

#google_reviews {
    /* padding-top: 50px; */
}

#google_reviews .review_item {
    padding: 30px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.10);
    display: grid;
    gap: 1rem;
}

#google_reviews .owl-carousel .owl-stage-outer {
    padding-block: 20px;
}

#google_reviews .review_item .google_logo {
    width: 30px;
}

#google_reviews .review_item p {
    font-size: 15px;
    font-style: italic;
}

#google_reviews .review_item h3 {
    font-size: 15px;
    font-weight: 600;
}

#entry_requirements .nav {
    gap: 0.5rem;
}

#entry_requirements .nav-item button.nav-link {
    border: 1px solid var(--primary);
    font-size: 15px;
    color: var(--primary);
    border-radius: 10px;

}

#entry_requirements .nav-item button.nav-link:not(.active):hover {
    background: #fff5d6;
}

#entry_requirements .nav-item button.nav-link.active {
    background-color: var(--primary);
    color: white;
}

#entry_requirements .tab-content {
    border: 1px solid var(--primary);
    padding: 30px;
    border-radius: 12px;
}

@media (max-width:500px) {
    #entry_requirements .tab-content {
        padding: 15px;
    }
}

#job_opportunities {
    padding: 30px;
    border-radius: 12px;
    background: var(--primary);
}

#job_opportunities * {
    color: white;
}

#job_opportunities .stats_group {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
}

#job_opportunities p {
    margin: 0;
}

#job_opportunities .stats_group h3 {
    color: var(--secondary);
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 1px solid white;
}

#job_opportunities .opportunities_grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
    margin-top: 30px;
}

#job_opportunities .jobs_grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

#job_opportunities .jobs_grid p {
    font-weight: 500;
    font-size: 14px;
}

#job_opportunities .jobs_grid .job {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width:600px) {

    #job_opportunities .opportunities_grid,
    #job_opportunities .stats_group,
    #job_opportunities .jobs_grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

#faq .accordion .accordion-header button {
    /* width: calc(100% - ( 1.25rem *2 )); */
    padding: 1rem 0rem;
}

#faq .accordion .accordion-header {
    font-weight: normal;
}

#placements .placements_grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

#placements .placements_grid .happy_students {
    background-image: url("/study-at-ihna/domestic/diploma-nursing-brisbane/assets/placement-students.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 20px;
    position: relative;
    border-radius: 20px;
    isolation: isolate;
    overflow: clip;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.placement_textbox {
    width: 50%;
    margin-left: auto;
    background: rgba(255, 255, 255, 0.456);
    border-radius: 12px;
    padding: 10px;
    font-size: 14px;
}

/* .logos_marque_container{
    background: white;
    padding: 10px;
    display: flex;
    overflow: clip;
    width: 100%;
} */
/* .marquee{
    width: 100%;
 } */
.key_awardees {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    animation: fadeCycle 9s infinite;
}

@keyframes fadeCycle {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    30% {
        opacity: 1;
    }

    40% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.logo-carousel .item img {
    height: 50px;
    object-fit: contain;
}

.logo_carousel_container {
    background: white;
    padding: 10px;
    border-radius: 12px;
}

.stats {
    margin-top: 50px;
}

.stats h3 {
    font-weight: bold;
    color: var(--primary);
}

.stats_grid {
    display: flex;
    gap: 1rem;
    align-items: start;

}

.states_grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.state_item {
    border-radius: 12px;
    border: 1px solid var(--primary);
    padding: 12px;
}

.state_symbol {
    background: #DBF9FF;
    padding: 12px;
    border-radius: 12px;
    display: grid;
    place-content: center;
}

.state_item h4 {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 14px;
    color: var(--primary);
}

.state_item p {
    margin-bottom: 0;
    font-size: 40px;
    font-weight: bold;
    color: var(--primary);
}

.state_item svg {
    height: 80px;
}

.average_time {
    background: #ffb70014;
    border-radius: 12px;
    border: 1px solid var(--secondary);
    padding: 20px;
}

.average_time p {
    font-weight: bold;
    text-align: center;
    color: var(--secondary);
}

.average_image_grid {
    display: grid;
    justify-content: center;
    gap: 1rem;
}

@media (max-width:1200px) {
    .states_grid{
        grid-template-columns: repeat(3, minmax(0, 1fr));

    }
}
@media (max-width:768px) {
    .stats_grid{
       flex-wrap: wrap;

    }
}
@media (max-width:500px) {
    .states_grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .state_item p {
        font-size: 30px;
    }
}

#placements .partners_logo_box {
    /* display: grid; */
    gap: 1rem;
}

#placements .placements_grid .happy_students:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
    inset: 0;
}

#placements .placements_grid .placement_hours {
    background: #ffb70015;
    border: 1px solid #ffb7006f;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
    margin-bottom: 1rem;
}

#placements .placements_grid .partners_box {
    padding: 20px;
    /* width: 100%; */
    /* display: grid; */
    gap: 1rem;
    border-radius: 20px;
    background: var(--primary);
    color: white;
}

#placements .placements_grid .placement_hours .hours {
    font-size: 60px;
    font-weight: bolder;
    color: var(--secondary);
}


@media (max-width:768px) {
    #placements .placements_grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

/* 
#placements .nurse_image{
    border-radius: 12px;
}
#placements .highlighted_hours{
    font-size: 40px;
    font-weight: bold;
    color: var(--secondary);
}
#placements .placement_image_containers{
    max-width: 500px;
    margin-top: 30px;
}
@media (max-width:768px) {
    #placements .placements_grid{
        grid-template-columns: repeat(1, minmax(0, 1fr));
        margin-bottom: 1rem;
    }
} */
.quote_before_footer {}

.quote_before_footer h2 {
    text-align: center;
}

footer {
    padding-block: 40px;
    background: var(--primary);
}

.footer_logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;

}

.footer_logos .ihna_logos {
    display: flex;
    gap: 1rem;
}

.footer_logos .accreditation_box {
    background: white;
    display: flex;
    padding: 30px;
    border-radius: 12px;
    align-items: center;
    gap: 1rem;
}

footer h2 {
    color: white;
}

.horizontal_divider {
    height: 1px;
    width: 100%;
    background: rgba(255, 255, 255, 0.359);
}

footer .legal_entity {
    text-align: center;
    margin-top: 20px;
    max-width: 900px;
    color: white;
    font-size: 13px;
    margin-inline: auto;
}

@media (max-width:992px) {
    .footer_logos {
        flex-wrap: wrap;
        gap: 2rem;
    }
    .tab_container{
        padding-bottom: 0rem;
        border-bottom: none;
    }
    .tab_container .tab-content{
        margin-bottom: 0;
        padding-bottom: 0;
    }
    section.tab-section, section.bottom-text{
        padding-block: 1rem;
    }
    section.bottom-text{
        padding-top: 0;
    }
}

@media (max-width:500px) {
    .footer_logos .ihna_logos svg {
        width: 150px;
    }

    .footer_logos .accreditation_box {
        flex-wrap: wrap;
    }

    .footer_logos .accreditation_box img,
    .footer_logos .accreditation_box p {
        flex-basis: 100%;
        max-width: 150px;
    }
}

.mb-n2 {
    margin-bottom: -2rem;
}
