:root {
    --ut-blue: #005baa;
    --ut-blue-dark: #003f7d;
    --ut-yellow: #ffd200;
    --ut-orange: #f58220;
    --ut-soft: #f4f8fc;
    --ut-text: #102033;
    --ut-muted: #64748b;
    --ut-radius: 28px;
}

body {
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--ut-text);
    background: #ffffff;
}

.utility-bar {
    background: var(--ut-blue-dark);
    color: #fff;
    font-size: 13px;
    letter-spacing: .04em;
}

.ut-navbar {
    background: #fff;
    border-bottom: 1px solid rgba(15, 23, 42, .08);
}

.ut-logo {
    font-weight: 900;
    color: var(--ut-blue);
    letter-spacing: -.04em;
}

.btn-ut {
    background: var(--ut-yellow);
    color: var(--ut-blue-dark);
    border-radius: 999px;
    font-weight: 800;
    padding: 13px 26px;
    border: none;
}

.btn-ut-outline {
    border: 1px solid rgba(0, 91, 170, .35);
    color: var(--ut-blue);
    border-radius: 999px;
    font-weight: 800;
    padding: 12px 24px;
    background: #fff;
}

.preview-nav {
    background: #f8fafc;
    border-bottom: 1px solid rgba(15, 23, 42, .08);
    overflow-x: auto;
    white-space: nowrap;
}

.preview-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(0, 91, 170, .22);
    color: var(--ut-blue);
    border-radius: 999px;
    padding: 8px 18px;
    font-size: 14px;
    font-weight: 700;
    background: #fff;
}

.preview-pill.active {
    background: var(--ut-blue);
    color: #fff;
}

.hero-intl {
    background:
        radial-gradient(circle at top right, rgba(255, 210, 0, .2), transparent 30%),
        linear-gradient(135deg, var(--ut-blue-dark), var(--ut-blue));
    color: #fff;
    padding: 100px 0;
}

.eyebrow {
    color: var(--ut-text);
    font-weight: 900;
    letter-spacing: .22em;
    font-size: 12px;
    text-transform: uppercase;
}

.hero-eyebrow {
    color: var(--ut-yellow);
    font-weight: 900;
    letter-spacing: .22em;
    font-size: 12px;
    text-transform: uppercase;
}

.hero-title {
    font-size: clamp(42px, 6vw, 76px);
    line-height: .98;
    letter-spacing: -.05em;
    font-weight: 850;
}

.hero-title em {
    color: #FF8C00;
    font-family: Georgia, serif;
    font-weight: 500;
}

.hero-desc {
    color: rgba(255, 255, 255, .82);
    font-size: 18px;
    max-width: 620px;
}

.glass-card {
    background: rgba(255, 255, 255, .13);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: var(--ut-radius);
    backdrop-filter: blur(18px);
    box-shadow: 0 30px 80px rgba(0, 0, 0, .16);
}

.step-item {
    background: rgba(255, 255, 255, .12);
    border-radius: 16px;
    padding: 14px 16px;
    color: #fff;
}

.step-number {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--ut-yellow);
    color: var(--ut-blue-dark);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    margin-right: 10px;
}

.section-pad {
    padding: 90px 0;
}

.section-title {
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1;
    letter-spacing: -.04em;
    font-weight: 850;
}

.section-title em {
    color: var(--ut-orange);
    font-family: Georgia, serif;
    font-weight: 500;
}

.trust-card {
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: var(--ut-radius);
    padding: 28px;
    height: 100%;
    background: #fff;
    box-shadow: 0 20px 50px rgba(15, 23, 42, .06);
}

.trust-icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: rgba(0, 91, 170, .1);
    color: var(--ut-blue);
    display: grid;
    place-items: center;
    font-size: 24px;
    margin-bottom: 20px;
}

.ai-card {
    background: #fff;
    border-radius: var(--ut-radius);
    padding: 30px;
    color: var(--ut-text);
    box-shadow: 0 25px 70px rgba(15, 23, 42, .18);
}

.quiz-option {
    border: 1px solid rgba(0, 91, 170, .18);
    border-radius: 14px;
    padding: 12px 14px;
    font-weight: 700;
    background: #f8fbff;
    cursor: pointer;
}

.quiz-option.active {
    background: var(--ut-yellow);
    color: var(--ut-blue-dark);
}

.path-card {
    border-radius: var(--ut-radius);
    padding: 34px;
    background: var(--ut-soft);
    border: 1px solid rgba(0, 91, 170, .08);
    height: 100%;
}

.scholarship-card {
    background: linear-gradient(135deg, var(--ut-blue), var(--ut-blue-dark));
    color: #fff;
    border-radius: 34px;
    overflow: hidden;
}

.video-card {
    border-radius: var(--ut-radius);
    overflow: hidden;
    background: #000;
    position: relative;
}

.video-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    opacity: .82;
}

.play-btn {
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--ut-yellow);
    color: var(--ut-blue-dark);
    display: grid;
    place-items: center;
    font-weight: 900;
}

.form-control,
.form-select {
    border-radius: 16px;
    padding: 14px 16px;
    border-color: rgba(0, 91, 170, .2);
}

.chatbot-fab {
    position: fixed;
    right: 28px;
    bottom: 28px;
    z-index: 99;
    background: var(--ut-blue);
    color: #fff;
    border-radius: 999px;
    padding: 14px 22px;
    font-weight: 900;
    box-shadow: 0 20px 40px rgba(0, 91, 170, .32);
}

@media (max-width: 768px) {
    .hero-intl {
        padding: 72px 0;
    }

    .utility-bar .hide-mobile {
        display: none;
    }
}


.more-destination-section {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(to bottom,
            #ffffff 0%,
            #f7fbff 100%);
}



.more-destination-heading {
    max-width: 760px;
    margin: 0 auto 70px;
}

.more-destination-desc {
    font-size: 18px;
    line-height: 1.9;
    color: var(--ut-muted);
    max-width: 680px;
    margin: 0 auto;
}



.destination-feature-grid {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.destination-feature-card {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 24px;
    background: #fff;
    border-radius: 26px;
    border: 1px solid rgba(15, 23, 42, .06);
    box-shadow: 0 16px 40px rgba(15, 23, 42, .05);
    transition: all .3s ease;
}

.destination-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 26px 60px rgba(15, 23, 42, .08);
}

.destination-feature-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 18px;
    background:
        linear-gradient(135deg,
            rgba(0, 91, 170, .12),
            rgba(0, 91, 170, .04));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}

.destination-feature-card h5 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 800;
    margin-bottom: 8px;
    color: var(--ut-text);
}

.destination-feature-card p {
    margin: 0;
    color: var(--ut-muted);
    line-height: 1.7;
    font-size: 15px;
}



.destination-gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}



.destination-gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    aspect-ratio: 1 / 1;
    width: 100%;
    box-shadow:
        0 20px 50px rgba(15, 23, 42, .10);
    transition: all .35s ease;
}

.destination-gallery-card:hover {
    transform: translateY(-5px);
    box-shadow:
        0 28px 70px rgba(15, 23, 42, .14);
}

.destination-gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}



.large-card,
.wide-card {
    grid-column: auto;
    height: auto;
}



.destination-gallery-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to top,
            rgba(0, 0, 0, .62),
            rgba(0, 0, 0, .10));
}



.destination-gallery-content {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 14px;
}

.destination-gallery-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .16);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.destination-gallery-content h5 {
    margin: 0 0 4px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 850;
    color: #fff;
}

.destination-gallery-content p {
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: 13px;
    line-height: 1.5;
}



@media (max-width: 768px) {

    .destination-gallery-grid {
        grid-template-columns: 1fr;
    }

    .destination-gallery-card {
        border-radius: 22px;
    }

    .destination-gallery-content {
        left: 16px;
        right: 16px;
        bottom: 16px;
    }

    .destination-gallery-icon {
        width: 46px;
        height: 46px;
        min-width: 46px;
        border-radius: 16px;
        font-size: 20px;
    }

    .destination-gallery-content h5 {
        font-size: 17px;
    }

    .destination-gallery-content p {
        font-size: 12px;
    }
}



.destination-gallery-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to top,
            rgba(0, 0, 0, .60),
            rgba(0, 0, 0, .10));
}



.destination-gallery-content {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 16px;
}

.destination-gallery-icon {
    width: 58px;
    height: 58px;
    min-width: 58px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .16);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}

.destination-gallery-content h5 {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 850;
    color: #fff;
    margin-bottom: 6px;
}

.destination-gallery-content p {
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: 14px;
    line-height: 1.6;
}



@media (max-width: 991px) {

    .destination-gallery-grid {
        margin-top: 10px;
    }

    .large-card {
        min-height: 300px;
    }
}

@media (max-width: 768px) {

    .destination-gallery-grid {
        grid-template-columns: 1fr;
    }

    .large-card,
    .wide-card {
        grid-column: span 1;
    }

    .destination-gallery-card {
        min-height: 240px;
        border-radius: 22px;
    }

    .large-card {
        min-height: 260px;
    }

    .destination-gallery-content {
        left: 18px;
        right: 18px;
        bottom: 18px;
    }

    .destination-gallery-icon {
        width: 50px;
        height: 50px;
        min-width: 50px;
        border-radius: 16px;
        font-size: 22px;
    }

    .destination-gallery-content h5 {
        font-size: 18px;
    }

    .destination-gallery-content p {
        font-size: 13px;
    }
}



.living-section {
    background:
        linear-gradient(to bottom,
            #ffffff 0%,
            #f7fbff 100%);
    position: relative;
    overflow: hidden;
}



.living-heading {
    max-width: 760px;
    margin-bottom: 70px;
}

.living-heading-desc {
    color: var(--ut-muted);
    font-size: 18px;
    line-height: 1.9;
}



.living-card {
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    height: 100%;
    border: 1px solid rgba(15, 23, 42, .06);
    box-shadow: 0 22px 60px rgba(15, 23, 42, .06);
    transition: all .35s ease;
}

.living-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 35px 80px rgba(15, 23, 42, .10);
}



.living-image-wrapper {
    position: relative;
    overflow: hidden;
}

.living-image {
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: transform .6s ease;
}

.living-card:hover .living-image {
    transform: scale(1.05);
}

.living-tag {
    position: absolute;
    left: 20px;
    bottom: 20px;
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(10px);
    padding: 10px 16px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    color: var(--ut-blue-dark);
}



.living-card-body {
    padding: 30px;
}

.living-icon {
    width: 62px;
    height: 62px;
    border-radius: 20px;
    background:
        linear-gradient(135deg,
            rgba(0, 91, 170, .12),
            rgba(0, 91, 170, .04));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 22px;
}

.living-title {
    font-size: 28px;
    font-weight: 850;
    letter-spacing: -.03em;
    margin-bottom: 18px;
    color: var(--ut-text);
}

.living-text {
    color: var(--ut-muted);
    line-height: 1.9;
    font-size: 15px;
    margin-bottom: 24px;
}



.living-highlight-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.living-highlight-list span {
    background: #f4f8fc;
    color: var(--ut-blue-dark);
    padding: 10px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    border: 1px solid rgba(0, 91, 170, .08);
}



@media (max-width: 991px) {

    .living-heading {
        margin-bottom: 50px;
    }

    .living-title {
        font-size: 24px;
    }
}

@media (max-width: 768px) {

    .living-heading-desc {
        font-size: 16px;
    }

    .living-card {
        border-radius: 24px;
    }

    .living-image {
        height: 220px;
    }

    .living-card-body {
        padding: 24px;
    }

    .living-title {
        font-size: 22px;
    }

    .living-text {
        font-size: 14px;
    }

    .living-highlight-list span {
        font-size: 12px;
        padding: 8px 12px;
    }
}



.registration-section {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(to bottom,
            #ffffff 0%,
            #f7fbff 100%);
}



.registration-heading {
    max-width: 760px;
    margin-bottom: 80px;
}

.registration-heading-desc {
    color: var(--ut-muted);
    font-size: 18px;
    line-height: 1.9;
}

.registration-step-list-text {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.registration-step-list-text li {
    position: relative;
    padding-left: 34px;
    color: var(--ut-muted);
    line-height: 1.8;
    font-size: 15px;
}



.registration-step-list-text li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 2px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(0, 91, 170, .10);
    color: var(--ut-blue-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 900;
}



.active-step .registration-step-list-text li {
    color: rgba(255, 255, 255, .88);
}

.active-step .registration-step-list-text li::before {
    background: rgba(255, 255, 255, .16);
    color: #fff;
}



@media (max-width: 768px) {

    .registration-step-list-text li {
        font-size: 14px;
        padding-left: 30px;
    }

    .registration-step-list-text li::before {
        width: 20px;
        height: 20px;
        font-size: 11px;
    }
}


.registration-process-wrapper {
    position: relative;
}

.registration-line {
    position: absolute;
    top: 85px;
    left: 50%;
    transform: translateX(-50%);
    width: 72%;
    height: 2px;
    background:
        linear-gradient(to right,
            rgba(0, 91, 170, .08),
            rgba(0, 91, 170, .24),
            rgba(0, 91, 170, .08));
    z-index: 0;
}



.registration-card {
    position: relative;
    z-index: 2;
    background: #fff;
    border-radius: 32px;
    padding: 42px 34px;
    height: 100%;
    border: 1px solid rgba(15, 23, 42, .06);
    box-shadow: 0 25px 70px rgba(15, 23, 42, .06);
    transition: all .35s ease;
}

.registration-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 35px 90px rgba(15, 23, 42, .10);
}

.featured-card {
    background:
        linear-gradient(135deg,
            var(--ut-blue),
            var(--ut-blue-dark));
    color: #fff;
}

.featured-card .registration-title,
.featured-card .registration-text {
    color: #fff;
}

.featured-card .registration-tag-list span {
    background: rgba(255, 255, 255, .12);
    border-color: rgba(255, 255, 255, .16);
    color: #fff;
}


.registration-step-number {
    width: 64px;
    height: 64px;
    border-radius: 22px;
    background:
        linear-gradient(135deg,
            rgba(0, 91, 170, .12),
            rgba(0, 91, 170, .04));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 900;
    color: var(--ut-blue-dark);
    margin-bottom: 26px;
}

.featured-card .registration-step-number {
    background: rgba(255, 255, 255, .14);
    color: #fff;
}


.registration-icon {
    font-size: 42px;
    margin-bottom: 24px;
}


.registration-title {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -.03em;
    font-weight: 850;
    margin-bottom: 18px;
    color: var(--ut-text);
}

.registration-text {
    color: var(--ut-muted);
    line-height: 1.9;
    font-size: 15px;
    margin-bottom: 26px;
}


.registration-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.registration-tag-list span {
    padding: 10px 14px;
    border-radius: 999px;
    background: #f4f8fc;
    border: 1px solid rgba(0, 91, 170, .08);
    color: var(--ut-blue-dark);
    font-size: 13px;
    font-weight: 700;
}


@media (max-width: 991px) {

    .registration-heading {
        margin-bottom: 55px;
    }

    .registration-line {
        display: none;
    }

    .registration-title {
        font-size: 24px;
    }
}

@media (max-width: 768px) {

    .registration-heading-desc {
        font-size: 16px;
    }

    .registration-card {
        border-radius: 26px;
        padding: 30px 24px;
    }

    .registration-step-number {
        width: 56px;
        height: 56px;
        font-size: 18px;
        border-radius: 18px;
    }

    .registration-icon {
        font-size: 34px;
    }

    .registration-title {
        font-size: 22px;
    }

    .registration-text {
        font-size: 14px;
    }

    .registration-tag-list span {
        font-size: 12px;
        padding: 8px 12px;
    }
}


.tuition-section {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(to bottom,
            #ffffff 0%,
            #f7fbff 100%);
}


.tuition-heading {
    max-width: 760px;
    margin-bottom: 70px;
}

.tuition-heading-desc {
    color: var(--ut-muted);
    font-size: 18px;
    line-height: 1.9;
}


.fee-main-card {
    position: relative;
    background: #fff;
    border-radius: 34px;
    padding: 38px;
    height: 100%;
    border: 1px solid rgba(15, 23, 42, .06);
    box-shadow: 0 24px 70px rgba(15, 23, 42, .06);
}

.fee-top-badge {
    display: inline-flex;
    align-items: center;
    padding: 12px 18px;
    border-radius: 999px;
    background: rgba(0, 91, 170, .08);
    color: var(--ut-blue-dark);
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 28px;
}

.fee-main-title {
    font-size: 38px;
    line-height: 1.1;
    letter-spacing: -.04em;
    font-weight: 850;
    margin-bottom: 18px;
    color: var(--ut-text);
}

.fee-main-desc {
    color: var(--ut-muted);
    line-height: 1.9;
    margin-bottom: 34px;
}


.fee-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.fee-item {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 22px;
    border-radius: 24px;
    background: #f8fbff;
    border: 1px solid rgba(0, 91, 170, .06);
}

.fee-item h5 {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 8px;
    color: var(--ut-text);
}

.fee-item p {
    margin: 0;
    color: var(--ut-muted);
    font-size: 14px;
    line-height: 1.7;
}

.fee-price {
    white-space: nowrap;
    font-size: 16px;
    font-weight: 900;
    color: var(--ut-blue-dark);
}


.fee-gradient-card {
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    padding: 40px;
    height: 100%;
    background:
        linear-gradient(135deg,
            var(--ut-blue),
            var(--ut-blue-dark));
    color: #fff;
    box-shadow: 0 30px 90px rgba(0, 91, 170, .22);
}

.fee-gradient-header {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 26px;
}

.fee-small-label {
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 12px;
}

.fee-gradient-title {
    font-size: 42px;
    line-height: 1.05;
    letter-spacing: -.05em;
    font-weight: 850;
    margin: 0;
}

.fee-floating-chip {
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .16);
    padding: 12px 16px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.fee-gradient-desc {
    color: rgba(255, 255, 255, .82);
    line-height: 1.9;
    margin-bottom: 32px;
}


.tuition-mini-card {
    background: rgba(255, 255, 255, .10);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 28px;
    padding: 28px;
    height: 100%;
    backdrop-filter: blur(10px);
}

.tuition-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .14);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 22px;
}

.tuition-mini-card h4 {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 850;
    margin-bottom: 16px;
}

.tuition-price {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 16px;
    color: var(--ut-yellow);
}

.tuition-mini-card p {
    margin: 0;
    color: rgba(255, 255, 255, .80);
    line-height: 1.8;
    font-size: 14px;
}


@media (max-width: 991px) {

    .tuition-heading {
        margin-bottom: 55px;
    }

    .fee-gradient-title {
        font-size: 34px;
    }

    .fee-gradient-header {
        flex-direction: column;
    }
}

@media (max-width: 768px) {

    .tuition-heading-desc {
        font-size: 16px;
    }

    .fee-main-card,
    .fee-gradient-card {
        border-radius: 26px;
        padding: 28px 24px;
    }

    .fee-main-title {
        font-size: 30px;
    }

    .fee-gradient-title {
        font-size: 28px;
    }

    .fee-item {
        flex-direction: column;
    }

    .fee-price {
        font-size: 15px;
    }

    .tuition-mini-card {
        border-radius: 22px;
        padding: 24px;
    }

    .tuition-mini-card h4 {
        font-size: 20px;
    }

    .tuition-price {
        font-size: 18px;
    }
}


.programs-section {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(to bottom,
            #ffffff 0%,
            #f7fbff 100%);
}


.programs-heading {
    max-width: 760px;
    margin-bottom: 70px;
}

.programs-heading-desc {
    color: var(--ut-muted);
    font-size: 18px;
    line-height: 1.9;
}


.programs-section {
    background:
        linear-gradient(to bottom,
            #ffffff 0%,
            #f7fbff 100%);
}


.programs-heading {
    max-width: 760px;
    margin-bottom: 70px;
}

.programs-heading-desc {
    color: var(--ut-muted);
    font-size: 18px;
    line-height: 1.9;
}


.program-accordion-item {
    background: #fff;
    border-radius: 30px;
    margin-bottom: 24px;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, .06);
    box-shadow: 0 20px 60px rgba(15, 23, 42, .05);
    transition: all .35s ease;
}

.program-accordion-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 30px 80px rgba(15, 23, 42, .08);
}

.featured-program {
    background:
        linear-gradient(135deg,
            var(--ut-blue),
            var(--ut-blue-dark));
}

.featured-program .program-title,
.featured-program .program-label,
.featured-program .program-arrow {
    color: #fff;
}

.featured-program .program-icon {
    background: rgba(255, 255, 255, .12);
}


.program-accordion-header {
    width: 100%;
    border: none;
    background: transparent;
    padding: 32px 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
}

.program-header-left {
    display: flex;
    align-items: center;
    gap: 22px;
}

.program-icon {
    width: 72px;
    height: 72px;
    min-width: 72px;
    border-radius: 24px;
    background:
        linear-gradient(135deg,
            rgba(0, 91, 170, .12),
            rgba(0, 91, 170, .04));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
}

.program-label {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--ut-muted);
    margin-bottom: 10px;
}

.program-title {
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: -.04em;
    font-weight: 850;
    margin: 0;
    color: var(--ut-text);
}

.program-arrow {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: rgba(0, 91, 170, .08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 700;
    color: var(--ut-blue-dark);
}

.featured-program .program-arrow {
    background: rgba(255, 255, 255, .12);
}


.program-accordion-body {
    padding: 0 34px 34px 34px;
}


.program-list {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.program-item {
    padding: 12px 16px;
    border-radius: 16px;
    background: #f8fbff;
    border: 1px solid rgba(0, 91, 170, .06);
    color: var(--ut-blue-dark);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}

.featured-program .program-item {
    background: rgba(255, 255, 255, .10);
    border-color: rgba(255, 255, 255, .08);
    color: #fff;
}


@media (max-width: 991px) {

    .programs-heading {
        margin-bottom: 55px;
    }

    .program-title {
        font-size: 12px;
    }
}

@media (max-width: 768px) {

    .programs-heading-desc {
        font-size: 16px;
    }

    .program-accordion-header {
        padding: 24px 22px;
    }

    .program-accordion-body {
        padding: 0 22px 24px 22px;
    }

    .program-header-left {
        gap: 16px;
    }

    .program-icon {
        width: 58px;
        height: 58px;
        min-width: 58px;
        border-radius: 18px;
        font-size: 26px;
    }

    .program-title {
        font-size: 16px;
    }

    .program-arrow {
        width: 42px;
        height: 42px;
        border-radius: 14px;
        font-size: 22px;
    }

    .program-item {
        width: 100%;
        font-size: 13px;
    }
}

/* =========================================
   UT REGIONAL OFFICES
========================================= */

.ut-regional-section {
    background:
        linear-gradient(to bottom,
            #ffffff 0%,
            #f7fbff 100%);
}

/* =========================================
   HEADING
========================================= */

.ut-regional-heading {
    max-width: 800px;
    margin-bottom: 50px;
}

.ut-regional-desc {
    font-size: 18px;
    line-height: 1.9;
    color: var(--ut-muted);
}

/* =========================================
   HIGHLIGHT CARD
========================================= */

.ut-regional-highlight {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 30px;
    background: #fff;
    border-radius: 28px;
    margin-bottom: 40px;
    border: 1px solid rgba(15, 23, 42, .06);
    box-shadow: 0 20px 50px rgba(15, 23, 42, .06);
}

.ut-highlight-icon {
    width: 72px;
    height: 72px;
    min-width: 72px;
    border-radius: 22px;
    background: linear-gradient(135deg,
            rgba(0, 91, 170, .12),
            rgba(0, 91, 170, .04));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
}

.ut-regional-highlight h4 {
    font-weight: 800;
    margin-bottom: 8px;
}

.ut-regional-highlight p {
    margin: 0;
    color: var(--ut-muted);
}

/* =========================================
   CAROUSEL
========================================= */

.ut-office-carousel {
    position: relative;
    padding: 0 70px;
}

/* =========================================
   CARD
========================================= */

.office-card {
    position: relative;

    overflow: hidden;

    border-radius: 24px;

    box-shadow:
        0 15px 45px rgba(15, 23, 42, .10);

    transition: all .35s ease;
}

.office-card:hover {
    transform: translateY(-8px);
}

.office-card::after {
    content: "";

    position: absolute;
    inset: 0;

    background:
        linear-gradient(to top,
            rgba(0, 0, 0, .55),
            rgba(0, 0, 0, .05));
}

/* =========================================
   IMAGE
========================================= */

.office-card img {
    width: 100%;
    height: 320px;

    object-fit: cover;

    transition: .5s ease;
}

.office-card:hover img {
    transform: scale(1.08);
}

/* =========================================
   BADGE
========================================= */

.office-caption {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #005baa;
    background: #fff;
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(0, 91, 170, .25);
}

/* =========================================
   NAVIGATION
========================================= */

.ut-office-carousel .carousel-control-prev,
.ut-office-carousel .carousel-control-next {
    width: 55px;
    height: 55px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 10px 25px rgba(15, 23, 42, .15);
}

.ut-office-carousel .carousel-control-prev {
    left: 0;
}

.ut-office-carousel .carousel-control-next {
    right: 0;
}

.ut-office-carousel .carousel-control-prev-icon,
.ut-office-carousel .carousel-control-next-icon {
    background-image: none;
    width: auto;
    height: auto;
}

.ut-office-carousel .carousel-control-prev-icon::after {
    content: "‹";
    font-size: 32px;
    color: #005baa;
    font-weight: 700;
}

.ut-office-carousel .carousel-control-next-icon::after {
    content: "›";
    font-size: 32px;
    color: #005baa;
    font-weight: 700;
}

.ut-office-carousel .carousel-control-prev:hover,
.ut-office-carousel .carousel-control-next:hover {
    background: #005baa;
}

.ut-office-carousel .carousel-control-prev:hover .carousel-control-prev-icon::after,
.ut-office-carousel .carousel-control-next:hover .carousel-control-next-icon::after {
    color: #fff;
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 991px) {

    .ut-office-carousel {
        padding: 0;
    }

    .ut-office-carousel .carousel-item .col-lg-4:not(:first-child) {
        display: none;
    }

    .office-card img {
        height: 320px;
    }
}

@media (max-width: 768px) {

    .ut-regional-highlight {
        flex-direction: column;
        text-align: center;
    }

    .office-caption {
        top: 10px;
        left: 10px;
        font-size: 13px;
        padding: 8px 14px;
    }

    .office-card img {
        height: 260px;
    }

    .ut-office-carousel .carousel-control-prev,
    .ut-office-carousel .carousel-control-next {
        width: 42px;
        height: 42px;
    }
}

/* =========================================
   STUDENT MOBILITY
========================================= */

.mobility-section {
    background:
        linear-gradient(to bottom,
            #ffffff 0%,
            #f7fbff 100%);
}

/* =========================================
   HEADING
========================================= */

.mobility-heading {
    max-width: 850px;
    margin-bottom: 70px;
}

.mobility-desc {
    color: var(--ut-muted);
    font-size: 18px;
    line-height: 1.9;
}

/* =========================================
   CARD
========================================= */

.mobility-card {
    height: 100%;
    overflow: hidden;
    border-radius: 32px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, .06);
    box-shadow:
        0 20px 50px rgba(15, 23, 42, .06);
    transition: .35s;
}

.mobility-card:hover {
    transform: translateY(-8px);
    box-shadow:
        0 30px 70px rgba(15, 23, 42, .10);
}

/* =========================================
   IMAGE
========================================= */

.mobility-image {
    overflow: hidden;
}

.mobility-image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: .5s;
}

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

/* =========================================
   CONTENT
========================================= */

.mobility-content {
    padding: 30px;
}

.mobility-icon {
    width: 62px;
    height: 62px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 20px;

    background:
        linear-gradient(135deg,
            rgba(0, 91, 170, .12),
            rgba(0, 91, 170, .04));
}

.mobility-content h4 {
    font-size: 22px;
    font-weight: 850;
    line-height: 1.4;
    margin-bottom: 14px;
    color: var(--ut-text);
}

.mobility-content p {
    color: var(--ut-muted);
    line-height: 1.9;
    margin: 0;
}

/* =========================================
   MOBILE
========================================= */

@media (max-width:768px) {

    .mobility-heading {
        margin-bottom: 50px;
    }

    .mobility-image img {
        height: 220px;
    }

    .mobility-content {
        padding: 24px;
    }

    .mobility-content h4 {
        font-size: 20px;
    }
}

/* =========================================
   RECOGNITION SECTION
========================================= */

.recognition-section {
    background:
        linear-gradient(to bottom,
            #f7fbff 0%,
            #ffffff 100%);
}

/* =========================================
   HEADING
========================================= */

.recognition-heading {
    max-width: 860px;
    margin-bottom: 60px;
}

.recognition-desc {
    color: var(--ut-muted);
    font-size: 18px;
    line-height: 1.9;
}

/* =========================================
   IMAGE SHOWCASE
========================================= */

.recognition-showcase {
    position: relative;
    overflow: hidden;
    border-radius: 36px;
    box-shadow:
        0 30px 80px rgba(15, 23, 42, .12);
}

.recognition-image {
    width: 100%;
    /* height: 520px;
    object-fit: cover; */
    display: block;
}

/* =========================================
   OVERLAY
========================================= */

.recognition-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(to top,
            rgba(0, 0, 0, .45),
            rgba(0, 0, 0, .05));
}




/* =========================================
   MOBILE
========================================= */

@media (max-width:768px) {

    .recognition-heading {
        margin-bottom: 40px;
    }

    .recognition-desc {
        font-size: 16px;
    }

    /* .recognition-image {
        height: 300px;
    }

    .recognition-badge {
        left: 15px;
        bottom: 15px;
        font-size: 13px;
        padding: 10px 16px;
    } */

    .recognition-showcase {
        border-radius: 24px;
    }
}

/* =========================================
   UT FACTS SECTION
========================================= */

/* .ut-facts-section {
    background: #fff;
} */

/* =========================================
   CARD
========================================= */

.ut-fact-card {
    position: relative;
    overflow: hidden;

    height: 100%;
    min-height: 115px;

    padding: 16px 18px;

    background: #fff;
    border-radius: 18px;

    border: 1px solid rgba(15, 23, 42, .06);

    box-shadow:
        0 8px 25px rgba(15, 23, 42, .05);

    transition: all .3s ease;
}

.ut-fact-card:hover {
    transform: translateY(-4px);

    box-shadow:
        0 15px 40px rgba(15, 23, 42, .10);
}

/* =========================================
   TOP OVERLAY
========================================= */

.ut-fact-card::before {
    content: "";

    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 45%;

    z-index: 1;

    border-radius: 18px 18px 40px 40px;
}

/* =========================================
   COLOR VARIANTS
========================================= */

.fact-blue::before {
    background:
        linear-gradient(180deg,
            rgba(29, 124, 242, .18),
            rgba(29, 124, 242, .04));
}

.fact-orange::before {
    background:
        linear-gradient(180deg,
            rgba(245, 158, 11, .18),
            rgba(245, 158, 11, .04));
}

.fact-green::before {
    background:
        linear-gradient(180deg,
            rgba(20, 184, 166, .18),
            rgba(20, 184, 166, .04));
}

.fact-purple::before {
    background:
        linear-gradient(180deg,
            rgba(139, 92, 246, .18),
            rgba(139, 92, 246, .04));
}

/* =========================================
   HEADER
========================================= */

.ut-fact-header {
    display: flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 8px;

    position: relative;
    z-index: 2;
}

/* =========================================
   ICON
========================================= */

.ut-fact-icon {
    width: 32px;
    height: 32px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(255, 255, 255, .95);

    border-radius: 50%;

    font-size: 15px;

    box-shadow:
        0 4px 12px rgba(15, 23, 42, .08);
}

/* =========================================
   TITLE
========================================= */

.ut-fact-card h3 {
    margin: 0;

    font-size: 15px;
    font-weight: 800;
    line-height: 1.3;

    color: var(--ut-text);
}

/* =========================================
   DESCRIPTION
========================================= */

.ut-fact-card p {
    position: relative;
    z-index: 2;

    margin: 0;
    padding-left: 2;

    font-size: 12px;
    line-height: 1.5;

    color: var(--ut-muted);
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {

    .ut-fact-card {
        min-height: auto;
        padding: 14px 16px;
    }

    .ut-fact-icon {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    .ut-fact-card h3 {
        font-size: 14px;
    }

    .ut-fact-card p {
        font-size: 11px;
    }
}

/* =========================================
   ABOUT UT CARD
========================================= */

.ut-about-card {
    position: relative;
    overflow: hidden;

    background: #ffffff;

    border-radius: 32px;

    padding: 40px;

    border: 1px solid rgba(15, 23, 42, .06);

    box-shadow:
        0 25px 70px rgba(15, 23, 42, .08);
}

/* =========================================
   OVERLAY
========================================= */

.ut-about-overlay {
    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 180px;

    background:
        linear-gradient(180deg,
            rgba(0, 91, 170, .10),
            rgba(0, 91, 170, .02));

    z-index: 1;
}

/* =========================================
   CONTENT
========================================= */

.ut-about-content {
    position: relative;
    z-index: 2;

    max-width: 850px;
}

/* =========================================
   BADGE
========================================= */

.ut-about-badge {
    display: inline-flex;

    align-items: center;

    padding: 10px 18px;

    border-radius: 999px;

    background:
        rgba(0, 91, 170, .08);

    color: var(--ut-blue);

    font-size: 12px;
    font-weight: 800;

    letter-spacing: .08em;

    margin-bottom: 24px;
}

/* =========================================
   TITLE
========================================= */

.ut-about-title {
    font-size: clamp(36px, 4vw, 56px);

    line-height: 1.05;

    font-weight: 850;

    letter-spacing: -.03em;

    margin-bottom: 28px;

    color: var(--ut-text);
}

.ut-about-title span {
    display: block;
    color: var(--ut-blue);
}

/* =========================================
   TEXT
========================================= */

.ut-about-text {
    font-size: 18px;

    line-height: 1.9;

    color: var(--ut-muted);

    margin-bottom: 18px;
}

.ut-about-text:last-child {
    margin-bottom: 0;
}

/* =========================================
   MOBILE
========================================= */

@media (max-width:768px) {

    .ut-about-card {
        padding: 35px 24px;
        border-radius: 24px;
    }

    .ut-about-overlay {
        height: 140px;
    }

    .ut-about-title {
        font-size: 30px;
    }

    .ut-about-text {
        font-size: 16px;
        line-height: 1.8;
    }
}

/* =========================================
   FOOTER
========================================= */

.ut-footer {
    position: relative;

    background:
        linear-gradient(135deg,
            var(--ut-blue),
            var(--ut-blue-dark));

    color: #fff;

    overflow: hidden;

    padding: 40px 0;
}

/* Background Pattern */

.ut-footer::before {
    content: "";

    position: absolute;
    inset: 0;

    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cg fill='none' stroke='rgba(255,255,255,0.05)' stroke-width='1'%3E%3Cpath d='M0 60L60 0L120 60L60 120Z'/%3E%3C/g%3E%3C/svg%3E");

    opacity: .6;

    pointer-events: none;
}

/* =========================================
   CONTENT
========================================= */

.ut-footer .container {
    position: relative;
    z-index: 2;
}

/* =========================================
   LOGO
========================================= */

.ut-footer-logo {
    max-width: 120px;
    width: 100%;
    filter: brightness(0) invert(1);
    /* color: #fff;
    background: #fff; */

}

/* =========================================
   ITEM
========================================= */

.ut-footer-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;

    margin-bottom: 14px;

    color: #fff;

    font-size: 16px;
    line-height: 1.7;
}

/* =========================================
   ICON
========================================= */

.ut-footer-icon {
    width: 34px;
    height: 34px;

    min-width: 34px;

    border-radius: 50%;

    background:
        rgba(255, 255, 255, .12);

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 14px;
}

/* =========================================
   SOCIAL
========================================= */

.ut-footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;

    margin-top: 10px;
}

.ut-footer-social a {
    width: 38px;
    height: 38px;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background:
        rgba(0, 0, 0, .18);

    color: #fff;

    text-decoration: none;

    transition: .3s;
}

.ut-footer-social a:hover {
    transform: translateY(-3px);

    background:
        rgba(255, 255, 255, .18);
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 991px) {

    .ut-footer {
        text-align: center;
    }

    .ut-footer-item {
        justify-content: center;
    }

    .ut-footer-social {
        justify-content: center;
    }

    .ut-footer-logo {
        margin-bottom: 10px;
    }
}

.quiz-option {
    transition: all .25s ease;
}

.quiz-option:hover {
    transform: translateY(-2px);
}

.quiz-option.active {
    background: var(--ut-blue);
    color: white;
    border-color: var(--ut-blue);
}

.result-card {
    background: #f8fbff;
    border-radius: 24px;
    padding: 30px;
    border: 1px solid rgba(0,91,170,.15);
}

.result-score {
    display: inline-block;

    background: #22c55e;
    color: white;

    padding: 8px 16px;

    border-radius: 999px;

    font-weight: 700;

    margin-bottom: 15px;
}

.result-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.result-tags span {
    background: rgba(0,91,170,.08);
    color: var(--ut-blue);

    padding: 8px 14px;
    border-radius: 999px;

    font-size: 13px;
    font-weight: 700;
}