* {
    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: 85px;
    width: 100%;
    padding: .75rem 3rem;
    /* position: absolute; */
}

.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 10px;
    color: #000;
    font-size: 15px;
    /* text-transform: uppercase; */
    font-weight: 500;
}

.header-wrapper nav ul li a {
    transition: all ease .2s;
}

.header-wrapper nav ul li a:hover {
    color: #C75FA4;
}

.logo {
    display: flex;
    align-items: center;
    gap: 30px;
}

.logo img {
    width: 300px;
}

.naac-txt {
    font-size: 15px;
}

.logo.side-logo img {
    width: 60px;
}

/*  */

.hero-section {
    /* height: 110vh; */
    width: 100%;
    background: url(imgs/ba1.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 6.5rem 0 0 0;
    position: relative;
    z-index: 0;
}

.hoverlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    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: #C75FA4;
    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);
}

.hero-txt h5 {
    margin-bottom: 2rem;
    color: #fff;
}

.hero-txt h2 span {
    font-weight: 800;
    color: #C75FA4;
}

.hero-txt .admi-open {
    background-color: #FFDEF2;
    color: #000;
    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 {}

.fwrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.form-container {
    height: fit-content;
    width: 80%;
    background-color: white;
    padding: 1.5rem 2rem 1rem 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-container form .form-row {
    margin-bottom: 12px;
}

.form-container form .form-row label {
    font-size: 15px;
    font-weight: 500;
    color: #C75EA3;
}

.form-logo img {
    width: 50%;
    height: 100%;
    object-fit: contain;
}

.input {
    width: 100%;
    margin-top: 5px;
    padding: 10px 10px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    background-color: #dadada;
    color: #C75EA3;
}

.input:active,
.input:focus {
    outline: none;
    border: none;
}

.form-row-two-con {
    display: flex;
}

.form-container form input[type="submit"] {
    padding: 10px 0;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
    border: none;
    border-radius: 5px;
    color: #000;
    background-color: #C75EA3;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .7px;
    cursor: pointer;
}



.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;
    display: flex !important;
    align-items: stretch !important;
}

.award-img-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.award {
    /* width: calc(100% - 30px); */
    border: 2px dashed #C75FA4;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    height: 200px;
    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: #C75FA4;
}

.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-img2 {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
}

.about-programme .about-pro-img img {
    height: 365px;
    width: 50%;
    position: relative;
    object-fit: cover;
}

.about-pro-img2-bg {
    height: 80%;
    width: 80%;
    background-color: #C75EA3;
    position: absolute;
    z-index: -1;
    border-radius: 8px;
    bottom: -30px;
    left: -30px;
}

.about-programme .about-pro-img2 img {
    height: 450px;
    width: 95%;
    object-fit: cover;
    object-position: top;
    border-radius: 8px;
    border: 2px solid #C75FA4;
}

.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 {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: .5rem;
}

.about-programme .wrapper ul li {
    font-size: 15px;
    margin-bottom: .5rem;
    list-style: decimal;
    list-style-position: inside;
    padding: 1rem;
    width: calc(50% - 0.5rem);
    background-color: #FFDEF3;
}



/*  */
.usp {
    padding: 3rem 0;
}

.usp-card {
    position: relative;
    height: 250px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: #FFDEF2;
    border-radius: 5px;
    color: #000;
    margin-bottom: 2rem;
}

.usp-num {
    background-color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    color: #C75FA4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 20px;
    position: absolute;
    top: -5%;
    left: -5%;
}

.usp-icon {
    height: 64px;
    width: 64px;
    margin-bottom: 1rem;
}

.usp-icon img {
    height: 100%;
    width: 100%;
}

.usp-card h5,
.usp-card p {
    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.cta-row {
    flex-direction: row;
}

.cta-line p {
    font-size: 18px;
    margin-bottom: 1rem;
    font-weight: 500;
}

.cta-line.cta-row p {
    margin-bottom: 0;
}

.cta-line button {
    border: none;
    background-color: #C75FA4;
    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: #FFDEF3;
    color: #000;
    margin-bottom: 3rem;
}

.about-details img,
.about-bic img {
    height: 350px;
    width: 85%;
    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%;
}


.placement-num-wrap {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.placement-num-wrap.first .placement-num-box {
    background-color: white;
}

.placement-num-wrap.first .placement-num-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.placement-num-box {
    width: calc(25% - 20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #C75FA4;
    padding: 2rem 1rem;
    color: #fff;
}

.placement-num-box p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 1rem;
}

.placement-num-box h5 {
    font-size: 26px;
    text-align: center;
}

/*  */

.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;
    border: 1px solid #C75FA4;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testi-card2 {
    width: calc(50% - 30px);
    padding: 2rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testi-card2::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;
    background-color: #C75FA4;
}

.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: #FFDEF3;
}

.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: #C75FA4;
    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;
}


.recruiters-container {
    height: fit-content;
    width: 100%;
    overflow-x: hidden;
}

.recruiters-wrapper {
    height: 100%;
    width: 100%;
    padding: 3rem 0 1.5rem 0;
}

.recruiters-heading {
    position: relative;
    height: fit-content;
    width: 100%;
    margin-bottom: 20px;
}

/* .recruiters-heading::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 10%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgb(0, 0, 0) 100%);
    border-radius: 0px 0px 50px 0px;
    z-index: 2;
}

.recruiters-heading::after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    height: 100%;
    width: 10%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgb(0, 0, 0) 100%);
    border-radius: 0px 0px 0px 50px;
    z-index: 2;
} */

.recruiters-heading h1 {
    font-size: 50px;
    text-align: center;
    padding-top: 20px;
}

.recruiters-wrapper .logo-slider {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
}

.logo-slide-track {
    display: inline-block;
    white-space: nowrap;
    animation: 35s logoSlide infinite linear;
}

.logo-slide-track .logo-slide {
    height: 100px;
    width: 120px;
    margin: 0 30px;
    display: inline-block;
}

.logo-slide-track .logo-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 3/2;
}

.object-con {
    object-fit: contain !important;
}

.logo-slider::before,
.logo-slider::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 5%;
    z-index: 2;
    pointer-events: none;
}

.logo-slider::before {
    left: 0;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.logo-slider::after {
    right: 0;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

@keyframes logoSlide {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translatex(-100%)
    }
}

@media (max-width: 768px) {
    .recruiters-heading h1 {
        font-size: 30px;
        text-align: center;
        padding-top: 20px;
    }

    .recruiters-heading::before {
        display: none;
    }

    .recruiters-heading::after {
        display: none;
    }
}

#goToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    background-color: #C75EA3;
    color: white;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    display: none;
    transition: opacity 0.3s, transform 0.3s;
}

#goToTop:hover {
    background-color: #c7469a; 
    transform: scale(1.1);
}
