* {
    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: 140px;
}


/*  */

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

.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: #EF971B;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

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

.hero-txt h2 {
    font-weight: 700;
    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: 2rem;
}

.hero-txt h2 span {
    font-weight: 800;
    color: #EF971B;
}

.hero-txt .admi-open {
    background-color: #03747F;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: .75rem 2rem;
    width: fit-content;
    border-radius: 100px;

}

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

.hero-txt .admi-open p:first-child {
    border-bottom: 1px solid #fff;
    padding-bottom: 7px;
}

.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: .5rem;
    height: 70px;
    width: 100%;
    margin-bottom: 1rem;
    border-bottom: 2px dashed #333;
    display: flex;
    align-items: center;
    gap: 15px;
}

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

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



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

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(25%);
    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; */
}

/*  */

.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: #000;
    z-index: 0;
    /* 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;
    position: relative;
}

.about-programme .about-pro-img img {
    height: 365px;
    width: 50%;
    object-fit: cover;
}

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

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

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

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

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



/*  */
.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: #EF971B;
    color: #fff;
    padding: 12px 40px;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
}

.highlight {
    animation: formanimation 2.5s linear;
}

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

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

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

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

.about-details img,
.about-bic img {
    height: 300px;
    width: 90%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border: 2px solid white;
    border-radius: 5px;
    /* object-fit: cover; */
}

.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: #F2994A;
    padding: 3rem 0;
    /* 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: stretch;
    flex-wrap: wrap;

}

.testi-card {
    width: calc(50% - 30px);
    padding: 2rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

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

.testi-card h5 {
    margin-bottom: 1rem;
}

.testi-author {
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
    gap: 25px;
}

.testi-author-img {
    height: 120px;
    width: 120px;
}

.testi-author-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.faqs {
    padding: 3rem 0;
}

.footer {
    background-color: #535353;
}

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

.copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #282727;
    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;
}