:root {
            --spacing-card: 15%;
        }

        html {
            overflow-x: hidden !important;
            overflow-y: visible !important;
        }

        .topeffect {
            opacity: 0;
            transform: translateY(200px);
        }

        .philos-quote {
            position: absolute;
            height: 40px;
            width: auto !important;
            top: -18px;
            left: -4px;
            mix-blend-mode: darken;
        }

        .philos-quote2 {
            position: absolute;
            height: 40px;
            width: auto !important;
            bottom: unset;
            right: 0px;
            transform: rotate(180deg);
            mix-blend-mode: darken;
        }

        ul.listing li {
            position: relative;
            margin-bottom: 3vh;
        }

        .mySwiper-growth ul.listing li {
            position: relative;
            margin-bottom: 0vh;
        }

        @keyframes slideUp {
            0% {
                transform: translateY(30px);
                opacity: 0;
            }

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

        @media only screen and (max-width: 768px) {
            .growth-plan {
                margin-bottom: 4vh;
            }
        }

        a.tab-link.active .label {
            font-weight: 600;
        }

        .right-border {
            position: relative;
            padding: 15px;
            margin-left: 30px;
            padding-top: 12px;
        }

        .right-border::after {
            content: '';
            position: absolute;
            height: 0;
            width: 1px;
            border: 3px solid #ECB24F;
            border-radius: 40px 0 0 0;
            border-right: none;
            border-bottom: none;
            top: -3%;
            left: -3%;
            pointer-events: none;
            transition: none;
        }

        .right-border.animate-border::after {
            animation: drawLine 3s linear forwards;
        }

        .mt-7 {
            margin-top: 7rem;
        }

        .parent-growth .growth-plan {
            margin-bottom: 0;
            box-shadow: unset;
        }

        .vision-swiper .purple-bg,
        .vision-swiper .yellow-bg,
        .vision-swiper .green-bg,
        .vision-swiper .brown-bg {
            border-radius: 0 !important;
        }

        .quote-box {
            width: 100%;
        }

        .animated-line-pune .img-section:before {
            content: '';
            height: 15px;
            width: 100%;
            background-color: #1078bc;
            position: absolute;
            bottom: 0;
            left: 0;
        }

        .animated-line-pune1 .img-section:before {
            content: '';
            height: 15px;
            width: 100%;
            background-color: #ECB24F;
            position: absolute;
            bottom: 0;
            left: 0;
        }

        .box-section .img-section img {
            object-fit: cover !important;
        }

        #gallery-section .img-section {
            box-shadow: unset;
        }

        .animated-line-pune .img-section1:before {
            content: '';
            height: 15px;
            width: 100%;
            background-color: #1078bc;
            position: absolute;
            bottom: 0;
            left: 0;
        }

        .img-section {
            height: auto !important;
            box-shadow: unset !important;
        }

        .invert {
            filter: invert(85%) sepia(93%) saturate(1485%) hue-rotate(180deg) brightness(90%) contrast(97%);
        }

        .growth-plan .swiper-button-next {
            right: var(--swiper-navigation-sides-offset, -34px);
            left: auto;
        }

        ul.listing>li:before {
            background-color: #003366;
            top: 15px;
        }

        @media only screen and (max-width: 768px) {
            ul.listing>li:before {
                top: 7px !important;
            }
        }

        @media (min-width: 992px) {
            .quote-box {
                width: 50%;
            }
        }

        @keyframes drawLine {
            0% {
                height: 0;
                width: 0;
            }

            50% {
                height: 100%;
                width: 0;
            }

            100% {
                height: 100%;
                width: 100%;
            }
        }

        @media (max-width: 480px) {
            .height22 {
                height: 589px !important;
            }

            .right-border {
                margin-left: 15px;
            }

            .cnt-dtl p {
                margin-bottom: 22px !important;
            }

            .heading-title {
                margin: 11px 0 15px !important;
            }
        }

        .university-logos .logo-box {
            position: relative;
            padding: 25px 20px;
            background: #fff;
            overflow: hidden;
        }

        .university-logos .logo-box::before {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 0;
            height: 1px;
            background: repeating-linear-gradient(to right, #acabab 0 4px, transparent 4px 9px);
            transition: width 3.4s ease;
        }

        .university-logos .logo-box::after {
            content: "";
            position: absolute;
            right: 0;
            top: 0;
            width: 1px;
            height: 0;
            background: repeating-linear-gradient(to bottom, #acabab 0 4px, transparent 4px 9px);
            transition: height 3.4s ease;
        }

        .university-logos .logo-box.in-view::before {
            width: 100%;
        }

        .university-logos .logo-box.in-view::after {
            height: 100%;
        }

        @media (min-width: 992px) {
            .university-logos .logo-box:nth-child(6n)::after {
                display: none;
            }

            .university-logos .logo-box:nth-last-child(-n + 6)::before {
                display: none;
            }
        }

        @media (max-width: 767px) {
            .university-logos .logo-box:nth-child(2n)::after {
                display: none;
            }

            .university-logos .logo-box:nth-last-child(-n + 2)::before {
                display: none;
            }
        }

        @media (min-width: 768px) and (max-width: 991px) {
            .university-logos .logo-box:nth-child(3n)::after {
                display: none;
            }

            .university-logos .logo-box:nth-last-child(-n + 3)::before {
                display: none;
            }
        }

        .highlights {
            padding: 52px 12px 34px;
        }

        .highlight-tlt {
            font-family: 'Lato', sans-serif;
            font-size: 42px;
            line-height: 0.98;
            letter-spacing: 0;
            text-align: left !important;
            margin-bottom: 28px;
        }

        .left-panel {
            position: relative;
            padding-right: 18px;
            z-index: 2;
        }

        .bubble-circle {
            position: absolute;
            right: -30px;
            top: 220px;
            z-index: 5;
            width: 150px;
            height: 150px;
            border-radius: 50%;
            background: var(--bubble-blue);
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding: 18px;
            box-shadow: 0 8px 30px rgba(10, 30, 50, 0.45);
            font-weight: 700;
            font-size: 18px;
            transform: translateZ(0);
        }

        .tabs-list {
            list-style: none;
            padding: 0;
            margin: 0;
            position: relative;
            z-index: 3;
        }

        .tabs-list li {
            margin-bottom: 14px;
        }

        .tabs-list a {
            display: block;
            align-items: center;
            text-decoration: none;
            padding: 10px 8px 10px 0;
            color: var(--nav-blue);
            border-radius: 27px 0px 0px 27px;
            transition: all .24s ease;
            font-weight: 600;
            background: transparent;
            box-shadow: none;
            position: relative;
        }

        .tabs-list a .label {
            display: inline-block;
            font-size: clamp(15px, 1.25vw, 19px);
            font-weight: 400;
            padding-left: 10px;
            color: #003366;
            font-family: 'Lato', sans-serif;
        }

        .tab-desc.visible {
            font-size: 16px;
            font-weight: 400;
            line-height: normal;
        }

        .tabs-list a .chev {
            opacity: 1;
            transform: translateX(0);
            transition: .18s;
            display: inline-block;
            flex: 0 0 auto;
            width: 10px;
            height: 10px;
            border: 0;
            border-radius: 50%;
            background: #003366;
            box-sizing: border-box;
        }

        .tabs-list a.active {
            background: #fdf2e2;
            box-shadow: 0 12px 32px rgba(16, 34, 56, 0.16);
            min-height: 250px;
            padding: 18px 18px 22px 16px;
            border-radius: 28px 0px 0px 28px;
        }

        a.tab-link.active::after {
            content: '';
            display: block;
            width: 16px;
            background: #ecb250 !important;
            position: absolute;
            top: 0;
            height: 100%;
            right: -16px;
        }

        .tabs-list a.active .chev {
            opacity: 1;
            transform: translateX(0);
            width: 30px;
            height: 30px;
            border: 5px solid #003366;
            background: transparent;
        }

        .image-card {
            position: relative;
            width: 100%;
            margin-left: -3px;
        }

        .image-card .card-frame {
            background: transparent;
            border-radius: 28px;
            box-shadow: none;
            position: relative;
        }

        .image-card img.main-img {
            width: 100%;
            height: auto;
            display: block;
            object-fit: cover;
            filter: grayscale(40%) contrast(95%);
        }

        .badge-circle {
            position: absolute;
            width: 160px;
            height: 160px;
            border-radius: 50%;
            background: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding: 14px;
            box-shadow: 0 6px 26px rgba(0, 0, 0, 0.14);
            border: 6px solid rgba(230, 179, 58, 0.95);
            z-index: 5;
            font-weight: 600;
            line-height: 1.0;
        }

        .badge1 {
            right: 36px;
            top: 18px;
        }

        .badge2 {
            right: 34px;
            bottom: 70px;
            width: 150px;
            height: 150px;
            border-width: 6px;
        }

        .badge3 {
            left: 40px;
            bottom: 28px;
            width: 160px;
            height: 160px;
            border-width: 6px;
        }

        .badge-circle::before {
            content: "";
            position: absolute;
            inset: -14px;
            border-radius: 50%;
            border: 6px solid rgba(255, 255, 255, 0.3);
            z-index: -1;
        }

        .placement-stage {
            position: relative;
            width: 100%;
            aspect-ratio: 0.87 / 1;
            min-height: 620px;
        }

        .placement-card {
            position: absolute;
            overflow: hidden;
            border-radius: 28px;
            box-shadow: 0 14px 34px rgba(17, 30, 48, 0.22);
            background: #cfcfcf;
        }

        .placement-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            filter: grayscale(100%) contrast(92%);
            opacity: 0.82;
        }

        .placement-card::after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, rgba(248, 248, 248, 0.12), rgba(0, 0, 0, 0.04));
            pointer-events: none;
        }

        .placement-card--us {
            top: 0px;
            right: 0;
            width: 100%;
            height: 65%;
        }

        .placement-card--uk {
            left: -5%;
            bottom: -12%;
            width: 63%;
            height: 66%;
            z-index: 2;
        }

        .placement-card--sg {
            right: -6%;
            bottom: -1%;
            width: 43%;
            height: 47%;
            z-index: 3;
        }

        .placement-country {
            position: absolute;
            top: 12px;
            left: 16px;
            color: #ffffff;
            font-family: 'Playfair Display', serif;
            font-size: clamp(24px, 2.2vw, 38px);
            line-height: 0.94;
            font-weight: 700;
            text-shadow: 0 2px 14px rgba(0, 0, 0, 0.24);
            z-index: 4;
            white-space: pre-line;
        }

        .placement-badge {
            position: absolute;
            width: clamp(112px, 13vw, 155px);
            height: clamp(112px, 13vw, 155px);
            border-radius: 50%;
            background: #ffffff;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding: 12px;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
            z-index: 5;
            overflow: hidden;
            flex-direction: column;
            gap: 6px;
        }

        .placement-badge img {
            width: 72%;
            height: 72%;
            object-fit: contain;
            filter: none;
            opacity: 1;
        }

        .placement-badge-text {
            color: #173b72;
            font-size: 0.92rem;
            line-height: 1.05;
            font-weight: 700;
            display: block;
        }

        .placement-badge-sub {
            color: #173b72;
            font-size: 0.52rem;
            line-height: 1.1;
            font-weight: 600;
            letter-spacing: 0.03em;
            display: block;
            margin-top: 2px;
        }

        .placement-badge--gt {
            top: 4%;
            left: 37%;
        } 

        .placement-badge--nyu {
            top: 4%;
            right: 3%;
            font-size: clamp(18px, 2vw, 32px);
            font-weight: 800;
            color: #5b2ca4;
        }

        .placement-badge--purdue {
            bottom: 38%;
            left: 37%;
        }

        .placement-badge--uiuc {
            top: 36%;
            right: 3%;
        }

        .placement-badge--warwick {
            top: 32%;
            left: 5%;
        }

        .placement-badge--imperial {
            top: 14%;
            right: 13%;
            width: clamp(120px, 13vw, 160px);
            height: clamp(120px, 13vw, 160px);
            padding: 14px;
        }

        .placement-badge--kings {
            right: 6%;
            bottom: 6%;
            width: clamp(120px, 13vw, 160px);
            height: clamp(120px, 13vw, 160px);
            padding: 14px;
        }

        .placement-badge--manchester {
            left: 16%;
            bottom: 3%;
        }

        .placement-badge--cambridge {
            right: 30%;
            bottom: 29%;

        }

        .placement-badge--nus {
            left: 8%;
            top: 22%;
            width: clamp(122px, 13vw, 160px);
            height: clamp(122px, 13vw, 160px);
            padding: 14px;
        }

        .placement-badge--smu {
            right: 6%;
            bottom: 3%;
            width: clamp(122px, 13vw, 160px);
            height: clamp(122px, 13vw, 160px);
            padding: 14px;
        }

        .gt-mark,
        .nyu-mark,
        .nus-text,
        .smu-text,
        .imperial-text,
        .kings-text {
            display: block;
            font-family: 'Lato', sans-serif;
            font-weight: 800;
            line-height: 1;
        }

        .gt-mark {
            color: #b89b4e;
            font-size: clamp(32px, 3.1vw, 46px);
            letter-spacing: -0.04em;
        }

        .nyu-mark {
            color: #6d3ba7;
            font-size: clamp(28px, 2.8vw, 42px);
            letter-spacing: -0.03em;
        }

        .imperial-text,
        .kings-text {
            color: #173b72;
            font-size: clamp(0.7rem, 1.05vw, 1rem);
        }

        .nus-text,
        .smu-text {
            color: #173b72;
            font-size: clamp(2rem, 2.5vw, 3.2rem);
            letter-spacing: -0.03em;
        }

        .big-circle {
            position: absolute;
            left: -19%;
            top: 9%;
            width: 208px;
            height: 208px;
            background: #0f4a7d;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 34px;
            box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.24);
            z-index: 10;
        }

        .big-circle .circle-text {
            color: #ffffff !important;
            font-size: 28px;
            font-weight: 700;
            line-height: 1.18;
            text-align: center;
            margin-bottom: 0;
            font-family: 'Lato', sans-serif;
        }

        .info-card {
            background: var(--card-cream);
            border-radius: 14px;
            padding: 18px;
            box-shadow: 0 10px 30px rgba(10, 20, 30, 0.08);
            margin-bottom: 18px;
            position: relative;
            z-index: 6;
        }

        .info-card .title {
            font-weight: 700;
            color: var(--nav-blue);
            font-size: 18px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .info-card p {
            color: var(--muted);
            margin: 10px 0 0;
            line-height: 1.45;
        }

        .tab-content-left {
            position: relative;
            z-index: 6;
        }

        .tab-heading {
            font-size: 22px;
            font-weight: 800;
            color: var(--nav-blue);
            margin: 6px 0 8px;
            transform-origin: left center;
            transition: transform .32s cubic-bezier(.2, .9, .3, 1), opacity .28s;
            opacity: 0;
            transform: scale(.94);
        }

        .tab-heading.zoom-in {
            transform: scale(1);
            opacity: 1;
        }

        .tab-desc {
            color: var(--muted);
            opacity: 0;
            max-height: 0;
            overflow: hidden;
            transition: opacity .28s, max-height .34s ease;
        }

        .tab-desc.visible {
            opacity: 1;
            max-height: 400px;
            margin-top: 18px;
        }

        .mobile-tab-body {
            display: none;
        }

        .fade-enter {
            opacity: 0;
            transform: translateY(8px);
        }

        .fade-enter.fade-enter-active {
            opacity: 1;
            transform: translateY(0);
            transition: all .36s cubic-bezier(.2, .9, .3, 1);
        }

        .decor-dot {
            position: absolute;
            right: -2%;
            top: -2%;
            width: 180px;
            height: 180px;
            background: radial-gradient(circle at 10% 10%, rgba(255, 0, 255, 0.03) 0 8px, transparent 8px);
            opacity: 0.25;
            transform: rotate(14deg);
            z-index: 2;
            pointer-events: none;
        }

        @media(max-width: 991px) {
            .left-panel::after {
                display: none;
            }

            .bubble-circle {
                display: none;
            }

            .badge1 {
                right: 12px;
                top: 12px;
                width: 120px;
                height: 120px;
            }

            .badge2 {
                right: 10px;
                bottom: 50px;
                width: 110px;
                height: 110px;
            }

            .badge3 {
                left: 12px;
                bottom: 12px;
                width: 110px;
                height: 110px;
            }
        }

        @media(max-width: 768px) {
            .main-row {
                gap: 28px;
            }

            .left-panel {
                padding-right: 0;
            }

            .left-panel .page-title {
                text-align: center;
            }

            .tab-heading {
                text-align: center;
                transform-origin: center;
            }

            .tabs-list a {
                font-size: 15px;
                padding: 12px;
            }

            .bubble-circle {
                display: none;
            }

            .badge-circle {
                display: none;
            }
        }

        .highlight-tlt {
            text-align: left !important;
        }

        .university-arrow {
            padding-left: 10px;
            padding-top: 8px;
            pointer-events: none;
        }

        .img-wrapper {
            position: relative;
            width: 100%;
            height: auto;
        }
        .img-wrapper.img-1 {
            margin-top: 16%;
        }

        .main-img {
            width: 100%;
            border-radius: 20px;
            display: block;
        }

        .big-circle.animate {
            animation: popIn 0.45s ease-out;
        }

        .img-1 .big-circle {
            left: -20%;
            right: auto;
            top: 71%;
        }

        .img-2 .big-circle {
            left: -11%;
            top: 13%;
        }

        .img-3 .big-circle {
            left: 43%;
            top: auto;
            bottom: -10px;
        }

        .scholarship-stage {
            position: relative;
            width: 100%;
            min-height: 640px;
            padding-bottom: 68px;
        }

        .scholarship-swiper {
            position: relative;
            width: 100%;
            overflow: visible;
        }

        .scholarship-swiper .swiper-wrapper {
            align-items: stretch;
        }

        .scholarship-slide {
            display: grid;
            grid-template-columns: minmax(0, 1.05fr) minmax(250px, 0.95fr);
            gap: 18px;
            align-items: center;
            min-height: 640px;
        }

        .scholarship-slide__media {
            position: relative;
            min-height: 640px;
            overflow: hidden;
            border-radius: 28px;
            box-shadow: 0 16px 38px rgba(17, 30, 48, 0.24);
            background: linear-gradient(180deg, #d9d9d9 0%, #c8c8c8 100%);
        }

        .scholarship-slide__media img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            filter: grayscale(28%) contrast(95%);
        }

        .scholarship-slide__media::after {
            content: "";
            position: absolute;
            inset: 0;
            background:
                linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.12)),
                radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.16), transparent 30%);
            pointer-events: none;
        }

        .scholarship-slide__content {
            position: relative;
            padding: 0 12px 0 4px;
            color: #173b72;
        }

        .scholarship-kicker {
            margin: 0 0 10px;
            color: #ecb250;
            font-weight: 800;
            letter-spacing: 0.16em;
            text-transform: uppercase;
            font-size: 0.82rem;
        }

        .scholarship-title {
            margin: 0 0 14px;
            color: #003366;
            font-family: 'Lato', sans-serif;
            font-size: clamp(2rem, 2.8vw, 3.45rem);
            line-height: 0.98;
            font-weight: 800;
        }

        .scholarship-copy {
            margin: 0 0 18px;
            font-size: 1rem;
            line-height: 1.65;
            color: #17416f;
            font-family: 'Lato', sans-serif;
            max-width: 30rem;
        }

        .scholarship-metrics {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 12px;
            margin-top: 8px;
        }

        .scholarship-metric {
            background: #fdf2e2;
            border: 1px solid rgba(236, 178, 80, 0.45);
            border-radius: 18px;
            padding: 14px 15px;
            box-shadow: 0 10px 24px rgba(16, 34, 56, 0.08);
            color: #003366;
            font-weight: 700;
            line-height: 1.25;
            min-height: 84px;
            display: flex;
            align-items: center;
        }

        .scholarship-bubble {
            position: absolute;
            width: clamp(108px, 12vw, 162px);
            height: clamp(108px, 12vw, 162px);
            border-radius: 50%;
            background: #ffffff;
            outline: 5px solid #ecb250;
            outline-offset: 8px;
            box-shadow: 0 10px 22px rgba(0, 0, 0, 0.20);
            padding: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: #173b72;
            font-family: 'Lato', sans-serif;
            font-weight: 700;
            line-height: 1.1;
            z-index: 5;
        }

        .scholarship-bubble span {
            display: block;
        }

        .scholarship-bubble--top {
            top: 18px;
            right: 18px;
        }

        .scholarship-bubble--left {
            left: 16px;
            top: 32%;
        }

        .scholarship-bubble--bottom {
            left: 40%;
            bottom: 20px;
        }

        .scholarship-bubble--small {
            width: clamp(94px, 10vw, 132px);
            height: clamp(94px, 10vw, 132px);
            outline-width: 4px;
            outline-offset: 7px;
            padding: 10px;
            font-size: 0.86rem;
        }

        .scholarship-pagination {
            position: absolute;
            left: 10px;
            bottom: 0;
            z-index: 6;
        }

        .scholarship-pagination .swiper-pagination-bullet {
            width: 10px;
            height: 10px;
            background: #173b72;
            opacity: 0.22;
        }

        .scholarship-pagination .swiper-pagination-bullet-active {
            opacity: 1;
            background: #ecb250;
        }

        .scholarship-nav {
            position: relative;
            z-index: 6;
            display: flex;
            gap: 12px;
            justify-content: flex-end;
            margin-top: 14px;
            padding-right: 8px;
        }

        .scholarship-nav button {
            width: 42px;
            height: 42px;
            border: 0;
            border-radius: 50%;
            background: transparent;
            display: grid;
            place-items: center;
            padding: 0;
            cursor: pointer;
            transition: transform 0.2s ease, opacity 0.2s ease;
        }

        .scholarship-nav button embed {
            display: block;
            pointer-events: none;
            width: 42px;
            height: 42px;
        }

        .scholarship-nav .scholarship-prev embed {
            transform: rotate(180deg);
        }

        .scholarship-nav button:hover {
            transform: translateY(-1px);
        }

        .scholarship-stage {
            display: block;
            min-height: 420px;
        }

        .scholarship-header {
            background: #fdf2e2;
            border-right: 14px solid #eeb447;
            border-radius: 10px;
            padding: 18px 18px 18px 22px;
            box-shadow: 0 14px 28px rgba(17, 30, 48, 0.12);
            max-width: 680px;
        }

        .scholarship-heading {
            display: flex;
            align-items: flex-start;
            gap: 10px;
            margin-bottom: 12px;
            color: #003366;
        }

        .scholarship-heading-mark {
            width: 18px;
            height: 18px;
            margin-top: 10px;
            border-radius: 50%;
            border: 4px solid #173b72;
            flex: 0 0 auto;
            background: transparent;
        }

        .scholarship-heading .scholarship-title {
            margin: 0;
            font-size: clamp(1.45rem, 1.95vw, 2.3rem);
            line-height: 1.05;
            font-weight: 800;
            display: flex;
            align-items: center;
            gap: 12px;
            color: #003366;
            flex: 1 1 auto;
        }

        .scholarship-heading-arrow {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 34px;
            height: 34px;
            flex: 0 0 auto;
            margin-top: 2px;
        }

        .scholarship-header .scholarship-copy {
            max-width: 100%;
            margin-bottom: 10px;
            font-size: 0.98rem;
            line-height: 1.55;
        }

        .scholarship-header .scholarship-copy strong {
            font-weight: 800;
        }

        .scholarship-gallery-wrap {
            position: relative;
            min-height: 360px;
            padding-bottom: 70px;
            margin-top: 22px;
        }

        .scholarship-gallery-wrap .big-circle {
            left: -12%;
                bottom: auto;
                top: 69%;
                width: 208px;
                height: 208px;
                padding: 28px;
        }

        .scholarship-gallery-wrap .circle-text {
            font-size: 26px;
            line-height: 1.12;
        }

        .scholarship-swiper {
            position: relative;
            width: 100%;
            overflow: hidden;
            padding-left: 0;
            height: auto;
        }

        .scholarship-swiper .swiper-wrapper {
            align-items: stretch;
        }

        .scholarship-swiper .swiper-slide {
            height: auto;
            width: 100%;
        }

        .scholarship-card {
            position: relative;
            min-height: auto;
            width: 100%;
            margin-top: 25%;
            border-radius: 22px;
            overflow: hidden;
            box-shadow: 0 14px 30px rgba(17, 30, 48, 0.22);
            background: #d6d6d6;
        }

        .scholarship-card img {
            width: 100%;
            height: 100%;
            min-height: auto;
            object-fit: cover;
            display: block;
            filter: grayscale(100%) contrast(92%);
            opacity: 0.94;
        }

        .scholarship-card::after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0.06));
            pointer-events: none;
        }

        .scholarship-circle {
            position: absolute;
            width: 200px;
            height: 200px;
            border-radius: 50%;
            background: #fff;
            outline: 4px solid #ecb250;
            outline-offset: 7px;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
            padding: 14px;
            z-index: 3;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: #173b72;
            font-family: 'Lato', sans-serif;
            font-weight: 800;
            line-height: 1.15;
            gap: 4px;
        }

        .scholarship-circle span {
            display: block;
        }


        .scholarship-card--left .scholarship-circle--top {
            top: 6%;
            left: 36%;
        }

        .scholarship-card--left .scholarship-circle--bottom-left {
            bottom: 6%;
            left: 10%;
        }

        .scholarship-card--left .scholarship-circle--bottom-right {
            bottom: 6%;
            right: 10%;
        }

        .scholarship-card--right .scholarship-circle--top-left {
            top: 6%;
            left: 4%;
        }

        .scholarship-card--right .scholarship-circle--top-center {
            top: 6%;
            left: 50%;
            transform: translateX(-50%);
        }

        .scholarship-card--right .scholarship-circle--top-right {
            top: 6%;
            right: 4%;
        }

        .scholarship-card--right .scholarship-circle--bottom-left {
            bottom: 7%;
            left: 18%;
        }

        .scholarship-card--right .scholarship-circle--bottom-right {
            bottom: 7%;
            right: 18%;
        }

        .scholarship-nav {
            margin-top: 12px;
            padding-right: 6px;
        }

        @keyframes popIn {
            0% {
                transform: scale(0.7);
                opacity: 0;
            }

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

        .uni-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 2.8rem 1.5rem;
            padding: 1rem 2rem;
            margin-top: 160px;
            justify-items: center;
        }

        .uni-card {
            width: 100%;
            max-width: 380px;
            background: #ffffff;
            border-radius: 26px;
            padding: 1rem;
            box-shadow: 0 0 10px gray;
            transition: all 0.35s ease;
            overflow: hidden;
            position: relative;
            border: 1.2vh solid #fff5e6;
        }

        .uni-card.closed {
            max-height: 100px;
            padding-bottom: 1rem;
        }

        .uni-header {
            display: flex;
            justify-content: space-between;
        }

        .uni-header h2,
        .uni-header h3 {
            font-size: 2.35rem;
            font-weight: 700;
            color: #003366;
            margin: 0;
        }

        .card-toggle {
            width: 50px;
            height: 50px;
            background: url('../home-img/svg/plusIcon.svg') no-repeat center center;
            background-size: contain;
            background-repeat: no-repeat;
            border: none;
            display: flex;
            justify-content: end;
            align-items: center;
            left: unset;
            filter: unset;
            transition: all .3s linear;
        }

        .uni-card.closed .card-toggle {
            transform: rotate(0deg);
        }

        .uni-card:not(.closed) .card-toggle {
            transform: rotate(45deg);
        }

        .card-toggle:hover {
            background: url('../home-img/svg/plusIcon-white.svg');
            background-repeat: no-repeat;
            width: 50px;
            height: 50px;
            object-fit: cover;
            background-size: cover;
            transform: rotate(136deg);
            filter: drop-shadow(0px 0px 15px #0003) !important;
        }

        .uni-body {
            overflow: hidden;
            max-height: 0;
            opacity: 0;
            transform: translateY(-8px);
            transition: max-height 0.55s ease, opacity 0.45s ease, transform 0.55s ease;
            will-change: max-height, opacity, transform;
        }

        .uni-card:not(.closed) .uni-body {
            max-height: 2000px;
            opacity: 1;
            transform: translateY(0);
        }

        .uni-card.closed .uni-body {
            max-height: 0;
        }

        .uni-body ul {
            padding-left: 20px;
            margin: 0;
        }

        .uni-body li {
            font-size: 1.05rem;
            color: #003366;
            font-family: 'Lato', sans-serif;
            line-height: 1.65rem;
            font-weight: 400;
        }

        .uni-body li::marker {
            color: #f6c344;
            font-size: 1.2rem;
        }

        .bottom-line {
            width: 100%;
            height: 2px;
            background: #d3e2ff;
            margin-top: 0.7rem;
        }

        .inside-circle {
            background: #FFF;
            width: 170px;
            border-radius: 50%;
            height: 170px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 10px;
            box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.22);
            outline: 5px solid #ecb250;
            outline-offset: 10px;
        }

        .inside-circle-text {
            text-align: center;
            font-size: 16px !important;
            line-height: 20px !important;
            margin-bottom: 0px !important;
            font-family: 'Lato', sans-serif !important;
            color: var(--blue);
            font-weight: 600 !important;
        }

        .fs-crl-fs-bx {
            position: absolute;
            top: 7%;
            left: 35%;
        }

        .fs-crl-ss-bx {
            position: absolute;
            top: 52%;
            left: 18%;
        }

        .fs-crl-trd-bx {
            position: absolute;
            top: 52%;
            left: auto;
            right: 19%;
        }

        @media (max-width: 992px) {
            .uni-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 600px) {
            .uni-grid {
                grid-template-columns: 1fr;
            }

            .uni-card {
                max-width: 100%;
                padding: 1.4rem;
                border-radius: 18px;
            }

            .card-toggle {
                width: 34px;
                height: 34px;
            }

            .uni-header h2 {
                font-size: 1.15rem;
            }
        }

        /* ══════════════════════════════════════════════
           WHO WE ARE — existing layout styles
        ══════════════════════════════════════════════ */
        .wwa-section {
            overflow: visible;
            padding-top: clamp(1rem, 2vw, 2.5rem);
            padding-bottom: clamp(1rem, 3vw, 3rem);
        }

        .emp-img {
            position: relative;
            width: 100%;
            height: 100%;
            border-radius: 28px;
            overflow: hidden;
            background: #f6f4ef;
            border-bottom: 10px solid var(--secondary-color);
            box-shadow: 0 16px 32px rgba(18, 38, 64, 0.18);
            isolation: isolate;
        }

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

        .emp-card {
            position: relative;
            min-height: 420px;
            background:
                radial-gradient(circle at top right, rgba(255, 255, 255, 0.14), transparent 36%),
                linear-gradient(145deg, #294d7b 0%, #223f66 58%, #1d3658 100%);
            padding: clamp(1.4rem, 2.1vw, 2rem);
            border-radius: 30px;
            box-shadow: 0 18px 42px rgba(21, 34, 56, 0.28);
            color: #fff;
            overflow: hidden;
            display: flex;
            align-items: center;
        }

        .emp-card::before {
            content: "";
            position: absolute;
            inset: 0;
            background:
                linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 38%),
                radial-gradient(circle at 20% 15%, rgba(255, 255, 255, 0.08), transparent 24%);
            pointer-events: none;
        }

        .wwa-feature-wrap {
            position: relative;
            z-index: 1;
            width: 100%;
            display: flex;
            align-items: center;
            gap: clamp(1rem, 2vw, 1.5rem);
        }

        .wwa-card2 .wwa-left {
            order: 1;
        }

        .wwa-card2 .wwa-right {
            order: 2;
        }

        .wwa-card2 .wwa-feature-wrap {
            flex-direction: row-reverse;
        }

        .wwa-card1 .wwa-right,
        .wwa-card3 .wwa-right {
            margin-left: -6%;
            z-index: 2;
        }

        .wwa-card2 .wwa-left {
            margin-right: -6%;
            z-index: 2;
        }

        .wwa-card1 .wwa-left,
        .wwa-card3 .wwa-left,
        .wwa-card2 .wwa-right {
            z-index: 1;
        }

        .wwa-media {
            position: relative;
            min-height: 252px;
        }

        .wwa-media img {
            border-radius: 26px;
        }

        .wwa-media--image-right::after {
            left: 22px;
            right: 22px;
        }

        .wwa-card-content {
            position: relative;
            z-index: 2;
            width: auto;
            flex: 1 1 auto;
            min-width: 0;
        }

        .wwa-kicker {
            margin: 0 0 0.85rem;
            font-size: 0.88rem;
            letter-spacing: 0.2em;
            text-transform: uppercase;
            color: rgba(255, 255, 255, 0.74);
            font-weight: 700;
        }

        .wwa-title {
            margin: 0;
            font-size: 38px;
            line-height: 1.3;
            font-weight: 600;
            color: #fff;
        }

        .wwa-title br {
            display: block;
        }

        .wwa-arrow {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 2.35rem;
            height: 2.35rem;
            margin-left: 0.45rem;
            vertical-align: middle;
            position: relative;
            top: 0.08em;
            overflow: hidden;
            pointer-events: none;
        }

        .wwa-arrow embed {
            width: 100%;
            height: 100%;
            display: block;
        }

        .wwa-copy {
            margin-top: 1rem;
            max-width: 34rem;
            font-size: 1rem;
            line-height: 1.65;
            color: rgba(255, 255, 255, 0.86);
        }

        .wwa-circle-badge {
            width: 50%;
            aspect-ratio: 1;
            margin-left: auto;
            border-radius: 50%;
            padding: 10px;
            display: grid;
            place-items: center;
            box-shadow: 0 12px 26px rgba(0, 0, 0, 0.16);
        }

        .wwa-circle-badge img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            border-radius: 50%;
        }

        .wwa-portrait-frame {
            background: #fff;
            border-radius: 26px;
            padding: 10px;
            box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
            width: 100%;
            height: 100%;
        }

        .wwa-portrait-frame img {
            border-radius: 18px;
        }

        .wwa-logo-tile {
            width: min(92%, 220px);
            aspect-ratio: 1;
            margin: auto;
            border-radius: 34px;
            background: linear-gradient(180deg, #f8c943 0%, #f0b723 100%);
            display: grid;
            place-items: center;
            box-shadow: 0 16px 30px rgba(0, 0, 0, 0.18);
            padding: 18px;
        }

        .wwa-logo-tile img {
            width: 82%;
            height: 82%;
            object-fit: contain;
            filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
        }

        .wwa-podcast-box {
            position: absolute;
            top: 40px;
            left: 35%;
            transform: translate(-50%, -50%);
            z-index: 3;
            width: max-content;
            max-width: min(90%, 420px);
            padding: 20px 76px 20px 56px;
            background: #3c5982;
            border: 10px solid #ffffff;
            border-radius: 35px;
            box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.71);
        }

        .wwa-podcast-title {
            margin: 0;
            color: #fff;
            font-family: 'Merriweather', serif;
            font-size: clamp(1.2rem, 2vw, 2rem);
            line-height: 1.12;
            font-weight: 600;
            text-align: center;
            text-transform: uppercase;
            letter-spacing: 0.02em;
        }

        .wwa-podcast-title .wwa-podcast-kicker {
            display: block;
            margin-bottom: 0.15rem;
            font-size: clamp(0.95rem, 1.35vw, 1.45rem);
            line-height: 1.2;
            font-weight: 600;
        }

        .wwa-podcast-title .wwa-podcast-kicker span {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.45rem;
        }

        .wwa-podcast-title .wwa-podcast-kicker img {
            display: block;
            width: clamp(26px, 4vw, 54px);
            height: auto;
        }

        .wwa-podcast-title .wwa-podcast-main {
            display: block;
            font-size: clamp(1.8rem, 2.65vw, 3rem);
            line-height: 0.98;
            font-weight: 600;
            letter-spacing: 0.02em;
        }

        .wwa-podcast-doodle {
            position: absolute;
            top: 1px;
            right: 22%;
            width: 29%;
            z-index: 2;
            filter: drop-shadow(0 10px 16px rgba(0, 0, 0, 0.22));
        }

        .wwa-podcast-doodle img {
            width: 100%;
            height: auto;
            display: block;
        }

        .wwa-podcast-box .wwa-podcast-arrow {
            position: absolute;
            right: auto;
            top: 50%;
            left: 121%;
            width: 34px;
            height: 34px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            transform: translateY(-50%);
            overflow: hidden;
            pointer-events: auto;
        }

        .wwa-podcast-box .wwa-podcast-arrow embed {
            width: 100%;
            height: 100%;
            display: block;
        }

        .wwa-media-badge {
            position: absolute;
            top: -16px;
            right: 18px;
            width: min(44%, 190px);
            max-width: 190px;
            z-index: 2;
            filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.22));
        }

        .wwa-media-badge img {
            width: 100%;
            height: auto;
            display: block;
        }

        /* ══════════════════════════════════════════════
           WHO WE ARE — SMOOTH SCROLL ANIMATION
           GSAP ScrollTrigger with smooth fade + slide
        ══════════════════════════════════════════════ */

        /* Each panel — normal flow */
        .wwa-panel {
            position: relative;
            margin-bottom: clamp(2rem, 6vw, 5rem);
            overflow: visible;
        }

        /* Start hidden — GSAP animates these */
        .wwa-left,
        .wwa-right {
            will-change: transform, opacity;
        }

        @media (max-width: 767px) {
            .banner-video {
                width: 84vw;
                height: 47vw;
            }

            .banner .hd-btm {
                bottom: 22vh;
            }

            .highlights {
                padding: 26px 12px 30px;
            }

            .highlight-tlt {
                font-size: clamp(28px, 7vw, 38px);
                line-height: 1.08;
                max-width: none;
            }

            .tabs-list li {
                margin-bottom: 12px;
            }

            .tabs-list a {
                padding: 11px 12px;
                border-radius: 18px;
            }

            .tabs-list a .label {
                font-size: 0.96rem;
                padding-left: 10px;
            }

            .university-arrow {
                display: none;
            }

            .image-card {
                margin-top: 0;
                width: 100%;
            }

            .scholarship-stage {
                grid-template-columns: 1fr;
                gap: 14px;
            }

            .scholarship-header {
                border-right-width: 10px;
                border-radius: 10px;
                min-height: auto;
                padding: 16px;
            }

            .scholarship-heading {
                align-items: center;
            }

            .scholarship-heading-mark {
                margin-top: 0;
                width: 14px;
                height: 14px;
                border-width: 3px;
            }

            .scholarship-heading .scholarship-title {
                font-size: 1.35rem;
            }

            .scholarship-heading-arrow {
                width: 30px;
                height: 30px;
            }

            .scholarship-header .scholarship-copy {
                font-size: 0.95rem;
                line-height: 1.55;
            }

            .scholarship-gallery-wrap {
                min-height: 0;
                padding-bottom: 0px;
            }

            .scholarship-gallery-wrap .big-circle {
                left: 50%;
                bottom: -44px;
                transform: translateX(-50%);
                width: 110px;
                height: 110px;
                padding: 12px;
            }

            .scholarship-gallery-wrap .circle-text {
                font-size: 14px;
            }

            .scholarship-swiper {
                padding-top: 6px;
            }

            .scholarship-card {
                min-height: 250px;
            }

            .scholarship-card img {
                min-height: 250px;
            }

            .scholarship-circle {
                width: 76px;
                height: 76px;
                outline-width: 3px;
                outline-offset: 5px;
                padding: 8px;
                font-size: 0.55rem;
            }

            .scholarship-circle--small {
                width: 68px;
                height: 68px;
                font-size: 0.5rem;
            }

            .scholarship-card--left .scholarship-circle--top {
                top: 4%;
                left: 50%;
                transform: translateX(-50%);
            }

            .scholarship-card--left .scholarship-circle--bottom-left {
                bottom: 8%;
                left: 8%;
            }

            .scholarship-card--left .scholarship-circle--bottom-right {
                bottom: 8%;
                right: 8%;
            }

            .scholarship-card--right .scholarship-circle--top-left {
                top: 5%;
                left: 4%;
            }

            .scholarship-card--right .scholarship-circle--top-center {
                top: 5%;
                left: 50%;
            }

            .scholarship-card--right .scholarship-circle--top-right {
                top: 5%;
                right: 4%;
            }

            .scholarship-card--right .scholarship-circle--bottom-left {
                bottom: 8%;
                left: 14%;
            }

            .scholarship-card--right .scholarship-circle--bottom-right {
                bottom: 8%;
                right: 14%;
            }

            .placement-stage {
                min-height: 460px;
            }

            .placement-card--us {
                height: 58%;
            }

            .placement-card--uk {
                width: 82%;
                height: 54%;
            }

            .placement-card--sg {
                width: 58%;
                height: 44%;
            }

            .placement-badge {
                width: 92px;
                height: 92px;
                padding: 8px;
            }

            .placement-country {
                font-size: 22px;
                top: 12px;
                left: 14px;
            }

            .big-circle {
                left: -2%;
                top: 36%;
                width: 96px;
                height: 96px;
                padding: 10px;
            }

            .scholarship-gallery-wrap .big-circle {
                left: 50%;
                top: auto;
                bottom: -40px;
                width: 108px;
                height: 108px;
                padding: 12px;
                transform: translateX(-50%);
            }

            .img-1 .big-circle {
                left: 35%;
                top: 67%;
            }

            .img-2 .big-circle {
                left: 10%;
                top: 28%;
            }

            .img-3 .big-circle {
                left: 36%;
                top: auto;
                bottom: -8px;
            }

            .big-circle .circle-text {
                font-size: 13px;
                line-height: 1.1;
            }

            .scholarship-gallery-wrap .circle-text {
                font-size: 14px;
            }

            .uni-grid {
                grid-template-columns: 1fr;
                gap: 1rem;
                margin-top: 72px;
                padding: 0;
            }

            .uni-card {
                border-radius: 18px;
                padding: 1rem;
            }

            .uni-card.closed {
                max-height: 90px;
            }

            .card-toggle {
                width: 38px;
                height: 38px;
            }

            .uni-header h2,
            .uni-header h3 {
                font-size: 1.3rem;
            }

            .uni-body li {
                font-size: 0.96rem;
                line-height: 1.5rem;
            }

            .university-logos .row>.logo-box {
                flex: 0 0 50%;
                max-width: 50%;
            }

            .university-logos .logo-box {
                padding: 18px 12px;
                min-height: 100px;
            }

            .wwa-panel {
                margin-bottom: 4vh;
            }

            .emp-card {
                min-height: auto;
                padding: 1.5rem;
                border-radius: 24px;
            }

            .wwa-feature-wrap {
                gap: 1rem;
            }

            .wwa-media {
                min-height: 220px;
            }

            .wwa-title {
                max-width: none;
                font-size: 1.7rem;
            }

            .wwa-arrow {
                width: 2.2rem;
                height: 2.2rem;
                font-size: 0.95rem;
            }

            .wwa-copy {
                font-size: 0.96rem;
            }

            .wwa-circle-badge {
                width: 168px;
            }

            .wwa-podcast-box {
                left: 50%;
                top: 18px;
                transform: translateX(-50%);
                max-width: calc(100% - 24px);
                padding: 14px 56px 14px 18px;
                border-width: 7px;
                border-radius: 24px;
            }

            .wwa-podcast-title {
                font-size: 1rem;
            }

            .wwa-podcast-title .wwa-podcast-kicker {
                font-size: 0.8rem;
            }

            .wwa-podcast-title .wwa-podcast-kicker img {
                width: 20px;
            }

            .wwa-podcast-title .wwa-podcast-main {
                font-size: 1.45rem;
            }

            .wwa-podcast-doodle {
                top: -18px;
                right: 8px;
                width: 112px;
            }

            .wwa-podcast-box .wwa-podcast-arrow {
                right: 12px;
                width: 28px;
                height: 28px;
            }

            .wwa-media-badge {
                top: -10px;
                right: 10px;
                width: min(42%, 140px);
            }
        }

        @media (max-width: 991px) {
            .wwa-feature-wrap,
            .wwa-card2 .wwa-feature-wrap {
                flex-direction: column;
            }

            .wwa-card2 .wwa-left,
            .wwa-card2 .wwa-right {
                order: initial;
            }

            .wwa-card2 .wwa-feature-wrap {
                align-items: stretch;
            }

            .wwa-media {
                min-height: 240px;
                width: 100%;
            }

            .emp-card {
                width: 100%;
            }

            .wwa-card1 .wwa-right,
            .wwa-card3 .wwa-right,
            .wwa-card2 .wwa-left {
                margin-left: 0;
                margin-right: 0;
            }
        }

        @media (max-width: 820px) {
            .left-panel {
                order: 1;
            }
            .wwa-podcast-doodle {
                top: 22%;
                right: 8px;
                width: 195px;
            }

            .main-row>.position-relative {
                display: none;
            }

            .tabs-list {
                display: flex;
                flex-direction: column;
            }

            .tabs-list li {
                margin-bottom: 10px;
            }

            .tabs-list a {
                position: relative;
                display: block;
                width: 100%;
                padding: 14px 14px 12px;
                border-radius: 20px;
                background: #fff;
                box-shadow: 0 8px 24px rgba(16, 34, 56, 0.08);
                height: auto !important;
            }

            .tabs-list a.active {
                box-shadow: 0 10px 26px rgba(16, 34, 56, 0.10);
                border-bottom-left-radius: 20px;
                border-bottom-right-radius: 20px;
                height: auto !important;
            }

            a.tab-link.active::after {
                display: none !important;
            }

            .tabs-list a .d-flex {
                width: 100%;
            }

            .tabs-list a .label {
                font-size: 0.95rem;
                line-height: 1.35;
            }

            .tabs-list a .chev {
                opacity: 1;
                transform: none;
                flex: 0 0 auto;
            }

            .university-arrow {
                display: none;
            }

            .mobile-tab-body {
                display: block;
                width: 100%;
                padding-top: 12px;
            }

            .mobile-tab-media {
                display: block;
                width: 100%;
                margin: 0 0 14px;
            }

            .mobile-tab-media .first-box-three-crcl {
                position: absolute;
                inset: 0;
                display: block;
                pointer-events: none;
            }

            .mobile-tab-media .inside-circle {
                width: 95px;
                height: 95px;
                padding: 6px;
                outline-width: 3px;
                outline-offset: 4px;
            }
            p.inside-circle-text span {
                font-size: 9px !important;
                line-height: 1.15 !important;
            }           

            .mobile-tab-media .inside-circle-text {
                font-size: 9px !important;
                line-height: 1.15 !important;
            }

            .mobile-tab-media .fs-crl-fs-bx {
                top: 7%;
                left: 35%;
            }

            .mobile-tab-media .fs-crl-ss-bx {
                top: 46%;
                left: 3%;
            }

            .mobile-tab-media .fs-crl-trd-bx {
                top: 46%;
                right: 3%;
            }

            .mobile-tab-media .big-circle {
                width: 92px;
                height: 92px;
                left: 50%;
                top: auto;
                bottom: -14px;
                transform: translateX(-50%);
                padding: 10px;
            }

            .mobile-tab-media .circle-text {
                font-size: 12px !important;
                line-height: 1.15 !important;
            }

            .mobile-tab-media .main-img {
                border-radius: 14px;
            }

            .mobile-tab-media .placement-stage {
                display: flex;
                flex-direction: column;
                gap: 14px;
                min-height: 0;
                aspect-ratio: auto;
                padding-top: 15%;
            }
            .placement-badge.placement-badge--gt {
                top: 13%;
            }
            .placement-badge.placement-badge--nyu {
                top: 13%;
            }
            .placement-badge.placement-badge--uiuc {
                top: 57%;
            }
            .placement-badge.placement-badge--purdue {
                top: 57%;                       
            }
            .placement-badge.placement-badge--warwick {
                top: 20%;
            }
            .placement-badge.placement-badge--imperial {
                top: 2%;
            }
            .placement-badge.placement-badge--cambridge {
                left: 41%;
            }


            .mobile-tab-media .placement-card {
                position: relative;
                width: 100%;
            }

            .mobile-tab-media .placement-card--us {
                height: auto;
            }

            .mobile-tab-media .placement-card--uk {
                width: 100%;
                height: auto;
            }

            .mobile-tab-media .placement-card--sg {
                width: 100%;
                height: auto;
            }

            .mobile-tab-media .placement-badge {
                width: 80px;
                height: 80px;
                padding: 6px;
            }

            .mobile-tab-media .placement-country {
                font-size: 16px;
                top: 10px;
                left: 12px;
            }

            .mobile-tab-media .big-circle {
                position: absolute;
                left: auto;
                right: auto;
                top: auto;
                bottom: auto;
                transform: none;
                width: 90px;
                height: 90px;
                padding: 10px;
                margin: 0 auto;
                flex: 0 0 auto;
            }
                .img-1 .big-circle {
                    left: 71% !important;
                    bottom: auto !important;
                    top: -26% !important;
                }
                .img-2 .big-circle {
                left: auto !important;
                top: -3% !important;
                right: 0% !important;
            }

            .mobile-tab-media .big-circle .circle-text {
                font-size: 11px !important;
                line-height: 1.1 !important;
            }

            .tab-panel {
                width: 100%;
                margin-top: 8px;
                position: relative;
                overflow: hidden;
                padding: 0 2px 2px;
            }

            .tab-panel.d-none {
                display: none !important;
            }

            .tab-desc {
                opacity: 1;
                max-height: none;
                overflow: visible;
                padding: 0;
            }

            .tab-desc.visible {
                margin-top: 2px;
            }

            .tab-desc p:last-child {
                margin-bottom: 0 !important;
            }

            .tab-desc p {
                font-size: 0.92rem;
                line-height: 1.58;
                text-align: left;
            }

            .card-frame {
                border-radius: 16px;
                overflow: hidden;
            }
        }

        @media (max-width: 480px) {
            .banner-video {
                width: calc(100vw - 16px);
                aspect-ratio: 16 / 9;
                height: auto;
            }

            .banner .hd-btm {
                bottom: 14vh;
            }

            .heading-title {
                margin: 8px 0 12px !important;
            }

            .tabs-list a .label {
                font-size: 0.88rem;
            }

            .university-logos .row>.logo-box {
                flex: 0 0 100%;
                max-width: 100%;
            }

            .university-logos .logo-box {
                min-height: 84px;
            }
        }
        .podcast h3 span img:last-child {
    rotate: 180deg;
}

        /* Responsive refinements for the placements page */
        @media (max-width: 1399px) {
            .highlights {
                padding: 44px 12px 28px;
            }

            .highlight-tlt {
                font-size: 38px;
            }

            .tabs-list a.active {
                min-height: 210px;
            }

            .placement-stage {
                min-height: 560px;
            }

            .scholarship-stage {
                min-height: 560px;
            }

            .scholarship-slide,
            .scholarship-slide__media {
                min-height: 560px;
            }

            .wwa-title {
                font-size: 34px;
            }

            .wwa-podcast-box {
                padding: 18px 44px;
            }
        }

        @media (max-width: 1199px) {
            .px-0.px-xl-5.mt-3 {
                padding-left: 1rem !important;
                padding-right: 1rem !important;
            }

            .university-logos .logo-box {
                padding: 20px 16px;
            }

            .tabs-list a {
                padding: 10px 10px 10px 0;
            }

            .tabs-list a .label {
                font-size: 16px;
            }

            .tabs-list a.active {
                min-height: 0;
                padding: 16px 16px 18px 14px;
            }

            .image-card {
                margin-left: 0;
            }

            .placement-stage {
                min-height: 500px;
            }

            .placement-card--uk {
                left: -2%;
            }

            .placement-card--sg {
                right: -2%;
            }

            .scholarship-stage {
                min-height: 500px;
            }

            .scholarship-slide {
                grid-template-columns: minmax(0, 1fr) minmax(220px, 0.82fr);
                min-height: 500px;
            }

            .scholarship-slide__media {
                min-height: 500px;
            }

            .scholarship-copy {
                font-size: 0.96rem;
            }

            .uni-grid {
                gap: 1.5rem 1rem;
                padding: 1rem 0;
                margin-top: 120px;
            }

            .uni-card {
                max-width: 100%;
            }

            .wwa-section {
                padding-top: 0.5rem;
            }

            .emp-card {
                min-height: 360px;
            }

            .wwa-media {
                min-height: 220px;
            }
        }

        @media (max-width: 991px) {
            .banner .hd-btm {
                width: calc(100% - 24px);
                left: 12px;
                right: 12px;
                bottom: 20vh;
            }

            .banner-video {
                width: min(92vw, 760px);
                height: auto;
                aspect-ratio: 16 / 9;
            }

            .main-row {
                row-gap: 1.5rem;
            }

            .left-panel,
            .main-row > .position-relative {
                padding-left: 0;
                padding-right: 0;
            }

            .highlight-tlt {
                font-size: clamp(28px, 5vw, 36px);
                text-align: center !important;
            }

            .tabs-list a {
                border-radius: 18px;
            }

            .placement-stage {
                min-height: 460px;
            }

            .placement-card {
                border-radius: 22px;
            }

            .placement-country {
                font-size: 20px;
            }

            .placement-badge {
                width: 100px;
                height: 100px;
                padding: 8px;
            }

            .big-circle {
                width: 112px;
                height: 112px;
                padding: 12px;
            }

            .big-circle .circle-text {
                font-size: 15px;
            }

            .scholarship-stage {
                min-height: 0;
                padding-bottom: 0;
            }

            .scholarship-slide {
                grid-template-columns: 1fr;
                gap: 14px;
                min-height: 0;
            }

            .scholarship-slide__media {
                min-height: 420px;
            }

            .scholarship-copy {
                max-width: none;
            }

            .wwa-feature-wrap,
            .wwa-card2 .wwa-feature-wrap {
                flex-direction: column;
            }

            .wwa-card1 .wwa-right,
            .wwa-card3 .wwa-right,
            .wwa-card2 .wwa-left {
                margin-left: 0;
                margin-right: 0;
            }

            .wwa-circle-badge {
                width: 180px;
                margin: 0 auto;
            }

            .wwa-podcast-box {
                width: calc(100% - 24px);
                max-width: none;
                left: 50%;
                top: 18px;
                padding: 14px 18px;
            }
        }

        @media (max-width: 767px) {
            .banner .hd-btm {
                bottom: 17vh;
            }

            .banner-video {
                width: calc(100vw - 24px);
            }

            .highlights {
                padding: 26px 12px 24px;
            }

            .highlight-tlt {
                font-size: clamp(26px, 7vw, 34px);
                line-height: 1.05;
                margin-bottom: 18px;
            }

            .tabs-list li {
                margin-bottom: 10px;
            }

            .tabs-list a {
                padding: 12px 14px;
            }

            .tabs-list a .label {
                font-size: 0.94rem;
                padding-left: 8px;
            }

            .tab-desc p {
                font-size: 0.95rem;
            }

            .university-logos {
                padding-top: 0.5rem;
                padding-bottom: 1.25rem;
            }

            .university-logos .logo-box {
                padding: 16px 10px;
                min-height: 90px;
            }

            .university-logos .logo-box::after {
                display: none !important;
            }

            .placement-stage {
                display: flex;
                flex-direction: column;
                gap: 12px;
                min-height: 0;
                aspect-ratio: auto;
            }

            .placement-card {
                position: relative;
                width: 100%;
            }

            .placement-card--us {
                height: auto;
            }

            .placement-card--uk {
                width: 100%;
                height: auto;
            }

            .placement-card--sg {
                width: 100%;
                height: auto;
            }

            .placement-country {
                top: 10px;
                left: 12px;
                font-size: 18px;
            }

            .placement-badge {
                width: 84px;
                height: 84px;
            }

            .placement-badge-text {
                font-size: 0.8rem;
            }

            .placement-badge-sub {
                font-size: 0.48rem;
            }

            .big-circle {
                position: relative;
                width: 96px;
                height: 96px;
                left: auto;
                top: auto;
                bottom: auto;
                transform: none;
                margin: 0 auto;
            }

            .big-circle .circle-text {
                font-size: 12px;
            }

            .uni-grid {
                grid-template-columns: 1fr;
                gap: 1rem;
                margin-top: 72px;
                padding: 0;
            }

            .uni-card {
                border-radius: 18px;
                padding: 1rem;
            }

            .uni-card.closed {
                max-height: 90px;
            }

            .card-toggle {
                width: 38px;
                height: 38px;
            }

            .wwa-section {
                padding-top: 0;
            }

            .wwa-panel {
                margin-bottom: 2rem;
            }

            .emp-card {
                min-height: auto;
                padding: 1.25rem;
                border-radius: 22px;
            }

            .wwa-title {
                font-size: 1.65rem;
                line-height: 1.18;
                max-width: none !important;
            }

            .wwa-arrow {
                width: 2rem;
                height: 2rem;
            }

            .wwa-circle-badge {
                width: 150px;
            }

            .wwa-podcast-box {
                padding: 12px 14px;
                border-width: 6px;
            }

            .wwa-podcast-title .wwa-podcast-main {
                font-size: 1.25rem;
            }
            .scholarship-card--right .scholarship-circle {
                width: 88px;
                height: 88px;
            }
        }

        @media (max-width: 575px) {
            .banner .hd-btm {
                bottom: 13vh;
            }

            .banner-video {
                width: calc(100vw - 16px);
            }

            .highlights {
                padding-left: 6px;
                padding-right: 6px;
            }

            .highlight-tlt {
                font-size: 23px;
            }

            .tabs-list a {
                padding: 12px 12px 11px;
            }

            .tabs-list a .label {
                font-size: 0.86rem;
            }

            .placement-stage {
                display: flex;
                flex-direction: column;
                gap: 10px;
                min-height: 0;
                aspect-ratio: auto;
            }

            .placement-card {
                position: relative;
                width: 100%;
                border-radius: 18px;
            }

            .placement-card--us,
            .placement-card--uk,
            .placement-card--sg {
                width: 100%;
                height: auto;
            }

            .placement-badge {
                width: 70px;
                height: 70px;
                padding: 6px;
            }

            .placement-country {
                font-size: 15px;
            }

            .scholarship-slide__media {
                min-height: 280px;
            }

            .scholarship-card {
                border-radius: 18px;
            }

            .scholarship-circle {
                width: 100px;
                height: 100px;
                outline-width: 2px;
                outline-offset: 4px;
                padding: 5px;
                font-size: 9px;
            }

            .scholarship-circle--small {
                width: 56px;
                height: 56px;
            }

            .wwa-section {
                padding-bottom: 0.5rem;
            }

            .wwa-panel {
                margin-bottom: 1.25rem;
            }

            .emp-card {
                min-height: auto;
                padding: 1rem;
                border-radius: 22px;
            }

            .wwa-card1 .wwa-left,
            .wwa-card3 .wwa-left {
                order: 2;
            }

            .wwa-card1 .wwa-right,
            .wwa-card3 .wwa-right {
                order: 1;
            }

            .wwa-card2 .emp-card > .d-flex {
                flex-direction: column;
                align-items: flex-start;
                gap: 0.85rem;
            }

            .wwa-card2 .wwa-card-content {
                width: 100%;
                order: 1;
                flex: 0 0 auto;
            }

            .wwa-card2 .wwa-title {
                font-size: 1.3rem;
                line-height: 1.15;
            }

            .wwa-card2 .wwa-portrait-frame {
                width: min(100%, 220px) !important;
                order: 2;
                flex: 0 0 auto;
                align-self: center;
                padding: 7px;
                border-radius: 20px;
            }

            .wwa-card2 .wwa-portrait-frame .emp-img {
                min-height: 0;
                aspect-ratio: 3 / 4;
                border-radius: 16px;
            }

            .wwa-card3 .emp-card {
                min-height: 320px;
                padding-top: 1.15rem;
                padding-bottom: 1.15rem;
            }

            .wwa-media {
                min-height: 0;
                aspect-ratio: 16 / 10;
            }

            .wwa-media img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

            .wwa-title {
                font-size: 1.35rem;
            }

            .wwa-circle-badge {
                width: 120px;
            }

            .wwa-podcast-box {
                width: calc(100% - 16px);
            }

            .wwa-podcast-title .wwa-podcast-main {
                font-size: 1rem;
            }
        }

        @media (min-width: 992px) and (max-width: 1499px) {
            .highlights {
                padding-top: 24px;
                padding-bottom: 18px;
            }

            .main-row {
                align-items: center;
            }

            .highlight-tlt {
                font-size: clamp(30px, 2.6vw, 38px);
                margin-bottom: 18px;
            }

            .tabs-list li {
                margin-bottom: 10px;
            }

            .tabs-list a {
                padding-top: 8px;
                padding-bottom: 8px;
            }

            .tabs-list a.active {
                min-height: 168px;
                padding: 14px 16px 16px 14px;
            }

            .tabs-list a .label {
                font-size: clamp(15px, 1.15vw, 17px);
            }

            .tab-desc.visible {
                max-height: 220px;
                margin-top: 12px;
            }

            .tab-desc p {
                font-size: 0.94rem;
                line-height: 1.55;
            }

            .image-card {
                max-width: 98%;
                margin-left: auto;
            }

            .placement-stage {
                min-height: 430px;
            }

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

            .placement-card--us {
                height: 61%;
            }

            .placement-card--uk {
                width: 60%;
                height: 58%;
            }

            .placement-card--sg {
                width: 40%;
                height: 42%;
            }

            .placement-country {
                font-size: clamp(18px, 1.7vw, 28px);
                left: 14px;
                top: 10px;
            }

            .placement-badge {
                width: clamp(82px, 8.5vw, 122px);
                height: clamp(82px, 8.5vw, 122px);
                padding: 8px;
            }

            .placement-badge--imperial,
            .placement-badge--kings,
            .placement-badge--nus,
            .placement-badge--smu {
                width: clamp(96px, 9vw, 132px);
                height: clamp(96px, 9vw, 132px);
            }

            .placement-badge-text {
                font-size: 0.72rem;
            }

            .placement-badge-sub {
                font-size: 0.44rem;
            }

            .gt-mark,
            .nyu-mark {
                font-size: clamp(22px, 2vw, 34px);
            }

            .nus-text,
            .smu-text {
                font-size: clamp(1.35rem, 2vw, 2.35rem);
            }

            .imperial-text,
            .kings-text {
                font-size: 0.64rem;
            }

            .big-circle {
                width: 150px;
                height: 150px;
                padding: 18px;
                left: -12%;
                top: 8%;
            }

            .big-circle .circle-text {
                font-size: 20px;
            }

            .scholarship-stage {
                min-height: 440px;
                padding-bottom: 40px;
            }

            .scholarship-slide {
                min-height: 440px;
                gap: 14px;
            }

            .scholarship-slide__media {
                min-height: 440px;
            }

            .scholarship-copy {
                font-size: 0.94rem;
                line-height: 1.55;
            }

            .uni-grid {
                margin-top: 96px;
                gap: 1.25rem 1rem;
            }

            .uni-card {
                padding: 0.9rem 1rem;
            }

            .emp-card {
                min-height: 320px;
                padding: 1.2rem;
            }

            .wwa-title {
                font-size: clamp(28px, 2.4vw, 34px);
            }

            .wwa-circle-badge {
                width: 44%;
                max-width: 170px;
            }

            .wwa-podcast-box {
                padding: 14px 28px;
            }
        }
        span.bold-word {
                font-weight: 900 !important;
            }
