/* container  */
.page-template-template-ug-home-new .mc-content-min {
    max-width: 1308px;
    padding: 0 12px;
}

/* section  */
.page-template-template-ug-home-new .n-section {
    padding: 64px 0;
}

/* btn */
.page-template-template-ug-home-new .mc-cta.n-btn {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    background-color: transparent;
    font-weight: 500;
    padding: 15px 23px;
    line-height: 1;
    letter-spacing: 1px;
    border: solid 1px rgba(14, 18, 20, 0.9);
    color: #000;
}

.page-template-template-ug-home-new .mc-cta.n-btn.n-btn-sm {
    color: #0E1214;
    background-color: transparent;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding: 12px 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1px;
    border: solid 1px #0E1214;
}

.page-template-template-ug-home-new .n-text-color1 {
    color: #0081FB !important;
}

/* border  */
.page-template-template-ug-home-new .n-border-bottom {
    border-bottom: 1px solid rgba(14, 18, 20, 0.2);
}

.page-template-template-ug-home-new .n-border-top {
    border-top: 1px solid rgba(14, 18, 20, 0.2);
}

/* highlight line  */
.page-template-template-ug-home-new .n-highlight-line1 {
    position: relative;
    padding-bottom: 27px;
}

.page-template-template-ug-home-new .n-highlight-line1::before {
    content: "";
    display: inline-block;
    background-color: #0081FB;
    width: 19%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.page-template-template-ug-home-new .n-quote1 {
    color: #0E1214;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 17px;
}

.page-template-template-ug-home-new .n-mb-24 {
    margin-bottom: 24px;
}

.page-template-template-ug-home-new .n-mb-32 {
    margin-bottom: 32px;
}

@media(min-width: 1200px) {
    .page-template-template-ug-home-new .col-xl-3 {
        width: 25%;
    }

    .page-template-template-ug-home-new .mb-xl-0 {
        margin-bottom: 0;
    }
}

@media(min-width: 768px) {
    .page-template-template-ug-home-new .text-md-end {
        text-align: end;
    }
}

/* n-col-gap1  */
.page-template-template-ug-home-new .row.n-col-gap1 {
    margin: 0 -12px;
}

.page-template-template-ug-home-new .row.n-col-gap1 div[class^="col"] {
    padding: 0 12px;
}

.page-template-template-ug-home-new h2 span {
    display: block;
    color: rgba(14, 18, 20, 0.8);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

/* .mcug-tutors-top  */
.page-template-template-ug-home-new .mcug-tutors-top {
    padding-top: 48px;
    padding-bottom: 24px;
}

/* mcug-quote-pic  */
.page-template-template-ug-home-new .mcug-quote-pic img {
    border: 0;
}

/* ug-nav  */
.page-template-template-ug-home-new .mc-ug-nav {
    display: flex;
    justify-content: space-between;
    height: 72px;
}

.page-template-template-ug-home-new .mcug-nav-links-left {
    column-gap: 48px;
}

@media(max-width: 520px) {
    .page-template-template-ug-home-new .mc-ug-nav {
        height: 56px;
    }
}

/* n-card1  */
.page-template-template-ug-home-new .n-card1 {
    background-color: #fff;
    padding: 24px 24px 40px;
    text-align: start;
    height: 100%;
}

.page-template-template-ug-home-new .n-card1 figure img {
    height: 300px;
    object-fit: cover;
}

.page-template-template-ug-home-new .n-card1 h2 {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: 2px;
    margin-bottom: 24px;
    text-align: start;
}

.page-template-template-ug-home-new .n-card1 p {
    color: #0E1214;
    font-size: 16px !important;
    margin-bottom: 32px;
    text-align: start;
}

.page-template-template-ug-home-new .n-card1 .n-inner-content {
    padding: 0 16px;
}

.page-template-template-ug-home-new .n-card1 .n-content-list {
    background-color: #fff;
    padding: 24px;
    margin-bottom: 24px;
    list-style: none !important;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    box-shadow: 0 5px 10px 0 rgba(166, 173, 201, 0.2);
    border-radius: 0;
    margin-top: -106px !important;
    position: relative;
    z-index: 1;
}

.page-template-template-ug-home-new .n-card1 .n-content-list li {
    margin: 0 !important;
}

.page-template-template-ug-home-new .n-card1 .n-content-list li h2 {
    color: #A7A9AC;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 12px;
}

.page-template-template-ug-home-new .n-card1 .n-content-list li p {
    color: #000;
    font-size: 16px !important;
    line-height: 1.2;
}

.page-template-template-ug-home-new .n-card1 .n-content-list li p:last-child {
    margin-bottom: 0;
}

@media(max-width: 767px) {
    .page-template-template-ug-home-new .n-card1 {
        padding: 16px;
    }

    .page-template-template-ug-home-new .n-card1 figure img {
        height: 250px;
    }

    .page-template-template-ug-home-new .n-card1 h2 {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .page-template-template-ug-home-new .n-card1 p {
        margin-bottom: 20px;
    }

    .page-template-template-ug-home-new .n-card1 .n-inner-content {
        padding: 0 8px;
    }

    .page-template-template-ug-home-new .n-card1 .n-content-list {
        padding: 16px;
        margin-top: -76px !important;
    }
}

@media(max-width: 575px) {
    .page-template-template-ug-home-new .n-card1 {
        padding: 10px;
    }

    .page-template-template-ug-home-new .n-card1 .n-content-list {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

/* mcug-unique  */
.page-template-template-ug-home-new .mcug-unique {
    gap: 24px;
}

.page-template-template-ug-home-new .mcug-unique div {
    padding: 24px;
    gap: 24px;
    place-content: start;
    place-items: start;
    text-align: start;
    position: relative;
}

.page-template-template-ug-home-new .mcug-unique div::before {
    content: "";
    display: inline-block;
    background: url("https://staticcdn.mbzuai.ac.ae/mbzuaiwpprd01/2025/08/n-image3.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 122px;
    height: 92px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.page-template-template-ug-home-new .mcug-unique div .n-icon1 {
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.page-template-template-ug-home-new .mcug-unique div .n-icon1 img {
    max-width: 32px;
}

.page-template-template-ug-home-new .ett h2 {
    padding-top: 32px;
}

.page-template-template-ug-home-new .ett-image img {
    padding: 32px 0;
    max-height: 550px;
    object-fit: cover;
}

/* mc-faq  */
.page-template-template-ug-home-new .mc-faq {
    padding-top: 48px;
    border-bottom: 1px solid rgba(14, 18, 20, 0.2);
    margin-bottom: 48px;
}

.page-template-template-ug-home-new .mc-faq h2 {
    margin-bottom: 24px;
}

.page-template-template-ug-home-new .mc-faq .expand-all-link {
    margin-bottom: 29px;
}

.page-template-template-ug-home-new .mc-faq .faq-wrapper {
    padding-top: 49px;
    border-left: 1px solid rgba(14, 18, 20, 0.2);
    border-right: 1px solid rgba(14, 18, 20, 0.2);
}

/* speaker-series */
.page-template-template-ug-home-new .section-01.speaker-series {
    padding-top: 40px;
    position: relative;
}

.page-template-template-ug-home-new .section-01.speaker-series h2 {
    margin-bottom: 40px;
}

.page-template-template-ug-home-new .section-01.speaker-series p.n-lead {
    color: #0E1214;
    font-size: 24px !important;
    font-weight: 300 !important;
    line-height: 1.3 !important;
    margin-top: 0 !important;
    margin-bottom: 42px !important;
}

.page-template-template-ug-home-new .section-01.speaker-series p.n-text-color1 {
    font-size: 20px !important;
}

.page-template-template-ug-home-new .section-01.speaker-series p {
    color: #0E1214;
    font-size: 19.2px !important;
    font-weight: 300 !important;
    margin-top: 0 !important;
    margin-bottom: 12px !important;
}

.page-template-template-ug-home-new .section-01.speaker-series::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: rgba(14, 18, 20, 0.2);
    position: absolute;
    top: 39px;
    left: 0;
    z-index: 1;
}

.page-template-template-ug-home-new .section-content {
    padding-bottom: 32px;
}

@media(max-width: 767px) {
    .page-template-template-ug-home-new .section-01.speaker-series h2 {
        margin-bottom: 24px;
    }

    .page-template-template-ug-home-new .section-01.speaker-series p.n-lead {
        margin-bottom: 20px !important;
    }
}

/* section-01-container  */
.page-template-template-ug-home-new .section-01-container {
    min-height: 40px;
}

/* n-follow-section  */
.page-template-template-ug-home-new .n-follow-section {
    border-top: 1px solid rgba(14, 18, 20, 0.2);
    padding-top: 48px;
}

.page-template-template-ug-home-new .n-follow-section h2 {
    margin-bottom: 24px;
}

.page-template-template-ug-home-new .n-follow-section figure img {
    height: 380px;
}

/* n-card2  */
.page-template-template-ug-home-new .n-card2 {
    display: flex;
    width: 100%;
    height: 100%;
    gap: 24px;
}

.page-template-template-ug-home-new .n-card2 figure img {
    width: 303px;
    height: 280px;
    object-fit: cover;
}

.page-template-template-ug-home-new .n-card2 .content {
    flex: 1;
    padding: 3px 0 14px;
    display: flex;
    flex-direction: column;
}

.page-template-template-ug-home-new .n-card2 .content h2 {
    color: #000;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 12px;
}

.page-template-template-ug-home-new .n-card2 .content p {
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px !important;
    margin-top: 0 !important;
    margin-bottom: 16px;
}

.page-template-template-ug-home-new .n-card2 .content ul {
    margin: 0 0 16px !important;
}

.page-template-template-ug-home-new .n-card2 .content ul li {
    font-size: 14px;
    line-height: 1.9;
    color: rgba(0, 0, 0, 0.6);
}

@media(max-width: 1399px) {
    .page-template-template-ug-home-new .n-card2 {
        flex-direction: column;
    }

    .page-template-template-ug-home-new .n-card2 figure img {
        width: 100%;
        height: 280px;
    }
}

/* program-section */
.page-template-template-ug-home-new .n-section2 {
    padding-top: 59px;
    padding-bottom: 48px;
    margin-bottom: 40px;
}

/* n-card3  */
.page-template-template-ug-home-new .n-card3 figure {
    border: 1px solid rgba(14, 18, 20, 0.2);
    border-right: 0;
}

.page-template-template-ug-home-new .n-card3 .content {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    gap: 16px;
    padding: 16px 16px 24px 24px !important;
    position: relative;
    border: 1px solid rgba(14, 18, 20, 0.2);
    border-left: 0;
}

.page-template-template-ug-home-new .n-card3 .content h2 {
    color: rgba(14, 18, 20, 0.9);
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1px;
}

.page-template-template-ug-home-new .n-card3 .content .n-date,
.page-template-template-ug-home-new .n-card3 .content .n-badge {
    color: #FF8707;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1px;
}

.page-template-template-ug-home-new .n-card3 .content .n-badge {
    background-color: #FFF5EB;
    padding: 8px;
}

.page-template-template-ug-home-new .n-card3 .content .n-event-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 277px;
}

.page-template-template-ug-home-new .n-card3 .content .n-event-info p {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;
    letter-spacing: 1px !important;
    display: flex;
    margin: 0 !important;
}

.page-template-template-ug-home-new .n-card3 .content .n-event-info p span {
    color: #FF8707;
}

.page-template-template-ug-home-new .n-card3 .content .n-event-info i {
    flex-shrink: 0;
    display: inline-flex;
    width: 16px;
    height: 16px;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
}

.page-template-template-ug-home-new .n-card3 .content .n-event-info i img {
    max-width: 10px;
}

.page-template-template-ug-home-new .n-card3 .content::before {
    content: "";
    display: inline-block;
    width: 40%;
    height: 68%;
    background: url("https://staticcdn.mbzuai.ac.ae/mbzuaiwpprd01/2025/08/n-image12.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

@media(min-width: 992px) {
    .page-template-template-ug-home-new .n-card3 div[class^="col"]:has(figure) {
        padding-right: 0 !important;
    }

    .page-template-template-ug-home-new .n-card3 div[class^="col"]:has(.content) {
        padding-left: 0 !important;
    }
}

@media(max-width: 991px) {
    .page-template-template-ug-home-new .n-card3 figure {
        border: 1px solid rgba(14, 18, 20, 0.2);
        border-bottom: 0;
    }

    .page-template-template-ug-home-new .n-card3 .content {
        padding: 16px 12px 24px !important;
        border: 1px solid rgba(14, 18, 20, 0.2);
        border-top: 0;
    }
}

@media(max-width: 767px) {
    .page-template-template-ug-home-new .n-card3 .content .n-event-info {
        max-width: 100%;
    }
}

/* n-card4  */
.page-template-template-ug-home-new .n-card4 {
    padding: 24px;
    background-color: rgba(255, 255, 255, 0.9);
}

.page-template-template-ug-home-new .n-card4 h2 {
    margin-bottom: 24px;
}

.page-template-template-ug-home-new .n-card4 p {
    font-size: 16px !important;
    margin-top: 0 !important;
    margin-bottom: 32px;
}

@media(max-width: 767px) {
    .page-template-template-ug-home-new .n-card4 {
        padding: 20px 16px;
    }

    .page-template-template-ug-home-new .n-card4 p {
        margin-bottom: 16px;
    }
}

/* n-student-life */
.page-template-template-ug-home-new .n-student-life {
    padding-top: 127px;
    padding-bottom: 128px;
    position: relative;
}

.page-template-template-ug-home-new .n-student-life::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url("https://staticcdn.mbzuai.ac.ae/mbzuaiwpprd01/2025/08/n-image13.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

@media(max-width: 767px) {
    .page-template-template-ug-home-new .n-student-life {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

/* n-slider1-wrapper  */
.page-template-template-ug-home-new .n-slider1-wrapper {
    position: relative;
}

.page-template-template-ug-home-new .n-slider1-wrapper .n-description {
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 100%;
}

.page-template-template-ug-home-new .n-slider1-wrapper .n-description h1 {
    color: #fff;
    font-size: 80px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 24px;
}

.page-template-template-ug-home-new .n-slider1-wrapper .n-description p {
    color: #fff;
    font-size: 24px !important;
    font-weight: 300 !important;
    line-height: 1;
    letter-spacing: 2px;
    margin-bottom: 16px !important;
    margin-top: 0 !important;
}

.page-template-template-ug-home-new .n-slider1-wrapper .n-description p:last-child {
    margin-bottom: 0;
}

.page-template-template-ug-home-new .n-slider1-wrapper .mc-content-min {
    position: relative;
}

.page-template-template-ug-home-new .n-slider1-wrapper .custom-dots-container {
    position: absolute;
    bottom: 0;
    right: 0;
}

.page-template-template-ug-home-new .n-slider1-wrapper .custom-dots-container .slick-dots {
    width: fit-content !important;
    list-style-type: none !important;
    display: inline-flex;
    gap: 8px;
    margin: 0 !important;
}

.page-template-template-ug-home-new .n-slider1-wrapper .custom-dots-container .slick-dots li {
    font-size: 0 !important;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 100%;
    margin: 0 !important;
}

.page-template-template-ug-home-new .n-slider1-wrapper .custom-dots-container .slick-dots li.slick-active {
    background-color: #0081FB;
    width: 50px;
    height: 10px;
    border: 1px solid #0081FB;
    border-radius: 7.5px;
}

/* .n-slider1  */
.page-template-template-ug-home-new .n-slider1 {
    margin: 0;
    position: relative;
}

.n-slider1>.item {
    display: none;
}

.n-slider1>.item:first-child {
    display: block;
}

.page-template-template-ug-home-new .n-slider1 figure img {
    height: 750px;
}

.page-template-template-ug-home-new .n-slider1 figure {
    position: relative;
}

.page-template-template-ug-home-new .n-slider1 figure::before {
    content: "";
    display: block;
    background-color: rgba(27, 27, 27, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

@media(max-width: 991px) {
    .page-template-template-ug-home-new .n-slider1-wrapper .custom-dots-container {
        right: unset;
        bottom: -40px;
        left: 12px;
    }

    .page-template-template-ug-home-new .n-slider1-wrapper .n-description {
        padding-bottom: 80px;
        bottom: 0;
    }
}

@media(max-width: 767px) {
    .page-template-template-ug-home-new .n-slider1-wrapper .custom-dots-container {
        bottom: -30px;
    }

    .page-template-template-ug-home-new .n-slider1 figure img {
        height: 600px;
    }

    .page-template-template-ug-home-new .n-slider1-wrapper .n-description {
        padding-bottom: 50px;
    }

    .page-template-template-ug-home-new .n-slider1-wrapper .n-description h1 {
        font-size: 36px;
    }

    .page-template-template-ug-home-new .n-slider1-wrapper .n-description p {
        color: #fff;
        font-size: 16px !important;
    }
}



/* mcug-tutors-controls  */
.page-template-template-ug-home-new .mcug-tutors-controls .row {
    padding: 6.5px 0;
}

.page-template-template-ug-home-new .mcug-tutors-controls-grid {
    padding-top: 0;
    padding-bottom: 0;
}

.page-template-template-ug-home-new .mcug-tutors-controls-grid {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}

.page-template-template-ug-home-new .mcug-tutors-controls-grid img {
    height: 35px;
    width: 35px;
}

@media(max-width: 575px) {
    .page-template-template-ug-home-new .mcug-tutors-controls-grid .quote-countdown-container {
        position: absolute;
        right: 0;
        bottom: -50px;
    }
}


.page-template-template-ug-home-new .section-01.speaker-series .ett-grid {
    column-gap: 24px;
}

.page-template-template-ug-home-new .n-slider2 {
    max-width: 1284px;
    margin: 0;
}

.page-template-template-ug-home-new .n-slider2 .item {
    padding: 0 20px;
}

.page-template-template-ug-home-new .n-slider2-btns {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 8px;
    padding-right: 55px;
}

.page-template-template-ug-home-new .n-slider2-btns .n-custom-prev,
.page-template-template-ug-home-new .n-slider2-btns .n-custom-next {
    background-color: transparent;
    border: solid 2px rgba(14, 18, 20, 1);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    place-content: center;
    font-size: 14.4px;
    color: rgba(14, 18, 20, 1);
    transition: opacity 0.3sease;
}

.page-template-template-ug-home-new .n-slider2-btns .n-custom-prev:hover,
.page-template-template-ug-home-new .n-slider2-btns .n-custom-next:hover {
    cursor: pointer;
    opacity: 0.7;
}

@media(max-width: 1300px) {
    .page-template-template-ug-home-new .n-slider2 {
        max-width: 90vw;
        margin: 0;
    }

    .page-template-template-ug-home-new .ett-image {
        margin-bottom: 20px;
    }
}

.page-template-template-ug-home-new .fw-light {
    font-weight: 300 !important;
}

.page-template-template-ug-home-new .n-slider1 figure img {
    object-fit: cover;
}

.page-template-template-ug-home-new .n-slider2-wrapper {
    margin: 0 -20px;
}


.page-template-template-ug-home-new .n-slider1,
.page-template-template-ug-home-new .n-slider2 {
    min-width: unset;
}

.page-template-template-ug-home-new .n-slider2 {
    margin: 0 0 32px;
}

.n-slider2>.item {
    display: none;
}

.n-slider2>.item:first-child {
    display: block;
}

.page-template-template-ug-home-new .section-01.speaker-series {
    padding-bottom: 32px;
}

.page-template-template-ug-home-new .section-01.speaker-series figure {
    padding-top: 32px;
}

.page-template-template-ug-home-new .section-01.speaker-series figure img {
    object-fit: cover;
    height: 450px;
}

.page-template-template-ug-home-new .section-01.speaker-series .n-quote1 p:last-child {
    margin-bottom: 0 !important;
}

@media(max-width: 767px) {

    .page-template-template-ug-home-new .section-01.speaker-series figure img {
        height: 270px;
    }
}

.page-template-template-ug-home-new .flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

@media(min-width: 992px) {
    .page-template-template-ug-home-new .mb-lg-0 {
        margin-bottom: 0 !important;
    }
}

/* container  */
.page-template-template-ug-home-new-dynamic .mc-content-min {
    max-width: 1308px;
    padding: 0 12px;
}

/* section  */
/* .page-template-template-ug-home-new-dynamic .n-section {
    padding: 64px 0;
} */

/* btn */
.page-template-template-ug-home-new-dynamic .mc-cta.n-btn {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    background-color: transparent;
    font-weight: 500;
    padding: 15px 23px;
    line-height: 1;
    letter-spacing: 1px;
    border: solid 1px rgba(14, 18, 20, 0.9);
    color: #000;
}

.page-template-template-ug-home-new-dynamic .mc-cta.n-btn.n-btn-sm {
    color: #0E1214;
    background-color: transparent;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding: 12px 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1px;
    border: solid 1px #0E1214;
}

.page-template-template-ug-home-new-dynamic .n-text-color1 {
    color: #0081FB !important;
}

/* border  */
.page-template-template-ug-home-new-dynamic .n-border-bottom {
    border-bottom: 1px solid rgba(14, 18, 20, 0.2);
}

.page-template-template-ug-home-new-dynamic .n-border-top {
    border-top: 1px solid rgba(14, 18, 20, 0.2);
}

/* highlight line  */
.page-template-template-ug-home-new-dynamic .n-highlight-line1 {
    position: relative;
    padding-bottom: 27px;
}

.page-template-template-ug-home-new-dynamic .n-highlight-line1::before {
    content: "";
    display: inline-block;
    background-color: #0081FB;
    width: 19%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.page-template-template-ug-home-new-dynamic .n-quote1 {
    color: #0E1214;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 17px;
}

.page-template-template-ug-home-new-dynamic .n-mb-24 {
    margin-bottom: 24px;
}

.page-template-template-ug-home-new-dynamic .n-mb-32 {
    margin-bottom: 32px;
}

@media(min-width: 1200px) {
    .page-template-template-ug-home-new-dynamic .col-xl-3 {
        width: 25%;
    }

    .page-template-template-ug-home-new-dynamic .mb-xl-0 {
        margin-bottom: 0;
    }
}

@media(min-width: 768px) {
    .page-template-template-ug-home-new-dynamic .text-md-end {
        text-align: end;
    }
}

/* n-col-gap1  */
.page-template-template-ug-home-new-dynamic .row.n-col-gap1 {
    margin: 0 -12px;
}

.page-template-template-ug-home-new-dynamic .row.n-col-gap1 div[class^="col"] {
    padding: 0 12px;
}

.page-template-template-ug-home-new-dynamic h2 span {
    display: block;
    color: rgba(14, 18, 20, 0.8);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

/* .mcug-tutors-top  */
.page-template-template-ug-home-new-dynamic .mcug-tutors-top {
    padding-top: 48px;
    padding-bottom: 24px;
}

/* mcug-quote-pic  */
.page-template-template-ug-home-new-dynamic .mcug-quote-pic img {
    border: 0;
}

/* ug-nav  */
.page-template-template-ug-home-new-dynamic .mc-ug-nav {
    display: flex;
    justify-content: space-between;
    height: 72px;
}

.page-template-template-ug-home-new-dynamic .mcug-nav-links-left {
    column-gap: 22px;
}

@media(max-width: 520px) {
    .page-template-template-ug-home-new-dynamic .mc-ug-nav {
        height: 56px;
    }
}

/* n-card1  */
.page-template-template-ug-home-new-dynamic .n-card1 {
    background-color: #fff;
    padding: 24px 24px 40px;
    text-align: start;
    height: 100%;
}

.page-template-template-ug-home-new-dynamic .n-card1 figure img {
    height: 300px;
    object-fit: cover;
}

.page-template-template-ug-home-new-dynamic .n-card1 h2 {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: 2px;
    margin-bottom: 24px;
    text-align: start;
}

.page-template-template-ug-home-new-dynamic .n-card1 p {
    color: #0E1214;
    font-size: 16px !important;
    margin-bottom: 32px;
    text-align: start;
}

.page-template-template-ug-home-new-dynamic .n-card1 .n-inner-content {
    padding: 0 16px;
}

.page-template-template-ug-home-new-dynamic .n-card1 .n-content-list {
    background-color: #fff;
    padding: 24px;
    margin-bottom: 24px;
    list-style: none !important;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    box-shadow: 0 5px 10px 0 rgba(166, 173, 201, 0.2);
    border-radius: 0;
    margin-top: -106px !important;
    position: relative;
    z-index: 1;
}

.page-template-template-ug-home-new-dynamic .n-card1 .n-content-list li {
    margin: 0 !important;
}

.page-template-template-ug-home-new-dynamic .n-card1 .n-content-list li h2 {
    color: #A7A9AC;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 12px;
}

.page-template-template-ug-home-new-dynamic .n-card1 .n-content-list li p {
    color: #000;
    font-size: 16px !important;
    line-height: 1.2;
}

.page-template-template-ug-home-new-dynamic .n-card1 .n-content-list li p:last-child {
    margin-bottom: 0;
}

@media(max-width: 767px) {
    .page-template-template-ug-home-new-dynamic .n-card1 {
        padding: 16px;
    }

    .page-template-template-ug-home-new-dynamic .n-card1 figure img {
        height: 250px;
    }

    .page-template-template-ug-home-new-dynamic .n-card1 h2 {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .page-template-template-ug-home-new-dynamic .n-card1 p {
        margin-bottom: 20px;
    }

    .page-template-template-ug-home-new-dynamic .n-card1 .n-inner-content {
        padding: 0 8px;
    }

    .page-template-template-ug-home-new-dynamic .n-card1 .n-content-list {
        padding: 16px;
        margin-top: -76px !important;
    }
}

@media(max-width: 575px) {
    .page-template-template-ug-home-new-dynamic .n-card1 {
        padding: 10px;
    }

    .page-template-template-ug-home-new-dynamic .n-card1 .n-content-list {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

/* mcug-unique  */
.page-template-template-ug-home-new-dynamic .mcug-unique {
    gap: 24px;
}

.page-template-template-ug-home-new-dynamic .mcug-unique div {
    padding: 24px;
    gap: 24px;
    place-content: start;
    place-items: start;
    text-align: start;
    position: relative;
}

.page-template-template-ug-home-new-dynamic .mcug-unique div::before {
    content: "";
    display: inline-block;
    background: url("https://staticcdn.mbzuai.ac.ae/mbzuaiwpprd01/2025/08/n-image3.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 122px;
    height: 92px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.page-template-template-ug-home-new-dynamic .mcug-unique div .n-icon1 {
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.page-template-template-ug-home-new-dynamic .mcug-unique div .n-icon1 img {
    max-width: 32px;
}

.page-template-template-ug-home-new-dynamic .ett h2 {
    padding-top: 32px;
}

.page-template-template-ug-home-new-dynamic .ett-image img {
    padding: 32px 0;
    max-height: 550px;
    object-fit: cover;
}

/* mc-faq  */
.page-template-template-ug-home-new-dynamic .mc-faq {
    /* padding-top: 48px; */
    border-bottom: 1px solid rgba(14, 18, 20, 0.2);
    margin-bottom: 48px;
}

.page-template-template-ug-home-new-dynamic .mc-faq h2 {
    margin-bottom: 24px;
}

.page-template-template-ug-home-new-dynamic .mc-faq .expand-all-link {
    margin-bottom: 29px;
}

.page-template-template-ug-home-new-dynamic .mc-faq .faq-wrapper {
    padding-top: 49px;
    border-left: 1px solid rgba(14, 18, 20, 0.2);
    border-right: 1px solid rgba(14, 18, 20, 0.2);
}

/* speaker-series */
.page-template-template-ug-home-new-dynamic .section-01.speaker-series {
    padding-top: 40px;
    position: relative;
}

.page-template-template-ug-home-new-dynamic .section-01.speaker-series h2 {
    margin-bottom: 40px;
}

.page-template-template-ug-home-new-dynamic .section-01.speaker-series p.n-lead {
    color: #0E1214;
    font-size: 24px !important;
    font-weight: 300 !important;
    line-height: 1.3 !important;
    margin-top: 0 !important;
    margin-bottom: 42px !important;
}

.page-template-template-ug-home-new-dynamic .section-01.speaker-series p.n-text-color1 {
    font-size: 20px !important;
}

.page-template-template-ug-home-new-dynamic .section-01.speaker-series p {
    color: #0E1214;
    font-size: 19.2px !important;
    font-weight: 300 !important;
    margin-top: 0 !important;
    margin-bottom: 12px !important;
}

.page-template-template-ug-home-new-dynamic .section-01.speaker-series::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: rgba(14, 18, 20, 0.2);
    position: absolute;
    top: 39px;
    left: 0;
    z-index: 1;
}

.page-template-template-ug-home-new-dynamic .section-content {
    padding-bottom: 32px;
}

@media(max-width: 767px) {
    .page-template-template-ug-home-new-dynamic .section-01.speaker-series h2 {
        margin-bottom: 24px;
    }

    .page-template-template-ug-home-new-dynamic .section-01.speaker-series p.n-lead {
        margin-bottom: 20px !important;
    }
}

/* section-01-container  */
.page-template-template-ug-home-new-dynamic .section-01-container {
    min-height: 40px;
}

/* n-follow-section  */
.page-template-template-ug-home-new-dynamic .n-follow-section {
    border-top: 1px solid rgba(14, 18, 20, 0.2);
    padding-top: 48px;
}

.page-template-template-ug-home-new-dynamic .n-follow-section h2 {
    margin-bottom: 24px;
}

.page-template-template-ug-home-new-dynamic .n-follow-section figure img {
    height: 380px;
}

/* n-card2  */
.page-template-template-ug-home-new-dynamic .n-card2 {
    display: flex;
    width: 100%;
    height: 100%;
    gap: 24px;
}

.page-template-template-ug-home-new-dynamic .n-card2 figure img {
    width: 303px;
    height: 280px;
    object-fit: cover;
}

.page-template-template-ug-home-new-dynamic .n-card2 .content {
    flex: 1;
    padding: 3px 0 14px;
    display: flex;
    flex-direction: column;
}

.page-template-template-ug-home-new-dynamic .n-card2 .content h2 {
    color: #000;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 12px;
}

.page-template-template-ug-home-new-dynamic .n-card2 .content p {
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px !important;
    margin-top: 0 !important;
    margin-bottom: 16px;
}

.page-template-template-ug-home-new-dynamic .n-card2 .content ul {
    margin: 0 0 16px !important;
}

.page-template-template-ug-home-new-dynamic .n-card2 .content ul li {
    font-size: 14px;
    line-height: 1.9;
    color: rgba(0, 0, 0, 0.6);
}

@media(max-width: 1399px) {
    .page-template-template-ug-home-new-dynamic .n-card2 {
        flex-direction: column;
    }

    .page-template-template-ug-home-new-dynamic .n-card2 figure img {
        width: 100%;
        height: 280px;
    }
}

/* program-section */
.page-template-template-ug-home-new-dynamic .n-section2 {
    padding-top: 59px;
    padding-bottom: 48px;
    margin-bottom: 40px;
}

/* n-card3  */
.page-template-template-ug-home-new-dynamic .n-card3 figure {
    border: 1px solid rgba(14, 18, 20, 0.2);
    border-right: 0;
}

.page-template-template-ug-home-new-dynamic .n-card3 .content {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    gap: 16px;
    padding: 16px 16px 24px 24px !important;
    position: relative;
    border: 1px solid rgba(14, 18, 20, 0.2);
    border-left: 0;
}

.page-template-template-ug-home-new-dynamic .n-card3 .content h2 {
    color: rgba(14, 18, 20, 0.9);
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1px;
}

.page-template-template-ug-home-new-dynamic .n-card3 .content .n-date,
.page-template-template-ug-home-new-dynamic .n-card3 .content .n-badge {
    color: #FF8707;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1px;
}

.page-template-template-ug-home-new-dynamic .n-card3 .content .n-badge {
    background-color: #FFF5EB;
    padding: 8px;
}

.page-template-template-ug-home-new-dynamic .n-card3 .content .n-event-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 277px;
}

.page-template-template-ug-home-new-dynamic .n-card3 .content .n-event-info p {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;
    letter-spacing: 1px !important;
    display: flex;
    margin: 0 !important;
}

.page-template-template-ug-home-new-dynamic .n-card3 .content .n-event-info p span {
    color: #FF8707;
}

.page-template-template-ug-home-new-dynamic .n-card3 .content .n-event-info i {
    flex-shrink: 0;
    display: inline-flex;
    width: 16px;
    height: 16px;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
}

.page-template-template-ug-home-new-dynamic .n-card3 .content .n-event-info i img {
    max-width: 10px;
}

.page-template-template-ug-home-new-dynamic .n-card3 .content::before {
    content: "";
    display: inline-block;
    width: 40%;
    height: 68%;
    background: url("https://staticcdn.mbzuai.ac.ae/mbzuaiwpprd01/2025/08/n-image12.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

@media(min-width: 992px) {
    .page-template-template-ug-home-new-dynamic .n-card3 div[class^="col"]:has(figure) {
        padding-right: 0 !important;
    }

    .page-template-template-ug-home-new-dynamic .n-card3 div[class^="col"]:has(.content) {
        padding-left: 0 !important;
    }
}

@media(max-width: 991px) {
    .page-template-template-ug-home-new-dynamic .n-card3 figure {
        border: 1px solid rgba(14, 18, 20, 0.2);
        border-bottom: 0;
    }

    .page-template-template-ug-home-new-dynamic .n-card3 .content {
        padding: 16px 12px 24px !important;
        border: 1px solid rgba(14, 18, 20, 0.2);
        border-top: 0;
    }
}

@media(max-width: 767px) {
    .page-template-template-ug-home-new-dynamic .n-card3 .content .n-event-info {
        max-width: 100%;
    }
}

/* n-card4  */
.page-template-template-ug-home-new-dynamic .n-card4 {
    padding: 24px;
    background-color: rgba(255, 255, 255, 0.9);
}

.page-template-template-ug-home-new-dynamic .n-card4 h2 {
    margin-bottom: 24px;
}

.page-template-template-ug-home-new-dynamic .n-card4 p {
    font-size: 16px !important;
    margin-top: 0 !important;
    margin-bottom: 32px;
}

@media(max-width: 767px) {
    .page-template-template-ug-home-new-dynamic .n-card4 {
        padding: 20px 16px;
    }

    .page-template-template-ug-home-new-dynamic .n-card4 p {
        margin-bottom: 16px;
    }
}

/* n-student-life */
.page-template-template-ug-home-new-dynamic .n-student-life {
    padding-top: 127px;
    padding-bottom: 128px;
    position: relative;
}

.page-template-template-ug-home-new-dynamic .n-student-life::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url("https://staticcdn.mbzuai.ac.ae/mbzuaiwpprd01/2025/08/n-image13.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

@media(max-width: 767px) {
    .page-template-template-ug-home-new-dynamic .n-student-life {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

/* n-slider1-wrapper  */
.page-template-template-ug-home-new-dynamic .n-slider1-wrapper {
    position: relative;
}

.page-template-template-ug-home-new-dynamic .n-slider1-wrapper .n-description {
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 100%;
}

.page-template-template-ug-home-new-dynamic .n-slider1-wrapper .n-description h1 {
    color: #fff;
    font-size: 80px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 24px;
}

.page-template-template-ug-home-new-dynamic .n-slider1-wrapper .n-description p {
    color: #fff;
    font-size: 52px !important;
    font-weight: 300 !important;
    line-height: 1;
    letter-spacing: 2px;
    margin-bottom: 16px !important;
    margin-top: 0 !important;
}

.page-template-template-ug-home-new-dynamic .n-slider1-wrapper .n-description p:last-child {
    margin-bottom: 0;
}

.page-template-template-ug-home-new-dynamic .n-slider1-wrapper .mc-content-min {
    position: relative;
}

.page-template-template-ug-home-new-dynamic .n-slider1-wrapper .custom-dots-container {
    position: absolute;
    bottom: 0;
    right: 0;
}

.page-template-template-ug-home-new-dynamic .n-slider1-wrapper .custom-dots-container .slick-dots {
    width: fit-content !important;
    list-style-type: none !important;
    display: inline-flex;
    gap: 8px;
    margin: 0 !important;
}

.page-template-template-ug-home-new-dynamic .n-slider1-wrapper .custom-dots-container .slick-dots li {
    font-size: 0 !important;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 100%;
    margin: 0 !important;
}

.page-template-template-ug-home-new-dynamic .n-slider1-wrapper .custom-dots-container .slick-dots li.slick-active {
    background-color: #0081FB;
    width: 50px;
    height: 10px;
    border: 1px solid #0081FB;
    border-radius: 7.5px;
}

/* .n-slider1  */
.page-template-template-ug-home-new-dynamic .n-slider1 {
    margin: 0;
    position: relative;
}

.n-slider1>.item {
    display: none;
}

.n-slider1>.item:first-child {
    display: block;
}

.page-template-template-ug-home-new-dynamic .n-slider1 figure img {
    height: 425px;
}

.page-template-template-ug-home-new-dynamic .n-slider1 figure {
    position: relative;
}

.page-template-template-ug-home-new-dynamic .n-slider1 figure::before {
    content: "";
    display: block;
    background-color: rgba(27, 27, 27, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

@media(max-width: 991px) {
    .page-template-template-ug-home-new-dynamic .n-slider1-wrapper .custom-dots-container {
        right: unset;
        bottom: -40px;
        left: 12px;
    }

    .page-template-template-ug-home-new-dynamic .n-slider1-wrapper .n-description {
        padding-bottom: 80px;
        bottom: 0;
    }
}

@media(max-width: 767px) {
    .page-template-template-ug-home-new-dynamic .n-slider1-wrapper .custom-dots-container {
        bottom: -30px;
    }

    .page-template-template-ug-home-new-dynamic .n-slider1 figure img {
        height: 380px;
    }

    .page-template-template-ug-home-new-dynamic .n-slider1-wrapper .n-description {
        padding-bottom: 50px;
    }

    .page-template-template-ug-home-new-dynamic .n-slider1-wrapper .n-description h1 {
        font-size: 36px;
    }

    .page-template-template-ug-home-new-dynamic .n-slider1-wrapper .n-description p {
        color: #fff;
        font-size: 38px !important;
        line-height: 1.5;
    }
}



/* mcug-tutors-controls  */
.page-template-template-ug-home-new-dynamic .mcug-tutors-controls .row {
    padding: 6.5px 0;
}

.page-template-template-ug-home-new-dynamic .mcug-tutors-controls-grid {
    padding-top: 0;
    padding-bottom: 0;
}

.page-template-template-ug-home-new-dynamic .mcug-tutors-controls-grid {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}

.page-template-template-ug-home-new-dynamic .mcug-tutors-controls-grid img {
    height: 35px;
    width: 35px;
}

@media(max-width: 575px) {
    .page-template-template-ug-home-new-dynamic .mcug-tutors-controls-grid .quote-countdown-container {
        position: absolute;
        right: 0;
        bottom: -50px;
    }
}


.page-template-template-ug-home-new-dynamic .section-01.speaker-series .ett-grid {
    column-gap: 24px;
}

.page-template-template-ug-home-new-dynamic .n-slider2 {
    max-width: 1284px;
    margin: 0;
}

.page-template-template-ug-home-new-dynamic .n-slider2 .item {
    padding: 0 20px;
}

.page-template-template-ug-home-new-dynamic .n-slider2-btns {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 8px;
    padding-right: 55px;
}

.page-template-template-ug-home-new-dynamic .n-slider2-btns .n-custom-prev,
.page-template-template-ug-home-new-dynamic .n-slider2-btns .n-custom-next {
    background-color: transparent;
    border: solid 2px rgba(14, 18, 20, 1);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    place-content: center;
    font-size: 14.4px;
    color: rgba(14, 18, 20, 1);
    transition: opacity 0.3sease;
}

.page-template-template-ug-home-new-dynamic .n-slider2-btns .n-custom-prev:hover,
.page-template-template-ug-home-new-dynamic .n-slider2-btns .n-custom-next:hover {
    cursor: pointer;
    opacity: 0.7;
}

@media(max-width: 1300px) {
    .page-template-template-ug-home-new-dynamic .n-slider2 {
        max-width: 90vw;
        margin: 0;
    }

    .page-template-template-ug-home-new-dynamic .ett-image {
        margin-bottom: 20px;
    }
}

.page-template-template-ug-home-new-dynamic .fw-light {
    font-weight: 300 !important;
}

.page-template-template-ug-home-new-dynamic .n-slider1 figure img {
    object-fit: cover;
}

.page-template-template-ug-home-new-dynamic .n-slider2-wrapper {
    margin: 0 -20px;
}


.page-template-template-ug-home-new-dynamic .n-slider1,
.page-template-template-ug-home-new-dynamic .n-slider2 {
    min-width: unset;
}

.page-template-template-ug-home-new-dynamic .n-slider2 {
    margin: 0 0 32px;
}

.n-slider2>.item {
    display: none;
}

.n-slider2>.item:first-child {
    display: block;
}

.page-template-template-ug-home-new-dynamic .section-01.speaker-series {
    padding-bottom: 32px;
}

.page-template-template-ug-home-new-dynamic .section-01.speaker-series figure {
    padding-top: 32px;
}

.page-template-template-ug-home-new-dynamic .section-01.speaker-series figure img {
    object-fit: cover;
    height: 450px;
}

.page-template-template-ug-home-new-dynamic .section-01.speaker-series .n-quote1 p:last-child {
    margin-bottom: 0 !important;
}

@media(max-width: 767px) {

    .page-template-template-ug-home-new-dynamic .section-01.speaker-series figure img {
        height: 270px;
    }
}

.page-template-template-ug-home-new-dynamic .flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

@media(min-width: 992px) {
    .page-template-template-ug-home-new-dynamic .mb-lg-0 {
        margin-bottom: 0 !important;
    }
}

.page-template-template-ug-home-new-dynamic .n-card3 {
    margin-bottom: 16px !important;
}

.page-template-template-ug-home-new-dynamic .n-card3 figure img {
    height: 270px;
    object-fit: cover;
}


/* section  */
/* .page-template-template-ug-home-latest-dynamic .n-section {
    padding: 64px 0;
} */

/* btn */
.page-template-template-ug-home-latest-dynamic .mc-cta.n-btn {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    background-color: transparent;
    font-weight: 500;
    padding: 15px 23px;
    line-height: 1;
    letter-spacing: 1px;
    border: solid 1px rgba(14, 18, 20, 0.9);
    color: #000;
}

.page-template-template-ug-home-latest-dynamic .mc-cta.n-btn.n-btn-sm {
    color: #0E1214;
    background-color: transparent;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding: 12px 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1px;
    border: solid 1px #0E1214;
}

.page-template-template-ug-home-latest-dynamic .n-text-color1 {
    color: #0081FB !important;
}

/* border  */
.page-template-template-ug-home-latest-dynamic .n-border-bottom {
    border-bottom: 1px solid rgba(14, 18, 20, 0.2);
}

.page-template-template-ug-home-latest-dynamic .n-border-top {
    border-top: 1px solid rgba(14, 18, 20, 0.2);
}

/* highlight line  */
.page-template-template-ug-home-latest-dynamic .n-highlight-line1 {
    position: relative;
    padding-bottom: 27px;
}

.page-template-template-ug-home-latest-dynamic .n-highlight-line1::before {
    content: "";
    display: inline-block;
    background-color: #0081FB;
    width: 19%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.page-template-template-ug-home-latest-dynamic .n-quote1 {
    color: #0E1214;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 17px;
}

.page-template-template-ug-home-latest-dynamic .n-mb-24 {
    margin-bottom: 24px;
}

.page-template-template-ug-home-latest-dynamic .n-mb-32 {
    margin-bottom: 32px;
}

@media(min-width: 1200px) {
    .page-template-template-ug-home-latest-dynamic .col-xl-3 {
        width: 25%;
    }

    .page-template-template-ug-home-latest-dynamic .mb-xl-0 {
        margin-bottom: 0;
    }
}

@media(min-width: 768px) {
    .page-template-template-ug-home-latest-dynamic .text-md-end {
        text-align: end;
    }
}

/* n-col-gap1  */
.page-template-template-ug-home-latest-dynamic .row.n-col-gap1 {
    margin: 0 -12px;
}

.page-template-template-ug-home-latest-dynamic .row.n-col-gap1 div[class^="col"] {
    padding: 0 12px;
}

.page-template-template-ug-home-latest-dynamic h2 span {
    display: block;
    color: rgba(14, 18, 20, 0.8);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

/* .mcug-tutors-top  */
.page-template-template-ug-home-latest-dynamic .mcug-tutors-top {
    padding-top: 48px;
    padding-bottom: 24px;
}

/* mcug-quote-pic  */
.page-template-template-ug-home-latest-dynamic .mcug-quote-pic img {
    border: 0;
}

/* ug-nav  */
.page-template-template-ug-home-latest-dynamic .mc-ug-nav {
    display: flex;
    justify-content: space-between;
    height: 72px;
}

.page-template-template-ug-home-latest-dynamic .mcug-nav-links-left {
    column-gap: 22px;
}

@media(max-width: 520px) {
    .page-template-template-ug-home-latest-dynamic .mc-ug-nav {
        height: 56px;
    }
}

/* n-card1  */
.page-template-template-ug-home-latest-dynamic .n-card1 {
    background-color: #fff;
    padding: 24px 24px 40px;
    text-align: start;
    height: 100%;
}

.page-template-template-ug-home-latest-dynamic .n-card1 figure img {
    height: 300px;
    object-fit: cover;
}

.page-template-template-ug-home-latest-dynamic .n-card1 h2 {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: 2px;
    margin-bottom: 24px;
    text-align: start;
}

.page-template-template-ug-home-latest-dynamic .n-card1 p {
    color: #0E1214;
    font-size: 16px !important;
    margin-bottom: 32px;
    text-align: start;
}

.page-template-template-ug-home-latest-dynamic .n-card1 .n-inner-content {
    padding: 0 16px;
}

.page-template-template-ug-home-latest-dynamic .n-card1 .n-content-list {
    background-color: #fff;
    padding: 24px;
    margin-bottom: 24px;
    list-style: none !important;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    box-shadow: 0 5px 10px 0 rgba(166, 173, 201, 0.2);
    border-radius: 0;
    margin-top: -106px !important;
    position: relative;
    z-index: 1;
}

.page-template-template-ug-home-latest-dynamic .n-card1 .n-content-list li {
    margin: 0 !important;
}

.page-template-template-ug-home-latest-dynamic .n-card1 .n-content-list li h2 {
    color: #A7A9AC;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 12px;
}

.page-template-template-ug-home-latest-dynamic .n-card1 .n-content-list li p {
    color: #000;
    font-size: 16px !important;
    line-height: 1.2;
}

.page-template-template-ug-home-latest-dynamic .n-card1 .n-content-list li p:last-child {
    margin-bottom: 0;
}

@media(max-width: 767px) {
    .page-template-template-ug-home-latest-dynamic .n-card1 {
        padding: 16px;
    }

    .page-template-template-ug-home-latest-dynamic .n-card1 figure img {
        height: 250px;
    }

    .page-template-template-ug-home-latest-dynamic .n-card1 h2 {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .page-template-template-ug-home-latest-dynamic .n-card1 p {
        margin-bottom: 20px;
    }

    .page-template-template-ug-home-latest-dynamic .n-card1 .n-inner-content {
        padding: 0 8px;
    }

    .page-template-template-ug-home-latest-dynamic .n-card1 .n-content-list {
        padding: 16px;
        margin-top: -76px !important;
    }
}

@media(max-width: 575px) {
    .page-template-template-ug-home-latest-dynamic .n-card1 {
        padding: 10px;
    }

    .page-template-template-ug-home-latest-dynamic .n-card1 .n-content-list {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

/* mcug-unique  */
.page-template-template-ug-home-latest-dynamic .mcug-unique {
    gap: 24px;
}

.page-template-template-ug-home-latest-dynamic .mcug-unique div {
    padding: 24px;
    gap: 24px;
    place-content: start;
    place-items: start;
    text-align: start;
    position: relative;
}

.page-template-template-ug-home-latest-dynamic .mcug-unique div::before {
    content: "";
    display: inline-block;
    background: url("https://staticcdn.mbzuai.ac.ae/mbzuaiwpprd01/2025/08/n-image3.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 122px;
    height: 92px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.page-template-template-ug-home-latest-dynamic .mcug-unique div .n-icon1 {
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.page-template-template-ug-home-latest-dynamic .mcug-unique div .n-icon1 img {
    max-width: 32px;
}

.page-template-template-ug-home-latest-dynamic .ett h2 {
    padding-top: 32px;
}

.page-template-template-ug-home-latest-dynamic .ett-image img {
    padding: 32px 0;
    max-height: 550px;
    object-fit: cover;
}

/* mc-faq  */
.page-template-template-ug-home-latest-dynamic .mc-faq {
    padding-top: 48px;
    border-bottom: 1px solid rgba(14, 18, 20, 0.2);
    margin-bottom: 48px;
}

.page-template-template-ug-home-latest-dynamic .mc-faq h2 {
    margin-bottom: 24px;
}

.page-template-template-ug-home-latest-dynamic .mc-faq .expand-all-link {
    margin-bottom: 29px;
}

.page-template-template-ug-home-latest-dynamic .mc-faq .faq-wrapper {
    padding-top: 49px;
    border-left: 1px solid rgba(14, 18, 20, 0.2);
    border-right: 1px solid rgba(14, 18, 20, 0.2);
}

/* speaker-series */
.page-template-template-ug-home-latest-dynamic .section-01.speaker-series {
    padding-top: 40px;
    position: relative;
}

.page-template-template-ug-home-latest-dynamic .section-01.speaker-series h2 {
    margin-bottom: 40px;
}

.page-template-template-ug-home-latest-dynamic .section-01.speaker-series p.n-lead {
    color: #0E1214;
    font-size: 24px !important;
    font-weight: 300 !important;
    line-height: 1.3 !important;
    margin-top: 0 !important;
    margin-bottom: 42px !important;
}

.page-template-template-ug-home-latest-dynamic .section-01.speaker-series p.n-text-color1 {
    font-size: 20px !important;
}

.page-template-template-ug-home-latest-dynamic .section-01.speaker-series p {
    color: #0E1214;
    font-size: 19.2px !important;
    font-weight: 300 !important;
    margin-top: 0 !important;
    margin-bottom: 12px !important;
}

.page-template-template-ug-home-latest-dynamic .section-01.speaker-series::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: rgba(14, 18, 20, 0.2);
    position: absolute;
    top: 39px;
    left: 0;
    z-index: 1;
}

.page-template-template-ug-home-latest-dynamic .section-content {
    padding-bottom: 32px;
}

@media(max-width: 767px) {
    .page-template-template-ug-home-latest-dynamic .section-01.speaker-series h2 {
        margin-bottom: 24px;
    }

    .page-template-template-ug-home-latest-dynamic .section-01.speaker-series p.n-lead {
        margin-bottom: 20px !important;
    }
}

/* section-01-container  */
.page-template-template-ug-home-latest-dynamic .section-01-container {
    min-height: 40px;
}

/* n-follow-section  */
.page-template-template-ug-home-latest-dynamic .n-follow-section {
    border-top: 1px solid rgba(14, 18, 20, 0.2);
    padding-top: 48px;
}

.page-template-template-ug-home-latest-dynamic .n-follow-section h2 {
    margin-bottom: 24px;
}

.page-template-template-ug-home-latest-dynamic .n-follow-section figure img {
    height: 380px;
}

/* n-card2  */
.page-template-template-ug-home-latest-dynamic .n-card2 {
    display: flex;
    width: 100%;
    height: 100%;
    gap: 24px;
}

.page-template-template-ug-home-latest-dynamic .n-card2 figure img {
    width: 303px;
    height: 280px;
    object-fit: cover;
}

.page-template-template-ug-home-latest-dynamic .n-card2 .content {
    flex: 1;
    padding: 3px 0 14px;
    display: flex;
    flex-direction: column;
}

.page-template-template-ug-home-latest-dynamic .n-card2 .content h2 {
    color: #000;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 12px;
}

.page-template-template-ug-home-latest-dynamic .n-card2 .content p {
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px !important;
    margin-top: 0 !important;
    margin-bottom: 16px;
}

.page-template-template-ug-home-latest-dynamic .n-card2 .content ul {
    margin: 0 0 16px !important;
}

.page-template-template-ug-home-latest-dynamic .n-card2 .content ul li {
    font-size: 14px;
    line-height: 1.9;
    color: rgba(0, 0, 0, 0.6);
}

@media(max-width: 1399px) {
    .page-template-template-ug-home-latest-dynamic .n-card2 {
        flex-direction: column;
    }

    .page-template-template-ug-home-latest-dynamic .n-card2 figure img {
        width: 100%;
        height: 280px;
    }
}

/* program-section */
.page-template-template-ug-home-latest-dynamic .n-section2 {
    padding-top: 59px;
    padding-bottom: 48px;
    margin-bottom: 40px;
}

/* n-card3  */
.page-template-template-ug-home-latest-dynamic .n-card3 figure {
    border: 1px solid rgba(14, 18, 20, 0.2);
    border-right: 0;
}

.page-template-template-ug-home-latest-dynamic .n-card3 .content {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    gap: 16px;
    padding: 16px 16px 24px 24px !important;
    position: relative;
    border: 1px solid rgba(14, 18, 20, 0.2);
    border-left: 0;
}

.page-template-template-ug-home-latest-dynamic .n-card3 .content h2 {
    color: rgba(14, 18, 20, 0.9);
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1px;
}

.page-template-template-ug-home-latest-dynamic .n-card3 .content .n-date,
.page-template-template-ug-home-latest-dynamic .n-card3 .content .n-badge {
    color: #FF8707;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1px;
}

.page-template-template-ug-home-latest-dynamic .n-card3 .content .n-badge {
    background-color: #FFF5EB;
    padding: 8px;
}

.page-template-template-ug-home-latest-dynamic .n-card3 .content .n-event-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 277px;
}

.page-template-template-ug-home-latest-dynamic .n-card3 .content .n-event-info p {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;
    letter-spacing: 1px !important;
    display: flex;
    margin: 0 !important;
}

.page-template-template-ug-home-latest-dynamic .n-card3 .content .n-event-info p span {
    color: #FF8707;
}

.page-template-template-ug-home-latest-dynamic .n-card3 .content .n-event-info i {
    flex-shrink: 0;
    display: inline-flex;
    width: 16px;
    height: 16px;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
}

.page-template-template-ug-home-latest-dynamic .n-card3 .content .n-event-info i img {
    max-width: 10px;
}

.page-template-template-ug-home-latest-dynamic .n-card3 .content::before {
    content: "";
    display: inline-block;
    width: 40%;
    height: 68%;
    background: url("https://staticcdn.mbzuai.ac.ae/mbzuaiwpprd01/2025/08/n-image12.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

@media(min-width: 992px) {
    .page-template-template-ug-home-latest-dynamic .n-card3 div[class^="col"]:has(figure) {
        padding-right: 0 !important;
    }

    .page-template-template-ug-home-latest-dynamic .n-card3 div[class^="col"]:has(.content) {
        padding-left: 0 !important;
    }
}

@media(max-width: 991px) {
    .page-template-template-ug-home-latest-dynamic .n-card3 figure {
        border: 1px solid rgba(14, 18, 20, 0.2);
        border-bottom: 0;
    }

    .page-template-template-ug-home-latest-dynamic .n-card3 .content {
        padding: 16px 12px 24px !important;
        border: 1px solid rgba(14, 18, 20, 0.2);
        border-top: 0;
    }
}

@media(max-width: 767px) {
    .page-template-template-ug-home-latest-dynamic .n-card3 .content .n-event-info {
        max-width: 100%;
    }
}

/* n-card4  */
.page-template-template-ug-home-latest-dynamic .n-card4 {
    padding: 24px;
    background-color: rgba(255, 255, 255, 0.9);
}

.page-template-template-ug-home-latest-dynamic .n-card4 h2 {
    margin-bottom: 24px;
}

.page-template-template-ug-home-latest-dynamic .n-card4 p {
    font-size: 16px !important;
    margin-top: 0 !important;
    margin-bottom: 32px;
}

@media(max-width: 767px) {
    .page-template-template-ug-home-latest-dynamic .n-card4 {
        padding: 20px 16px;
    }

    .page-template-template-ug-home-latest-dynamic .n-card4 p {
        margin-bottom: 16px;
    }
}

/* n-student-life */
.page-template-template-ug-home-latest-dynamic .n-student-life {
    padding-top: 127px;
    padding-bottom: 128px;
    position: relative;
}

.page-template-template-ug-home-latest-dynamic .n-student-life::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url("https://staticcdn.mbzuai.ac.ae/mbzuaiwpprd01/2025/08/n-image13.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

@media(max-width: 767px) {
    .page-template-template-ug-home-latest-dynamic .n-student-life {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

/* n-slider1-wrapper  */
.page-template-template-ug-home-latest-dynamic .n-slider1-wrapper {
    position: relative;
}

.page-template-template-ug-home-latest-dynamic .n-slider1-wrapper .n-description {
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 100%;
}

.page-template-template-ug-home-latest-dynamic .n-slider1-wrapper .n-description h1 {
    color: #fff;
    font-size: 80px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 24px;
}

.page-template-template-ug-home-latest-dynamic .n-slider1-wrapper .n-description p {
    color: #fff;
    font-size: 52px !important;
    font-weight: 300 !important;
    line-height: 1;
    letter-spacing: 2px;
    margin-bottom: 16px !important;
    margin-top: 0 !important;
}

.page-template-template-ug-home-latest-dynamic .n-slider1-wrapper .n-description p:last-child {
    margin-bottom: 0;
}

.page-template-template-ug-home-latest-dynamic .n-slider1-wrapper .mc-content-min {
    position: relative;
}

.page-template-template-ug-home-latest-dynamic .n-slider1-wrapper .custom-dots-container {
    position: absolute;
    bottom: 0;
    right: 0;
}

.page-template-template-ug-home-latest-dynamic .n-slider1-wrapper .custom-dots-container .slick-dots {
    width: fit-content !important;
    list-style-type: none !important;
    display: inline-flex;
    gap: 8px;
    margin: 0 !important;
}

.page-template-template-ug-home-latest-dynamic .n-slider1-wrapper .custom-dots-container .slick-dots li {
    font-size: 0 !important;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 100%;
    margin: 0 !important;
}

.page-template-template-ug-home-latest-dynamic .n-slider1-wrapper .custom-dots-container .slick-dots li.slick-active {
    background-color: #0081FB;
    width: 50px;
    height: 10px;
    border: 1px solid #0081FB;
    border-radius: 7.5px;
}

/* .n-slider1  */
.page-template-template-ug-home-latest-dynamic .n-slider1 {
    margin: 0;
    position: relative;
}

.n-slider1>.item {
    display: none;
}

.n-slider1>.item:first-child {
    display: block;
}

.page-template-template-ug-home-latest-dynamic .n-slider1 figure img {
    height: 425px;
}

.page-template-template-ug-home-latest-dynamic .n-slider1 figure {
    position: relative;
}

.page-template-template-ug-home-latest-dynamic .n-slider1 figure::before {
    content: "";
    display: block;
    background-color: rgba(27, 27, 27, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

@media(max-width: 991px) {
    .page-template-template-ug-home-latest-dynamic .n-slider1-wrapper .custom-dots-container {
        right: unset;
        bottom: -40px;
        left: 12px;
    }

    .page-template-template-ug-home-latest-dynamic .n-slider1-wrapper .n-description {
        padding-bottom: 80px;
        bottom: 0;
    }
}

@media(max-width: 767px) {
    .page-template-template-ug-home-latest-dynamic .n-slider1-wrapper .custom-dots-container {
        bottom: -30px;
    }

    .page-template-template-ug-home-latest-dynamic .n-slider1 figure img {
        height: 380px;
    }

    .page-template-template-ug-home-latest-dynamic .n-slider1-wrapper .n-description {
        padding-bottom: 50px;
    }

    .page-template-template-ug-home-latest-dynamic .n-slider1-wrapper .n-description h1 {
        font-size: 36px;
    }

    .page-template-template-ug-home-latest-dynamic .n-slider1-wrapper .n-description p {
        color: #fff;
        font-size: 38px !important;
        line-height: 1.5;
    }
}



/* mcug-tutors-controls  */
.page-template-template-ug-home-latest-dynamic .mcug-tutors-controls .row {
    padding: 6.5px 0;
}

.page-template-template-ug-home-latest-dynamic .mcug-tutors-controls-grid {
    padding-top: 0;
    padding-bottom: 0;
}

.page-template-template-ug-home-latest-dynamic .mcug-tutors-controls-grid {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}

.page-template-template-ug-home-latest-dynamic .mcug-tutors-controls-grid img {
    height: 35px;
    width: 35px;
}

@media(max-width: 575px) {
    .page-template-template-ug-home-latest-dynamic .mcug-tutors-controls-grid .quote-countdown-container {
        position: absolute;
        right: 0;
        bottom: -50px;
    }
}


.page-template-template-ug-home-latest-dynamic .section-01.speaker-series .ett-grid {
    column-gap: 24px;
}

.page-template-template-ug-home-latest-dynamic .n-slider2 {
    max-width: 1284px;
    margin: 0;
}

.page-template-template-ug-home-latest-dynamic .n-slider2 .item {
    padding: 0 20px;
}

.page-template-template-ug-home-latest-dynamic .n-slider2-btns {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 8px;
    padding-right: 55px;
}

.page-template-template-ug-home-latest-dynamic .n-slider2-btns .n-custom-prev,
.page-template-template-ug-home-latest-dynamic .n-slider2-btns .n-custom-next {
    background-color: transparent;
    border: solid 2px rgba(14, 18, 20, 1);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    place-content: center;
    font-size: 14.4px;
    color: rgba(14, 18, 20, 1);
    transition: opacity 0.3sease;
}

.page-template-template-ug-home-latest-dynamic .n-slider2-btns .n-custom-prev:hover,
.page-template-template-ug-home-latest-dynamic .n-slider2-btns .n-custom-next:hover {
    cursor: pointer;
    opacity: 0.7;
}

@media(max-width: 1300px) {
    .page-template-template-ug-home-latest-dynamic .n-slider2 {
        max-width: 90vw;
        margin: 0;
    }

    .page-template-template-ug-home-latest-dynamic .ett-image {
        margin-bottom: 20px;
    }
}

.page-template-template-ug-home-latest-dynamic .fw-light {
    font-weight: 300 !important;
}

.page-template-template-ug-home-latest-dynamic .n-slider1 figure img {
    object-fit: cover;
}

.page-template-template-ug-home-latest-dynamic .n-slider2-wrapper {
    margin: 0 -20px;
}


.page-template-template-ug-home-latest-dynamic .n-slider1,
.page-template-template-ug-home-latest-dynamic .n-slider2 {
    min-width: unset;
}

.page-template-template-ug-home-latest-dynamic .n-slider2 {
    margin: 0 0 32px;
}

.n-slider2>.item {
    display: none;
}

.n-slider2>.item:first-child {
    display: block;
}

.page-template-template-ug-home-latest-dynamic .section-01.speaker-series {
    padding-bottom: 32px;
}

.page-template-template-ug-home-latest-dynamic .section-01.speaker-series figure {
    padding-top: 32px;
}

.page-template-template-ug-home-latest-dynamic .section-01.speaker-series figure img {
    object-fit: cover;
    height: 450px;
}

.page-template-template-ug-home-latest-dynamic .section-01.speaker-series .n-quote1 p:last-child {
    margin-bottom: 0 !important;
}

@media(max-width: 767px) {

    .page-template-template-ug-home-latest-dynamic .section-01.speaker-series figure img {
        height: 270px;
    }
}

.page-template-template-ug-home-latest-dynamic .flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

@media(min-width: 992px) {
    .page-template-template-ug-home-latest-dynamic .mb-lg-0 {
        margin-bottom: 0 !important;
    }
}

.page-template-template-ug-home-latest-dynamic .n-card3 {
    margin-bottom: 16px !important;
}

.page-template-template-ug-home-latest-dynamic .n-card3 figure img {
    height: 270px;
    object-fit: cover;
}

/* NEW UG LANDING PAGE STYLES */
.intro-text {
    text-align: left !important;
}

.mbz-cards {
    --blue: #0081fb;
    --teal: #35c9b3;
    --indigo: #3a348a;
    --dk: #0e5568;
    --text: #102a33;
    --paper: #f7f8fa;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
    margin: 20px 0;
    max-width: 962px;
    margin: 40px auto;
}

.mbz-card {
    grid-column: span 6;
    display: block;
    text-decoration: none;
    color: var(--text);
    overflow: hidden;
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
    border: 1px solid rgba(16, 42, 51, .06);
    position: relative;
}

.mbz-card__title {
    color: #000;
    text-align: left;
}

.mbz-card {
    cursor: default;
}

.mbz-card__body {
    display: flex;
    flex-direction: column;
    cursor: default;
}

.mbz-card__btn {
    display: inline-block;
    margin-top: 16px;
    padding: 10px 18px;
    background: var(--blue);
    color: #fff !important;
    font-size: 15px;
    font-weight: 500;
    border-radius: 6px;
    text-decoration: none;
    transition: background .3s ease, transform .2s ease;
}

.mbz-card__media {
    position: relative;
    aspect-ratio: 16/6;
    overflow: hidden;
    background: #e9eef2;
}

.mbz-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .45s ease;
}

.mbz-card__body {
    background: #f7f8fa42;
    padding: 22px 20px 24px;
}

.mbz-card__title {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 500;
    color: 000;
}

.mbz-card__title .ext {
    font-weight: 600;
    color: var(--blue);
    text-decoration: none;
}

.mbz-card__desc {
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
    color: #0e1214cc;
    font-weight: 100 !important;
}

.mbz-card:hover::after {
    transform: scaleX(1);
}

@media (max-width:900px) {
    .mbz-card {
        grid-column: span 12;
    }
}

/* =========================
MBZUAI Accordion (full-bleed lines + centered content)
========================= */
.mbz-accordion {
    width: 100%;
    background: #d1dce22b;
}

.accordion-item {
    border-top: 1px solid #0081fb;
}

.accordion-item:last-child {
    border-bottom: 1px solid #0081fb;
}

.accordion-header {
    width: 100%;
    border: 0;
    outline: 0;
    cursor: pointer;
    padding: 0;
    transition: background .25s ease;
}

.accordion-inner {
    max-width: var(--content-max, 1308px);
    margin: 0 auto;
    padding: 18px 40px;
    display: flex;
    align-items: center;
    color: #0081fb;
    font-size: 20px;
    font-weight: 600;
}

.accordion-icon {
    font-size: 24px;
    margin-right: 12px;
    transition: transform .3s ease;
}

.accordion-header.active .accordion-icon {
    transform: rotate(45deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease, padding .35s ease;
    margin: 0 auto;
}

.accordion-content-new {
    max-width: var(--content-max, 1178px);
}

.accordion-content p {
    margin: 15px 0;
    color: #102a33;
    font-size: 16px;
    line-height: 1.6;
}

@media (max-width:768px) {
    .accordion-inner {
        font-size: 18px;
        padding: 14px 16px;
    }

    .accordion-icon {
        font-size: 20px;
        margin-right: 10px;
    }

    .accordion-content {
        padding: 0 16px;
    }

    .accordion-content p {
        font-size: 15px;
        line-height: 1.5;
    }

    .accordion-content {
        padding-bottom: 16px;
    }

    ul li {
        font-size: 16px !important;
    }

    .custom-ul {
        font-size: 16px !important;
    }

    .accordion-content p {
        font-size: 16px !important;
    }
}

@media (max-width:480px) {
    .accordion-inner {
        font-size: 16px;
        padding: 12px 14px;
    }

    .accordion-icon {
        font-size: 18px;
        margin-right: 8px;
    }

    .accordion-content {
        padding: 0 14px;
    }

    .accordion-content p {
        font-size: 14px;
    }

    .accordion-content {
        padding-bottom: 16px;
    }

    ul li {
        font-size: 16px !important;
    }

    .custom-ul {
        font-size: 16px !important;
    }

    .accordion-content p {
        font-size: 16px !important;
    }
}

.mbz-accordion {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.mbz-accordion.fade-in {
    opacity: 1;
    transform: translateY(0);
}

.accordion-content p {
    margin-top: 1rem !important;
    font-weight: 100 !important;
    font-size: 18px;
    color: #0e1214cc !important
}

.accordion-content li {
    font-weight: 100;
    font-size: 18px;
    color: #0e1214cc !important
}

.accordion-content ul {
    font-weight: 100 !important;
    font-size: 18px;
    margin-top: 1rem !important;
    color: #0e1214cc !important
}

.mbz-card__body {
    color: #0e1214cc !important
}

.mbz-card__title {
    color: #0e1214cc !important
}

.custom-ul {
    color: #0e1214cc !important;
    font-weight: 100 !important;
}

::marker {
    color: #0e1214cc !important;
}

.accordion-title {
    font-size: 20px !important;
    font-weight: 400 !important;
    text-align: left;
}

.accordion-item button span {
    font-weight: 400 !important;
}

.accordion-header.active+.accordion-content,
.accordion-item.active .accordion-content,
.accordion-item[aria-expanded="true"] .accordion-content {
    max-height: none !important;
    overflow: visible !important;
    padding-bottom: 16px;
}

/* Base (collapsed) */
.mbz-accordion .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease, padding .35s ease;
}

/* Open only when header is active (or item has .active) */
.mbz-accordion .accordion-header.active+.accordion-content,
.mbz-accordion .accordion-item.active .accordion-content,
.mbz-accordion .accordion-item[aria-expanded="true"] .accordion-content {
    max-height: 1000px;
    /* a big enough value for your content */
    overflow: visible;
    padding-bottom: 16px;
}

/* Mobile – DO NOT force open. Just adjust spacing. */
@media (max-width:768px) {
    .mbz-accordion .accordion-content {
        padding: 0 16px;
    }
}

/* ========== Featured Tutors (scoped) ========== */
.mbz-tutors {
    --blue: #0081fb;
    --text: #0e1214;
    --muted: #6b7f88;
    --line: #e8edf3;
    margin: 10px auto 24px;
    padding: 8px 0 0;
    color: var(--text);
    font-family: inherit;
}

.mbz-tutors * {
    box-sizing: border-box
}

.mbz-tutors__heading {
    margin: 0 0 8px;
    font-size: 18px;
    line-height: 1.25;
    text-align: left;
    font-weight: 400;
}

.mbz-tutors__intro {
    margin: 0 auto 14px;
    text-align: left;
    color: #2a3b44;
    font-size: 18px !important;
    line-height: 1.6;
}

.mbz-tutors__viewport {
    border: 1px solid var(--line);
}

.mbz-tutors__slides {
    position: relative;
}

.mbz-tutors__slide {
    display: none;
    grid-template-columns: 3fr .9fr;
    gap: 24px;
    align-items: stretch;
    min-height: 220px;
    padding: 22px;
}

.mbz-tutors__slide.is-active {
    display: grid;
}

.mbz-tutors__text {
    min-width: 0;
}

.mbz-tutors__bio {
    margin: 0 0 12px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
}

.mbz-tutors__meta {
    margin-top: 10px;
}

.mbz-tutors__name {
    margin: 0 0 4px;
    font-size: 18px;
    font-weight: 500;
    color: #0e1214;
}

.mbz-tutors__title {
    font-size: 14px;
    color: #3d4a53;
}

.mbz-tutors__media {
    text-align: right;
    border-left: 1px solid #d9dee3;
    margin-top: -22px;
    margin-bottom: -22px;
    padding-left: 24px;
    padding-top: 22px;
    padding-bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.mbz-tutors__media img {
    width: 260px !important;
    height: 260px !important;
    aspect-ratio: 1/1;
    object-fit: cover;
    display: block;
}

.mbz-tutors__bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 22px;
    border-top: 1px solid var(--line);
}

.mbz-tutors__thumbs {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    overflow: auto;
}

.mbz-tutors__thumb {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid transparent;
    padding: 0;
    background: #fff;
    cursor: pointer;
    flex: 0 0 46px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .05);
    transition: border-color .2s ease, transform .2s ease;
}

.mbz-tutors__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mbz-tutors__thumb.is-active {
    border-color: var(--blue);
    transform: translateY(-1px);
}

.mbz-tutors__thumb--placeholder {
    display: block;
    width: 100%;
    height: 100%;
    background: #e9eef2;
}

.mbz-tutors__loader {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 0;
    background: #fff;
    padding: 0;
    cursor: pointer;
    display: grid;
    place-items: center;
}

.mbz-tutors__donut {
    width: 34px;
    height: 34px;
    transform: rotate(-90deg);
}

.mbz-tutors__donut .track {
    fill: none;
    stroke: #e6eef2;
    stroke-width: 4;
}

.mbz-tutors__donut .bar {
    fill: none;
    stroke: var(--blue);
    stroke-width: 4;
    stroke-linecap: round;
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    transition: stroke-dashoffset .2s linear;
}

.mbz-tutors__cta {
    margin-left: auto;
    padding: 10px 16px;
    border: 1px solid #3a348a;
    border-radius: 26px;
    color: #102a33;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: background .2s ease, color .2s ease, border-color .2s ease;
    white-space: nowrap;
}

.mbz-tutors__cta:hover {
    background: #0081fb;
    color: #fff !important;
    border-color: #fff;
}

@media (max-width:900px) {
    .mbz-tutors__slide {
        grid-template-columns: 1fr 220px;
    }

    .mbz-tutors__media img {
        width: 220px !important;
        height: 220px !important;
    }

    p {
        font-size: 16px !important;
    }
}

@media (max-width:680px) {
    .mbz-tutors__slide {
        grid-template-columns: 1fr;
        text-align: left;
        padding: 16px;
    }

    .mbz-tutors__media {
        order: -1;
        text-align: left;
        justify-content: flex-start;
        border-left: none;
        border-top: 1px solid #d9dee3;
        margin: 0;
        padding: 16px 0 0;
    }

    p {
        font-size: 16px !important;
    }

    .mbz-tutors__media img {
        width: 160px !important;
        height: 160px !important;
        margin-bottom: 12px;
    }

    .mbz-tutors__heading,
    .mbz-tutors__intro,
    .mbz-tutors__bio,
    .mbz-tutors__name,
    .mbz-tutors__title,
    .mbz-tutors__cta {
        font-size: 16px !important;
        line-height: 1.5;
    }

    .mbz-tutors__bar {
        flex-wrap: wrap;
        gap: 10px;
    }

    .mbz-tutors__cta {
        order: 3;
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 768px) {

    .mbz-tutors__heading,
    .mbz-tutors__intro,
    .mbz-tutors__bio,
    .mbz-tutors__name,
    .mbz-tutors__title,
    .mbz-tutors__cta {
        font-size: 16px !important;
        line-height: 1.5;
    }
}

.mbz-tutors__bio p {
    font-size: 16px !important;
}

.mbz-tutors__media img {
    width: 260px;
    height: 260px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

@media (max-width: 768px) {
    .mbz-tutors__media img {
        width: 160px;
        height: 160px;
        aspect-ratio: 1 / 1;
    }

    p {
        font-size: 16px !important;
    }
}

p {
    font-size: 18px !important;
}

.mc-faq-accordion .accordion-content p {
    padding: 0 24px 16px 24px !important;
}

.ugx-stories {
    --ugx-blue: #0081fb;
    --ugx-text: #0e1214;
    --ugx-muted: #6b7680;
    --ugx-line: #e6eef2;
    font-family: inherit;
    color: var(--ugx-text);
    margin: 10px 0 28px;
}

.ugx-stories * {
    box-sizing: border-box
}

.ugx-stories__viewport {
    position: relative;
    overflow: hidden;
}

.ugx-stories__track {
    display: flex;
    transition: transform .45s ease;
}

/* slide layout */
.ugx-stories__slide {
    min-width: 100%;
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 12px 0 0px;
}

.ugx-stories__media {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ugx-stories__media img {
    width: 172px;
    height: 172px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}

.ugx-stories__body {
    flex: 1 1 auto;
    min-width: 0;
}

.ugx-stories__name {
    margin: 0 0 6px;
    font-size: 18px;
    line-height: 1.15;
    font-weight: 700;
}

.ugx-stories__country {
    margin: 0 0 12px;
    font-size: 18px;
    color: var(--ugx-muted);
}

.ugx-stories__quote {
    margin: 0;
    font-size: 28px;
    line-height: 1.5;
    color: var(--ugx-text);
    padding-right: 100px;
}

.ugx-stories__quote a {
    color: #4b5bdc;
    text-decoration: none;
    border-bottom: 1px solid currentColor
}

.ugx-stories__quote a:hover {
    opacity: .85
}

/* next arrow */
.ugx-stories__next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid var(--ugx-line);
    background: #fff;
    color: var(--ugx-blue);
    font-size: 28px;
    line-height: 1;
    display: grid;
    place-items: center;
    cursor: pointer;
}

.ugx-stories__next:hover {
    background: #f7f9fc;
}

/* dots */
.ugx-stories__dots {
    display: flex;
    gap: 10px;
    justify-content: center;
    padding: 14px 0 4px;
}

.ugx-stories__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #cbd3da;
    border: 0;
    padding: 0;
    cursor: pointer;
}

.ugx-stories__dot.is-active {
    background: var(--ugx-blue);
}

/* Responsive */
@media (max-width:1024px) {
    .ugx-stories__name {
        font-size: 16px
    }

    .ugx-stories__quote {
        font-size: 16px
    }
}

@media (max-width:768px) {
    .ugx-stories__slide {
        flex-direction: row;
        align-items: center;
        gap: 18px
    }

    .ugx-stories__media img {
        width: 140px;
        height: 140px
    }

    .ugx-stories__name {
        font-size: 16px
    }

    .ugx-stories__country {
        font-size: 16px
    }

    .ugx-stories__quote {
        font-size: 16px
    }

    .ugx-stories__next {
        right: 8px
    }
}

@media (max-width:520px) {
    .ugx-stories__slide {
        align-items: flex-start
    }

    .ugx-stories__media img {
        width: 120px;
        height: 120px
    }

    .ugx-stories__quote {
        font-size: 16px
    }
}

.mc-cta:hover {
    color: #fff !important;
    background-color: #31348a;
}

.mc-cta {
    border: 1px solid #000;
}


/* ===== Horizontal Strips ===== */
.ugx-strips {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 0 0 40px 0;
}

.mcug-nav-active::after {
    border-bottom: none !important;
}

.mcug-sticky-nav {
    border-bottom: 0.5px solid #000;
}

.ugx-strip {
    flex: 1;
    display: flex;
    /* align text + arrow */
    justify-content: center;
    /* center contents */
    align-items: center;
    gap: 10px;
    /* space between text & arrow */
    background: #3a348a;
    /* MBZUAI techno-blue */
    color: #fff !important;
    /* force white text */
    text-decoration: none !important;
    font-size: 18px;
    font-weight: 200;
    padding: 40px 20px;
    transition: background 0.3s, transform 0.2s;
}

.ugx-strip img {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
    /* make arrow white */
    transition: transform 0.2s;
}

/* Hover */
.ugx-strip:hover {
    background: #3a348aba;
    /* darker hover blue */
    transform: translateY(-3px);
}

.ugx-strip:hover img {
    transform: translateX(4px);
    /* arrow slides right slightly */
}

@media (max-width: 768px) {
    .ugx-strips {
        flex-direction: column;
    }

    .ugx-strip {
        font-size: 18px;
        padding: 30px 20px;
    }
}

.mc-faq-accordion .accordion-item {
    border-top: none;
}

@media only screen and (max-width: 768px) {
    h3 {
        font-size: 16px !important;
    }
}