* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}

html,
body,
.page-wrapper {
    height: 100%;
    width: 100%;
    position: relative;
}

a {
    text-decoration: none;
    color: #000;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
}

.header {
    height: fit-content;
    width: 100%;
    padding: .75rem 3rem;
    /* position: absolute; */
    background-color: #ffffff36;
}

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-wrapper nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-wrapper nav ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}

.logo {
    display: flex;
    align-items: center;
    gap: 30px;
}

.logo img {
    width: 180px;
}


/*  */

.hero-section {
    /* height: 110vh; */
    width: 100%;
    background: url(imgs/Home\ Banner\ Image_Edit.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 2rem 0 0 0;
    position: relative;
    z-index: 0;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5) !important;
    z-index: -1;
}

.hero-txt {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-txt .hashtag {
    font-size: 26px;
    font-weight: 700;
    display: flex;
    align-items: center;
    color: #ffc107;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.hero-txt .hashtag span {
    font-size: 45px;
    font-weight: 900;
}

.hero-txt h2 {
    font-weight: 700;
    font-style: italic;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5),
        4px 4px 8px rgba(0, 0, 0, 0.3),
        6px 6px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: .75rem;
    font-size: 26px;
}

.hero-txt p {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.hero-txt h2 span {
    font-weight: 800;
    color: #DB3737;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.hero-txt .admi-open {
    background: linear-gradient(to right, #242D65, #4A5591);
    border: 2px solid #fff;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: .75rem 2rem;
    width: fit-content;
    border-radius: 100px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    text-align: center;
    margin-bottom: .8rem;
    /* margin: 0 auto; */
}

.hero-txt .admi-open p {
    margin-bottom: 0;
}

.hero-logo {
    background-color: white;
    border-radius: 100px;
    overflow: hidden;
    padding: .5rem 1rem;
}

.fs-16 {
    font-size: 16px;
    font-weight: 600;
}



.fwrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.form-container {
    height: fit-content;
    width: 90%;
    background-color: black;
    padding: 1rem 2rem 3rem 2rem;
}

.mobile-form {
    display: none;
}

.form-logo {
    padding: 0 0 .5rem 0;
    height: 70px;
    width: 100%;
    margin-bottom: 1rem;
    border-bottom: 2px dashed #333;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.form-row-two-con {
    display: flex;
}



.form-row.two {
    width: 50%;
}

.form-logo img {
    width: 50%;
    height: 100%;
    object-fit: contain;
}

.input {
    width: 100%;
    margin-bottom: .5rem;
    border: none;
    padding: 5px;
    background-color: transparent;
    border-bottom: 1px solid #333;
    color: #fff;
    transition: all ease .2s;
}

.input:active,
.input:focus {
    outline: none;
    border: none;
    border-bottom: 1px solid #fff;
}

select option {
    background-color: black;
}

.submitBtn {
    padding: 10px 22px;
    font-size: 15px;
    font-weight: 500;
    border: none;
    border-radius: 5px;
    margin-top: 1.5rem;
}

/* programme detail */

.programme-detail {
    /* padding: 3rem 0; */
    margin-top: 3rem;
    background-color: #00000049;
}

.programme-detail.m {
    display: none;
}

.programme-detail .wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.pro-box {
    height: 100px;
    width: calc(20%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-right: 2px solid #333;
}

.pro-box:last-child {
    border: none;
}

.pro-box h6 {
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
}

.pro-box p {
    text-align: center;
    font-weight: 500;
}

/*  */
.about-section {
    padding: 3rem 0;
}

.about-section .row {
    display: flex;
    align-items: stretch !important;
}

.about-right {
    height: 100%;
}

.about-left .wrapper {
    display: flex;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 2rem 1rem;
    background-color: #fff;
    border: 2px solid #dadada;
    height: 100%;
}

.about-left .wrapper h2 {
    width: 40%;
    text-align: center;
}

.about-left .edum-img {
    height: 60%;
    width: 120px;
    margin-left: 10px;
}

.about-left img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    margin-right: 10px;
}

.about-right {
    display: flex;
    align-items: center;
    height: 100%;
}

.about-right .wrapper {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 1rem;
    background-color: #fff;
    border: 2px solid #dadada;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-right .wrapper h4 {
    /* text-align: center; */
    /* margin-bottom: 1rem; */
}

.about-right .wrapper ul li {
    list-style-position: inside;
    font-weight: 500;
}

/*  */
.awards {
    padding: 3rem 0;
}

.awards h2 {
    text-align: center;
    margin-bottom: 1.5rem;
}

.owl-wrapper {
    padding: 1rem 0 !important;
}

.award-img-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.award {
    width: calc(100% - 30px);
    border: 2px dashed #EF971B;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    height: 290px;
    text-align: center;
    padding: 1rem;
    margin-right: 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.awrd-img {
    height: 80px;
    width: 50%;
    margin: 0 auto;
    background: url(imgs/decoration.png) no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #EF971B;
}

.awrd-img2 {
    width: 50%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.awrd-img2 img {
    width: 100%;
    display: inline-block;
}

.award h5 {
    margin-bottom: .35rem;
}

/*  */

.about-programme {
    padding: 3rem 0;
    /* background: url(https://img.freepik.com/free-photo/graduate-female-shows-like-with-her-friends-graduation-gowns-holding-diploma-smiling-camera_496169-1308.jpg?t=st=1720241240~exp=1720244840~hmac=555259409451515b554c5bcf2ce45459c5da2b17d43e025aa2978bb38704730e&w=740) no-repeat; */
    /* background-size: cover; */
    /* background-position: center center; */
    position: relative;
    color: #fff;
    z-index: 0;
    background-color: #242D65;
    /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); */
}

.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #00000063;
}

.about-programme .about-pro-img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.about-programme .about-pro-img img {
    height: 425px;
    width: 50%;
    object-fit: cover;
    border: 10px solid #fff;
}

.about-programme .about-pro-img img.img-2 {
    border: 10px solid #fff;
    position: absolute;
    right: 10%;
    top: 30%;
}

.about-programme .wrapper h3 {
    font-size: 22px;
    margin-bottom: .75rem;
}

.about-programme .wrapper p {
    font-size: 15px;
    margin-bottom: .5rem;
    font-weight: 400;
}

.mheading {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 2rem;
}

.about-programme .wrapper ul li {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: .25rem;
    list-style-position: inside;
    padding-left: 1.2em;
    text-indent: -1.2em;
}

.modules {
    display: flex;
    gap: 15px;
}



/*  */
.usp {
    padding: 3rem 0;
}

.usp-card {
    height: 250px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    background-color: #03747F;
    border-radius: 5px;
    color: #fff;
}

.usp-icon {
    height: 64px;
    width: 64px;
    margin-bottom: 1rem;
}

.usp-icon img {
    height: 100%;
    width: 100%;
}

.usp-card h5 {
    text-align: center;
}

.cta-line {
    margin-top: 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding: 1rem 0;
}

.cta-line p {
    font-size: 18px;
    margin-bottom: 1rem;
    font-weight: 500;
}

.cta-line button {
    border: none;
    background-color: #DB3737;
    color: #fff;
    padding: 12px 40px;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
}

.highlight {
    animation: formanimation 1.5s linear infinite;
}

@keyframes formanimation {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(.95);
    }

    100% {
        transform: scale(1);
    }
}

.admission-process .content-wrapper {
    padding-top: 2rem;
}

.hiw-sec {
    position: relative;
    /* padding: 1rem 0 0 2.5rem; */
}

.hiw-box-wrapper {
    /* padding: 20px; */
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hiw-box {
    width: calc(25% - 10px);
    display: flex;
    padding: 12px;
    /* flex-direction: column; */
    align-items: center;
    gap: 20px;
    border-radius: 10px;
    border: 1px solid transparent;
    background: var(--Untitled-Gradient-C1, linear-gradient(291deg, #F2F7FF -1.12%, #F8F3FF 112.2%));
    transition: border ease .5s !important;
}

.hiw-box:hover {
    border: 1px solid #012D47;
}

.hiw-box-2 {
    background: var(--Untitled-Gradient-C2, linear-gradient(291deg, #FFF9F5 -1.12%, #F8F3FF 112.2%));
}

.hiw-box-3 {
    background: var(--Untitled-Gradient-C3, linear-gradient(291deg, #FDFAF6 -1.12%, #F4F8FF 112.2%));
}

.hiw-box-4 {
    background: var(--Untitled-Gradient-C4, linear-gradient(291deg, #FFFCF5 -1.12%, #F4FCFF 112.2%));
}

.hiw-box-no i {
    text-align: center;
    /* font-family: "Poppins", sans-serif; */
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
}

.hiw-box-txt h4 {
    font-size: 20px;
}

/*  */
.about-details {
    padding: 3rem 0;
    background-color: #282727;
    color: #fff;
    margin-bottom: 3rem;
}

.about-details img,
.about-bic img {
    height: 325px;
    width: 100%;
    border: 5px solid #242D65;
    border-radius: 5px;
    object-fit: cover;
}

.about-bic-img {
    /* background-color: #DB3737; */
    width: 90%;
}

.about-bic .about-bic-img p {
    text-align: center;
    padding: 1rem;
    margin-top: 1rem;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    background-color: #242D65;
}

.about-details .certificate-img {
    height: 300px;
    width: 70%;
    margin: 0 auto;
    /* object-fit: contain; */
}

.about-details .cta-line button {
    background-color: white;
    color: #000;
}

.about-details p {
    width: 90%;
}

/*  */

.about-bic {
    background-color: #fff;
    padding: 3rem 0;
    color: #000;
    /* margin-bottom: 3rem; */
}

.opportunities {
    padding: 0 0 3rem 0;
}

/*  */
.certificate {
    padding: 3rem 0;
}

/*  */
.why-singapore {
    height: 60vh;
    width: 100%;
    background: url(https://images.unsplash.com/photo-1525625293386-3f8f99389edd?q=80&w=1504&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D) no-repeat;
    background-size: cover;
    /* background-position: center; */
    padding: 3rem 0;
    position: relative;
    z-index: 0;
}

.why-singapore h2 {
    color: #fff;
}

.why-wrapper {
    padding: 1rem;
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.why-card p {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 500;
}

.why-card p::before {
    content: '*';
    color: red;
    margin-right: 3px;
}

.why-wrapper ul li {
    color: #fff;
    font-size: 20px;
    margin-bottom: .75rem;
    font-weight: 500;
    display: flex;
    align-items: start;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.why-wrapper ul li::before {
    content: '\F078';
    font-family: Remixicon;
    font-size: 20px;
    transform: rotate(180deg);
    margin-right: 8px;
    color: #EF971B;
    text-shadow: 2px 2px 4px #ef971b67;
}

/*  */
.testimonials {
    padding: 3rem 0;
}

.testi-card-wrapper {
    display: flex;
    align-items: center;
}

.testi-card {
    width: calc(33% - 30px);
    height: 325px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-right: 30px;
}

.testi-card::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 100%;
    background-color: #343978;
}

.testi-card img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

.faqs {
    padding: 3rem 0;
}

.footer {
    background-color: #242D65;
}

.footer-wrapper {
    padding: 1.5rem 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-wrapper .logo1 {
    background-color: #dadada;
    padding: .5rem;
}

.footer-wrapper .logo1 img {
    width: 200px;
}

.copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #DB3737;
    padding: .5rem 0;
}

.copyright p {
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
}

.regis-no p {
    display: inline-block;
    width: fit-content;
    color: #fff;
    font-size: 12px;
}

.regis-no-wrapper {}

.regis-no-wrapper {
    display: flex;
    align-items: end;
}

.gallery-image {
    cursor: pointer;
    transition: transform ease-in .2s;
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 3rem;
}

.modal-content {
    display: block;
    width: 80%;
    max-width: 600px;
    max-height: 80%;
    margin: auto;
}

.close {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    right: 30px;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

#modalImg {
    height: 100%;
    width: 100%;
    /* object-fit: contain; */
}

.glow-rectangle-container {}

.glow-rectangle {
    position: relative;
    text-decoration: none;
    letter-spacing: .5px;
    font: 700 20px consolas;
    overflow: hidden;
    padding: .5rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.glow-rectangle p {}

.glow-rectangle span:nth-child(1) {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #bec9d3, #DC143C);
    animation: animate1 2s linear infinite;
}

@keyframes animate1 {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.glow-rectangle span:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 3px;
    background: linear-gradient(to bottom, #bec9d3, #DC143C);
    animation: animate2 2s linear infinite;
    animation-delay: 1s;
}

@keyframes animate2 {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(100%);
    }
}

.glow-rectangle span:nth-child(3) {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to left, #bec9d3, #DC143C);
    animation: animate3 2s linear infinite;
}

@keyframes animate3 {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.glow-rectangle span:nth-child(4) {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 3px;
    background: linear-gradient(to top, #bec9d3, #DC143C);
    animation: animate4 2s linear infinite;
    animation-delay: 1s;
}

.glow-rectangle p span {
    color: #DC143C;
}

@keyframes animate4 {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(-100%);
    }
}