/* .main-study {
    background-image: url('../img/b_our_program.png');
    width: 100%;
    background-size: cover;
    height: 500px;
    position: relative;
    top: 0;
    background-position: 80%;
}

.main-our-program {
    background-image: url('../img/b_our_program.png');
    width: 100%;
    background-size: cover;
    height: 500px;
    position: relative;
    top: 0;
    background-position: 80%;
} */
.hero-wrap {
    position: relative;
    overflow: hidden;
    /* border-bottom: 1px solid rgba(15, 23, 42, .06); */
}
.main-study {
    height: 500px;
    display: flex;
    align-items: center;
    position: relative;
    background: linear-gradient(105deg, rgba(98, 79, 194, 0.85), rgba(2, 6, 23, 0)),
    url("../img/b_our_program.png") center/cover no-repeat;
}

.main-our-program {
    height: 500px;
    display: flex;
    align-items: center;
    position: relative;
    background: linear-gradient(105deg, rgba(98, 79, 194, 0.85), rgba(2, 6, 23, 0)),
    url("../img/b_our_program.png") center/cover no-repeat;
}

.main-study::before, .main-our-program::before {
    content: "";
    position: absolute;
    inset: -2px;
    background:
        radial-gradient(900px 520px at 18% 18%, rgba(13, 110, 253, .35), transparent 60%),
        radial-gradient(900px 520px at 78% 22%, rgba(255, 193, 7, .25), transparent 60%);
    mix-blend-mode: screen;
    opacity: .8;
    pointer-events: none;
}

/* .main-study::after, .main-our-program::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 120px;
    background: linear-gradient(to bottom, transparent, rgba(248, 250, 252, 0.548));
    pointer-events: none;
} */

.info-card-2 {
    background-color: #f8f8f8;
    transition: all 0.3s ease;
    height: auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;

}

.info-card-2:hover {
    transform: translateY(3px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.info-card-2 img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.info-card-2 .card-body {
    padding: 20px;
}

.info-card-2 a {
    text-decoration: none;
    color: var(--blue);
    font-weight: 600;
    font-size: 0.9rem;
}

.table-wrapper {
    background: var(--white);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    font-size: 15px;
    background: rgb(190, 27, 27);
}

.table thead th {
    background-color: var(--blue) !important;
    color: #fff !important;
    padding: 15px;
    font-weight: 600;
    vertical-align: middle;
    font-size: 19px;
}

td {
    padding: 18px;
    vertical-align: middle;
    border: 1px solid #ddd;
    font-size: 19px;
}

.side-img-left {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 250px;
}

.side-img-right {
    position: absolute;
    right: 0;
    top: 50px;
    width: 200px;
}

@media(max-width: 992px) {

    .side-img-left,
    .side-img-right {
        display: none;
    }
}


/* .calendar-title {
    font-size: 3rem;
    font-weight: bold;
} */

.month {
    /* border: 1px solid #ccc; */
    padding: 10px;
    /* margin-bottom: 25px; */
    height: 260px;
    margin-top: 25px;

    background: var(--white);
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.month:hover,
.box-holiday:hover, .box-term:hover {
    transform: translateY(5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.month h5 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    font-size: 16px;
}

/* .day-name {
    font-weight: bold;
    color: var(--yellow);
    font-size: 16px;
} */

.day-number {
    padding: 2px 0;
}



.box-holiday,
.box-term {
    background: var(--white);
    color: #000;
    padding: 25px;
    min-height: 220px;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  
}


.enrolment-section {
    background-color: #fff;
    color: #000;
}

.circle-img {
    width: 230px;
    height: 230px;
    border: 10px solid var(--yellow);
    /* brown border */
    border-radius: 50%;
    overflow: hidden;
}

.circle-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.circle-img:hover img {
    transform: scale(1.05);
}

h1 {
    font-size: 3rem;
}

.lead {
    /* font-size: 1.25rem; */
    max-width: 900px;
    margin: 0 auto;
}

.gep-section {
    padding: 80px 0;
    background-color: #e8ece9
}

.box-gep {
    display: flex;
    justify-content: end;
}

.gep-title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.gep-description {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #000;
    max-width: 600px;
}

.gep-image {
    /* width: 100%; */
    width: 450px;
    height: 450px;
    border-radius: 50%;
    object-fit: cover;
}

@media (max-width: 991px) {
    .gep-title {
        text-align: center;
    }

    .gep-description {
        margin: 0 auto;
        text-align: center;
    }

    .gep-image {
        display: block;
        margin: 40px auto 0;
    }
}

/* ------- */
.eap-section {
    display: flex;
    align-items: center;
    justify-content: center;
    /* min-height: 100vh; */
    padding: 50px;
    background-color: #fff;
}

.image-container {
    overflow: hidden;
    border-top-left-radius: 50% 30%;
    border-top-right-radius: 50% 30%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    max-width: 500px;
}

.image-container img {
    width: 100%;
    transition: transform 0.8s ease;
    border-radius: 200px 200px 0 0;
}

.image-container:hover img {
    transform: scale(1.08);
}

.eap-text {
    padding-left: 60px;
}

.eap-text h1 {
    font-weight: 700;
    font-size: 3rem;
    margin-bottom: 20px;
}

/* .eap-text p {
    color: #333;
    font-size: 1.05rem;
    line-height: 1.7;
} */

.eap-text .fee {
    margin-top: 20px;
    font-weight: 500;
    font-size: 1.1rem;
}

@media (max-width: 992px) {
    .eap-section {
        flex-direction: column;
        text-align: center;
    }

    .eap-text {
        padding-left: 0;
        margin-top: 40px;
    }
}


.course-section {
    padding: 4rem 2rem;
}

.course-image {
    width: 100%;
    border-radius: 8px;
}

.course-text {
    font-size: 1.1rem;
    line-height: 1.8;
}

.learn-more-btn {
    border: 2px solid #000;
    border-radius: 0;
    background: transparent;
    color: #000;
    padding: 0.75rem 2rem;
    letter-spacing: 2px;
    font-weight: 500;
}

.learn-more-btn:hover {
    background-color: #000;
    color: #fff;
}

/* ----------- */
.text-animate {
    font-size: 3em;
    animation: moveUp 2s ease-in-out forwards;
}

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

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}


.hero-section {
    background: url('https://images.pexels.com/photos/2845013/pexels-photo-2845013.jpeg') center/cover no-repeat;
    height: 456px;
    display: flex;
    align-items: center;
    color: white;
    position: relative;
}

/* .hero-section p {
    color: var(--white);
} */

.hero-overlay {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content-box {
    position: relative;
    z-index: 2;
    max-width: 600px;
    margin-left: 80px;
}

.future-section {
    display: flex;
    flex-wrap: wrap;
    /* background-color: #990033; */
    background-image: url(../img/bg-footer.png);
    /* maroon */
    color: white;
    align-items: stretch;
    background-position: 50%;
}

.future-text {
    flex: 1;
    padding: 80px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.future-text h1 {
    font-weight: 800;
    font-size: 2.8rem;
    line-height: 1.2;
    margin-bottom: 30px;
}

.future-text p {
    /* font-size: 1.05rem;
    line-height: 1.7; */
    margin-bottom: 20px;
}

.apply-btn {
    background: #fff;
    color: #000;
    font-weight: 700;
    border: none;
    padding: 15px 35px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
    width: fit-content;
}

.apply-btn:hover {
    background: #eaeaea;
    color: #000;
}

.future-image {
    flex: 1;
    background: url('https://images.pexels.com/photos/6237955/pexels-photo-6237955.jpeg') center/cover no-repeat;
    min-height: 400px;
}

@media (max-width: 992px) {
    .future-section {
        flex-direction: column;
    }

    .future-image {
        order: -1;
        height: 300px;
    }

    .future-text {
        padding: 50px 30px;
    }
}

/* --- */
.abroad,
.abroad-2 {
    background-color: var(--grey);
    height: 250px;
    transition: transform 0.3s ease;
    display: flex;
    margin: auto;
    overflow: hidden;
}

.abroad:hover,
.abroad-2:hover {
    /* transform: translateY(-5px); */
}

.abroad img {
    /* clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%); */
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
    overflow: hidden;
    /* height: 250px; */
}

.abroad-2 img {
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
    overflow: hidden;
    height: 250px;
}


@media (max-width: 768px) {

    .abroad,
    .abroad-2 {
        /* flex-direction: column; */
        /* height: 400px; */
        height: auto;
    }

    .abroad img {
        clip-path: none;
        /* height: 400px; */
    }

    .abroad-2 img {
        clip-path: none;
        /* height: 400px; */
    }
}













/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

    .main-study,
    .main-our-program {
        width: 100%;
        background-position: 85%;
        height: 31rem;
        position: relative;
        top: 0;
    }

}

/* `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

    .main-study,
    .main-our-program {
        width: 100%;
        /* background-position: 85%; */
        height: 31rem;
        position: relative;
        top: 0;
    }

}

/* `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

    .main-study,
    .main-our-program {
        width: 100%;
        background-position: 25%;
        height: 31rem;
        position: relative;
        top: 0;
    }


}

/* `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {

    .main-study,
    .main-our-program {
        width: 100%;
        /* background-position: 85%; */
        height: 31rem;
        position: relative;
        top: 0;
    }
}

/* `xxl` applies to x-large devices (large desktops, less than 1400px)
@media (max-width: 1399.98px) { ... } */