:root {
  --primary-blue: #263489;
  --accent-red: #ec1d25;
  --text-black: #000000;
  --bg-light: #f4f6f9;
}

/* =========================
   TICKER SECTION
========================= */
.admission-ticker {
  width: 100%;
  overflow: hidden;
  background: linear-gradient(90deg, var(--accent-red), #b50000);
  padding: 14px 0;
  position: relative;
  z-index: 99;
  box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

/* =========================
   TICKER AREA
========================= */
.ticker {
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* =========================
   MOVING TRACK
========================= */
.ticker-track {
  display: flex;
  width: max-content;
  animation: tickerMove 18s linear infinite;
}

/* =========================
   TEXT
========================= */
.ticker-track span {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  padding-right: 120px;
  letter-spacing: 0.5px;
}

/* =========================
   ANIMATION
========================= */
@keyframes tickerMove {

  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-33.33%);
  }

}

/* =========================
   MOBILE
========================= */
@media (max-width: 768px) {

  .admission-ticker {
    padding: 10px 0;
  }

  .ticker-track span {
    font-size: 16px;
    padding-right: 70px;
  }

}

/* admission-ticker */

.hero-section {
    padding: 0 !important
}

.hero-section {
    position: relative;
    width: 100vw;
    /*min-height: 100vh;*/
    overflow: hidden;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
	margin-top:88px;
}

.carousel,
.carousel-inner,
.carousel-item {
    width: 100vw;
    height: 75vh;
	margin-top:0 !important;
}

.carousel-control-prev,
.carousel-control-next {
    width: 50px;
    height: 50px;
    background: rgb(3 91 166 / .65);
    border: 2px solid #035ba6;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1
}

.carousel-control-prev {
    left: 80px
}

.carousel-control-next {
    right: 80px
}

@media (max-width:768px) {

    .carousel-control-prev,
    .carousel-control-next {
        width: 50px;
        height: 50px;
        background: rgb(3 91 166 / .65);
        border: 2px solid #035ba6;
        border-radius: 50%;
        top: 65%;
        transform: translateY(-50%);
        opacity: 1
    }

    .carousel-control-prev {
        left: 35px
		
    }

    .carousel-control-next {
        right: 35px
    }
}

.hero-bg {
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.hero-video {
    width: 100%;
    height: 100vh;
    object-fit: cover
}

@media (max-width:1024px) {
    .hero-video {
        height: 50vh;
        margin-top: -135px
    }

    .partner {
        margin-top: -143px !important;
        margin-right: 10px
    }

    .hero-bg {
        width: 100vw;
        height: 35vh !important
    }

    .carousel,
    .carousel-inner,
    .carousel-item {
        width: 100vw;
        height: 48vh;
    }
}

@media (max-width:912px) {
    .hero-video {
        height: 100vh !important;
        margin-top: -96px !important
    }

    .partner {
        margin-top: -74px !important
    }

    .hero-bg {
        width: 100vw;
        height: 85vh !important
    }
}

@media (max-width:820px) {
    .hero-video {
        height: 51vh !important;
        margin-top: -200px !important
    }

    .partner {
        margin-top: -74px !important
    }

    .hero-bg {
        width: 100vw;
        height: 28vh !important
    }

    .carousel,
    .carousel-inner,
    .carousel-item {
        height: 36vh;
    }
}

@media (max-width:768px) {
    .hero-video {
        height: 72vh;
        margin-top: -101px
    }
}

@media (max-width:767px) {
    .hero-video {
        height: 60vh
    }
}

@media (max-width:430px) {
    .hero-video {
        height: 95vh !important;
        margin-top: -115px !important
    }

    .hero-bg {
        width: 100vw;
        height: 76vh !important
    }

    .partner {
        margin-top: 12px !important;
    }

    .carousel,
    .carousel-inner,
    .carousel-item {
        height: 76vh;
    }
}

@media (max-width:414px) {
    .hero-video {
        height: 70vh;
        margin-top: -110px !important
    }

    .hero-bg {
        width: 100vw;
        height: vh !important
    }

    .carousel-inner,
    .carousel-item {
        width: 100vw;
        height: 94vh
    }

    .partner {
        margin-top: 8px !important;
    }
}

@media (max-width:390px) {
    .hero-video {
        height: 70vh;
        margin-top: -47px !important
    }

    .hero-bg {
        width: 100vw;
        height: 76vh !important
    }

    .carousel,
    .carousel-inner,
    .carousel-item {
        width: 100vw;
        height: 77vh !important
    }

    .partner {
        margin-top: 15px !important;
    }
}

@media (max-width:375px) {
    .hero-video {
        height: 105vh;
        margin-top: -4px !important
    }

    .partner {
        margin-top: 0px !important;
        margin-right: 10px
    }

    .hero-bg {
        width: 100vw;
        height: 85vh !important
    }
}

@media (max-width:375px) {
    .hero-video {
        height: 100vh;
        margin-top: 6px !important
    }

    .partner {
        margin-top: 0px !important;
        margin-right: 10px
    }

    .hero-bg {
        width: 100vw;
        height: 93vh !important
    }

    .carousel,
    .carousel-inner,
    .carousel-item {
        width: 100vw;
        height: 94vh !important
    }
}

@media (max-width:344px) {
    .hero-bg {
        width: 100vw;
        height: 76vh !important
    }

    .partner {
        margin-top: -129px !important;
        margin-right: 10px
    }

    .hero-video {
        margin-top: -105px !important
    }

    .carousel,
    .carousel-inner,
    .carousel-item {
        width: 100vw;
        height: 90vh !important
    }
}

.hero-content-wrap {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: flex-end;
    padding: 30px
}

.hero-title {
    color: #fff;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.2
}

.hero-text {
    color: #fff;
    font-size: 1.05rem;
    margin-bottom: 20px
}

.hero-btn {
    background: #f38020;
    color: #fff;
    padding: 12px 28px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease
}

.hero-btn:hover {
    background: #d96f16;
    color: #fff
}

.text-line h1 {
    font-size: 3rem !important
}

@media (max-width:768px) {
    .hero-title {
        font-size: 2rem
    }

    .hero-text {
        font-size: .95rem
    }

    .hero-content-wrap {
        padding: 20px
    }
}

.legacy-texttwo {
    background: linear-gradient(90deg, #f5a623, #ffffff, #f5a623, #d35400);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    animation: legacyGradient 4s ease-in-out infinite
}

@keyframes legacyGradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

.academic-programs-section {
    padding: 30px 0 !important
}

@media (min-width:1200px) {
    .application-process-section .mega-number {
        top: -6.2rem !important;
        left: 8.5rem !important
    }
}

@media (min-width:992px) and (min-width:1024px) {
    .application-process-section .mega-number {
        font-size: 6.5rem;
        top: -5.0rem !important;
        left: 5.5rem
    }
}

@media screen and (width:1024px) {
    .canvas {
        max-width: 790px !important
    }

    .bubble {
        margin-bottom: -100px !important
    }
}

@media (min-width:820px) and (max-width:991px) {
    .canvas {
        max-width: 690px !important;
        width: 95% !important
    }

    .bubble {
        margin-bottom: -135px !important
    }
}

@media (min-width:1200px) {
    .application-process-section .step-container {
        padding-top: 1rem !important
    }
}

.swiper-slide {
    background-color: #FFF
}

.legacy-text {
    font-weight: 700;
    font-size: 2rem;
    background: linear-gradient(90deg, #f5a623, #2563eb, #f5a623, #d35400);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    animation: legacyGradient 4s ease-in-out infinite
}

@keyframes legacyGradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

.video-wrapper {
    position: relative;
    width: 100%;
    height: 50vh;
    overflow: hidden
}

.video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.future-card {
    position: relative;
    overflow: hidden
}

.future-card .card-icon {
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 124px;
    opacity: .25;
    color: #fff;
    pointer-events: none
}

.card-body-alt h2 {
    text-transform: none
}

.programs-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 49px;
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 25px
}

.application-process-section {
    background: #035ba6 !important
}

.application-process-section .step-container {
    padding-top: 1rem !important;
    height: 300px
}

.scholarship-dtl h3 {
    font-size: 1.7rem !important
}

.bg-gradient-blue {
    background: linear-gradient(135deg, #035ba6 0%, #024885 100%)
}

.bg-white-glass {
    background: rgb(255 255 255 / .98)
}

@keyframes float {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-20px)
    }

    100% {
        transform: translateY(0)
    }
}

@media (max-width:968px) {
    .scholarship-grid {
        grid-template-columns: 1fr !important;
        text-align: center
    }

    .scholarship-cards {
        grid-template-columns: 1fr !important
    }
}

.map-wrapper {
    position: relative;
    width: 100%;
    height: 50vh;
    border-radius: 16px;
    overflow: hidden
}

.map-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0
}

@media (max-width:768px) {
    .map-wrapper {
        height: 400px
    }
}

.image-wrapper {
    position: relative;
    margin: auto
}

.map-image {
    width: 100%;
    height: 50vh;
    background: url(./images/map.png) center/cover no-repeat;
    border-radius: 10px;
    margin-bottom: 30px
}

@media(max-width:767px) {
    .map-image {
        background: url(./images/map2.png) center/cover no-repeat;
        height: 300px
    }
}

.map-image {
    position: relative;
    width: 100%;
    height: 50vh;
    background: url(./images/map.png) center / cover no-repeat;
    border-radius: 10px;
    overflow: hidden
}

.map-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(249 127 25 / 37%);
    border-radius: 10px
}

.recognition-section {
    background-color: #04457f;
    background-image: linear-gradient(rgb(250 250 250 / .06) 1px, transparent 1px), linear-gradient(90deg, rgb(250 250 250 / .06) 1px, transparent 1px);
    background-size: 100px 100px;
    padding: 80px 0
}

.rec-text {
    color: #fafafa;
    font-size: 2.5rem;
    font-weight: 600;
    position: relative;
    margin-bottom: 40px
}

.rec-text::after {
    content: "";
    display: block;
    width: 90px;
    height: 4px;
    background-color: #f38020;
    margin-top: 14px;
    border-radius: 3px
}

.accredit-card {
    height: 100%;
    background-color: #fafafa;
    color: #04457f;
    text-align: center;
    padding: 28px 16px;
    border-radius: 14px;
    font-size: 1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fafafa;
    transition: all 0.35s ease;
    cursor: pointer
}

.col-md-3:hover .accredit-card {
    background-color: #f38020;
    color: #fafafa;
    border-color: rgb(250 250 250 / .35);
    transform: translateY(-6px);
    box-shadow: 0 14px 30px rgb(0 0 0 / .25)
}

.animate.btt {
    animation: fadeUp 0.8s ease both
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(25px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.cta-btn {
    color: #fff;
    background: #035ba6;
    border: 1px solid #ffffff !important;
    font-weight: 600;
    border-radius: 40px;
    padding: 14px 28px;
    font-size: 14px
}

.cta-btn:hover {
    background: #f4801e;
    border: #f4801e !important;
    color: #fff;
    font-weight: 600;
    border-radius: 40px;
    padding: 14px 28px;
    font-size: 14px
}

.partners {
    color: #035ba6;
    text-align: center;
    margin-bottom: 35px;
    margin-top: 20px
}

@media (max-width:1024px) {
    .partners {
        color: #035ba6;
        text-align: center;
        margin-bottom: 35px;
        margin-top: 0
    }
}

@media (max-width:375px) {
    .partners {
        color: #035ba6;
        text-align: center;
        margin-bottom: 24px;
        margin-top: 12px
    }
}

@media (max-width:344px) {
    .partners {
        color: #035ba6;
        text-align: center;
        margin-bottom: 28px;
        margin-top: 10px
    }
}

@media (max-width:320px) {
    .partners {
        color: #035ba6;
        text-align: center;
        margin-bottom: 28px;
        margin-top: 23px
    }
}

.py-5 {
    padding-top: 1rem !important
}

@media (max-width:768px) {
    .rec-text {
        font-size: 2rem
    }

    .accredit-card {
        font-size: .95rem;
        padding: 22px 14px
    }
}

.news-content {
    background-color: #fafafa !important;
    padding: 28px;
    min-height: 235px;
    display: flex;
    flex-direction: column
}

.news-date {
    font-family: 'Figtree', sans-serif;
    font-size: 13px;
    color: #f38020;
    opacity: 1;
    margin-bottom: 14px;
    font-weight: 600
}

.spectrum {
    margin-bottom: -40px;
    margin-top: 15px
}

.news-content h5 {
    font-family: 'Figtree', sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    color: #035ba6;
    line-height: 1.4;
    margin-bottom: auto
}

.news-content a {
    color: #f38020
}

.news-content:hover {
    background-color: #f38020 !important
}

.news-content:hover h5 {
    color: #fafafa;
    opacity: .9
}

.news-content:hover .news-date {
    color: #fafafa;
    opacity: .85
}

.news-content:hover a {
    color: #fafafa
}

.news-title {
    font-weight: 600;
    padding-top: 30px;
    font-size: 2.5rem !important;
    color: #065ba6 !important
}

.main-heading {
    font-family: 'Figtree', sans-serif !important;
    font-weight: 600 !important;
    font-size: 2.0rem !important;
    letter-spacing: -0.02em !important;
    color: #065ba6 !important
}

.main-heading_hw {
    font-size: 2.5rem !important
}

.steps-title {
    color: #065ba6 !important;
    margin-bottom: 50px
}

/*section {
    padding: 10px 0 !important
}*/

@media(max-width:375px) {
    .bubble {
        margin-top: -105px
    }
}

@media(max-width:430px) {
    .bubble {
        margin-top: -109px
    }
}

@media(max-width:768px) {
    .bubble {
        margin-top: -116px
    }
}

@media (min-width:1024px) {
    .bubble {
        margin-bottom: -210px !important
    }
}

.mnr-stands {
    margin-top: -35px
}

.news-section {
    margin-bottom: 40px !important;
    background: #fff !important;
    margin-top: -100px !important
}

.how-to {
    color: #ffffff !important
}

@media(max-width:768px) {
    .programs-row {
        grid-template-columns: repeat(1, 1fr) !important
    }

    .hero-section {
        padding-top: 0vh;
		margin-top:73px;
    }
}

.news-trip {
    display: flex;
    flex-flow: row wrap;
    width: 1314px !important;
    margin-left: -99px !important
}

.tech-excellence-split {
    padding: 90px 0;
    background: linear-gradient(135deg, #f8fbff, #ffffff);
    position: relative;
    overflow: hidden
}

.tech-split-wrapper {
    display: flex;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap
}

.tech-split-content {
    flex: 1 1 520px
}

.tech-split-tag {
    display: inline-block;
    background: rgb(3 91 166 / .1);
    color: #035ba6;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 13px;
    margin-bottom: 18px;
    letter-spacing: .5px
}

.tech-split-title {
    font-size: 2.3rem;
    font-weight: 600;
    color: #065ba7;
    margin-bottom: 20px;
    line-height: 1.3
}

.tech-split-text {
    font-size: 15.5px;
    color: #444;
    line-height: 1.8
}

.tech-split-image {
    flex: 1 1 420px;
    position: relative
}

.tech-split-image img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgb(0 0 0 / .08);
    transition: .4s ease
}

.tech-split-image:hover img {
    transform: scale(1.03)
}

.tech-split-image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 20px;
    left: 20px;
    border-radius: 16px;
    background: linear-gradient(135deg, #035ba6, #f38020);
    z-index: -1;
    opacity: .12
}

@media(max-width:992px) {
    .tech-split-wrapper {
        gap: 40px
    }

    .tech-split-title {
        font-size: 2rem
    }
}

@media(max-width:768px) {
    .tech-split-wrapper {
        flex-direction: column-reverse;
        text-align: center
    }

    .tech-split-text {
        margin: auto
    }

    .tech-split-image::before {
        display: none
    }
}

.divider-line {
    display: none
}

@media (max-width:768px) {
    .tech-split-content {
        flex: auto
    }

    .tech-split-image {
        flex: auto
    }

    .news-trip {
        display: flex;
        flex-flow: row wrap;
        width: 100% !important;
        margin-left: 0px !important
    }

    .hotspot-section img {
        height: auto !important
    }

    .scholarship-cards {
        padding: 20px
    }

    .swiper-slide {
        margin-right: 0px !important
    }

    .hero-section {
        background-image: unset
    }
}

.school-university-p {
    margin-left: auto;
    margin-right: auto
}

.btn-white {
    color: #fff;
    background: #035ba6;
    border: 1px solid #ffffff !important;
    font-weight: 600;
    border-radius: 40px;
    padding: 14px 28px;
    font-size: 14px
}

.btn-white:hover {
    background: #f4801e;
    border: #f4801e !important;
    color: #fff;
    font-weight: 600;
    border-radius: 40px;
    padding: 14px 28px;
    font-size: 14px
}

@media (max-width:1200px) {
    .school-university-p {
        text-align: center
    }

    .news-trip,
    .card-group {
        width: 100% !important;
        margin-left: 0px !important
    }

    .scholarship-cards {
        padding: 20px
    }

    .hero-section {
        background-image: unset;
		margin-top:73px;
    }
}

.learn-btn {
    color: #fff !important;
    background: #035ba6 !important;
    border: 1px solid #ffffff !important;
    font-weight: 600 !important;
    border-radius: 40px !important;
    padding: 14px 28px !important;
    font-size: 14px !important
}

.learn-btn:hover {
    background: #f4801e !important;
    border: #f4801e !important;
    color: #fff !important;
    font-weight: 600 !important;
    border-radius: 40px !important;
    padding: 14px 28px !important;
    font-size: 14px !important
}

@media (min-width:768px) and (max-width:991px) {
    .application-process-section .modern-card {
        min-height: 260px;
        padding: 1.5rem
    }

    .application-process-section .step-title {
        font-size: 1.05rem;
        min-height: 48px
    }

    .application-process-section .step-description {
        font-size: .9rem;
        line-height: 1.5;
        min-height: 64px
    }

    .application-process-section .mega-number {
        font-size: 3rem;
        top: -43px;
        left: 80px
    }

    .application-process-section .row {
        --bs-gutter-x: 20px
    }

    .application-process-section .step-footer {
        font-size: .75rem
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .application-process-section .row {
        display: flex;
        flex-wrap: nowrap
    }

    .application-process-section .row>div {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
        display: flex
    }

    .application-process-section .connector-h {
        display: block !important
    }

    .application-process-section .connector-v {
        display: none !important
    }

    .application-process-section .step-container:hover .mega-number {
        transform: translateY(-5px)
    }
}

.scholarship-section {
    width: 100%;
    padding: 60px 20px;
    background: #fff
}

.scholarship-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
    align-items: center
}

.scholarship-content {
    text-align: left
}

.scholarship-tag {
    display: inline-block;
    background: rgb(3 91 166 / .1);
    color: #035ba6;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 13px;
    margin-bottom: 18px
}

.scholarship-title {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.1;
    color: #035ba6
}

.scholarship-title span {
    color: #f38020
}

.scholarship-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #035ba6;
    border: 1px solid #ffffff !important;
    color: #fff;
    padding: 14px 28px;
    border-radius: 40px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s
}

.scholarship-btn:hover {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f4801e;
    border: #f4801e !important;
    color: #fff;
    padding: 14px 28px;
    border-radius: 40px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s
}

.scholarship-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px
}

.scholarship-dtl {
    background: #035ba6;
    border-radius: 12px;
    padding: 30px 22px;
    text-align: center;
    border-top: 5px solid #f38020;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.scholarship-percent {
    font-size: 3rem;
    font-weight: 800;
    color: #fff
}

.scholarship-sub {
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff
}

.scholarship-dtl h3 {
    margin: 12px 0;
    color: #fff;
    font-size: 1.6rem
}

.scholarship-badge {
    color: #f38020;
    font-weight: 700
}

@media (min-width:768px) and (max-width:1024px) {
    .bg-white-glass {
        display: block !important;
        align-items: unset !important;
        min-height: auto !important
    }

    .scholarship-section {
        padding: 40px 20px
    }

    .scholarship-grid {
        align-items: flex-start
    }

    .scholarship-cards {
        margin-top: 0
    }

    .scholarship-dtl {
        min-height: 230px
    }

    .scholarship-content {
        padding-left: 30px !important;
        padding-top: 0;
        text-align: Center
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .bg-white-glass {
        display: block !important;
        align-items: unset !important;
        min-height: auto !important
    }

    .scholarship-section {
        padding: 40px 20px
    }

    .scholarship-grid {
        align-items: flex-start
    }

    .scholarship-cards {
        margin-top: 0
    }

    .scholarship-dtl {
        min-height: 230px
    }

    .scholarship-content {
        padding-top: 0;
        text-align: left
    }

    .school-university-p {
        max-width: 400px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .scholarship-content {
        text-align: center
    }
}

@media (max-width:1200px) {
    .scholarship-content {
        text-align: center
    }
}

@media screen and (min-width:1024px) and (max-width:1366px) {
    .merit-based {
        margin-top: 82px !important
    }
}

@media (max-width:767px) {
    .bg-white-glass {
        display: block !important;
        align-items: unset !important;
        min-height: auto !important
    }

    .scholarship-section {
        padding: 30px 16px
    }

    .scholarship-grid {
        grid-template-columns: 1fr;
        align-items: flex-start;
        text-align: center
    }

    .scholarship-cards {
        grid-template-columns: 1fr;
        margin-top: 24px
    }

    .scholarship-dtl {
        min-height: auto
    }

    .scholarship-content {
        text-align: Center
    }

    .school-university-p {
        max-width: 400px
    }
}

.about-desc {
    max-width: none
}

@media (min-width:768px) {
    .about-desc {
        max-width: none
    }
}

@media screen and (width:1200px) {
    .about-desc {
        max-width: none
    }
}

@media screen and (max-width:912px) {
    .about-desc {
        margin-bottom: 0px !important
    }
}

.legacy-left {
    margin-top: 2rem !important
}

@media (max-width:375px) {
    .legacy-left {
        margin-top: -10px !important
    }
}

@media (max-width:320px) {
    .legacy-left {
        margin-top: -5px !important
    }
}

@media (max-width:430px) {
    .legacy-left {
        margin-top: -5px !important
    }
}

@media (max-width:768px) {
    .legacy-left {
        margin-top: -15px !important
    }
}

@media (max-width:820px) {
    .legacy-left {
        margin-top: -20px !important
    }
}

@media (max-width:1024px) {
    .legacy-left {
        margin-top: -27px !important
    }
}

.journery-mnr {
    margin-bottom: -11px !important
}

@media (max-width:1024px) {
    .journery-mnr {
        margin-top: -30px !important
    }
}

@media (max-width:820px) {
    .journery-mnr {
        margin-top: -33px !important
    }
}

.bubble {
    height: auto;
    margin-bottom: 30px !important
}

.global-logo-wrap {
    background: #fff;
    padding: 45px 35px;
    border-radius: 24px;
    box-shadow: 0 16px 40px rgb(0 0 0 / .08)
}

.global-logo-card {
    background: #f7faff;
    border-radius: 18px;
    height: 140px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease
}

.global-logo-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgb(0 0 0 / .12)
}

.global-logo-card img {
    max-height: 80px;
    max-width: 100%;
    object-fit: contain;
    transition: 0.3s ease
}

.recognitions-carousel .owl-stage {
    display: flex;
    align-items: center
}

.recognitions-carousel .owl-item {
    outline: none
}

.owl-nav {
    display: none
}

@media (max-width:768px) {
    .global-logo-wrap {
        padding: 28px 20px
    }

    .global-logo-card {
        height: 110px;
        padding: 15px
    }

    .global-logo-card img {
        max-height: 60px
    }
}

.hero-bg img{width:100%;}

@media (min-width:320px) and (max-width:1024px) {
    .hero-video {
        height: 100% !important;
        margin-top: 0px !important;
        position: static;
        transform: translate(0%, 0%);
        width: 100vw;
    }
    .partner{
        margin-top: 20px !important;
    }
    .button-apply{
        display: block;
    }
    .hero-bg{
        height: auto !important;
        min-height: 100%;
        background-size: contain;
        background-position:top;
    }
    .hero-bg img{width:100%;}
    .carousel, .carousel-inner, .carousel-item {
        height: auto!important;
        min-height: 100%;
		margin-top:0px !important;
    }
    .hero-section {
        min-height: auto !important;
    }
    .carousel-control-prev, .carousel-control-next {
        top: calc(67% - 50px);
    }
    .navbar-toggler {
        margin-left: 5px !important;
    }
    .carousel-control-prev, .carousel-control-next {
        width: 25px;
        height: 25px;
    }
    .carousel-control-next-icon, .carousel-control-prev-icon {
        width: 1.5rem;
        height: 1.5rem;
    }
    .carousel-control-next {
        right: 20px;
		top:85px;
    }
    .carousel-control-prev {
        left: 20px;
		top:85px;
    }
}





.carousel-item{
    position: relative;
}

/* Very Light Overlay */
.carousel-item::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0,0,0,0.25) 0%,
        rgba(0,0,0,0.15) 35%,
        rgba(0,0,0,0.08) 70%,
        rgba(0,0,0,0) 100%
    );
    z-index: 1;
}

/* Content Position - Bottom Left */
.carousel-caption-custom{
    position: absolute;
    bottom: 5%;
    left: 5%;
    z-index: 10;
    width: 100%;
}

/* Heading */
.carousel-caption-custom h2{
    font-size: 42px;
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 15px;
    color: #fff;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.35);
}

/* Description */
.carousel-caption-custom p{
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: #fff;
    text-shadow: 1px 1px 8px rgba(0,0,0,0.30);
}

/* Button */
.hero-btn{
    display: inline-block;
    padding: 14px 32px;
    background: var(--accent-red);
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    transition: .3s;
}

.hero-btn:hover{
    background: var(--primary-blue);
    color: #fff;
}

/* Mobile */
@media (max-width:768px){

    .carousel-caption-custom{
        left: 20px;
        right: 20px;
        bottom: 30px;
        width: auto;
    }

    .carousel-caption-custom h2{
        font-size: 19px;
        margin-bottom: 10px;
    }

    .carousel-caption-custom p{
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 15px;
    }

    .hero-btn{
        padding: 10px 20px;
        font-size: 13px;
    }
}
@media (max-width:1024px){

    .carousel-caption-custom{
        left: 50px;
        bottom: 50px;
        width: auto;
    }

    .carousel-caption-custom h2{
        font-size: 24px;
        margin-bottom: 10px;
    }

    .carousel-caption-custom p{
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 15px;
    }

    .hero-btn{
        padding: 10px 20px;
        font-size: 13px;
    }
}




/*==================== New ============*/
:root {
  --primary-blue: #263489;
  --accent-red: #ec1d25;
  --text-black: #000000;
  --bg-light: #f4f6f9;
}

/* SECTION */
.clients-modern {
  background: var(--bg-light);
  padding: 0px 0;
}

/* TITLE */
.clients-modern .section-title h1 {
  font-size: 30px;
  font-weight: 800;
  color: var(--primary-blue);
  position: relative;
}

.clients-modern .section-title h1::after {
  content: "";
  width: 60px;
  height: 3px;
  background: var(--accent-red);
  display: block;
  margin: 10px auto 0;
}

/* CARD */
.client-card {
  background: #fff;
  border-radius: 14px;
  padding: 25px 15px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.client-card img {
  height: 70px;
  object-fit: contain;
  margin-bottom: 10px;
  transition: 0.3s;
}

.client-card span {
  display: block;
  font-weight: 600;
  color: var(--text-black);
}

/* HOVER */
.client-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.client-card:hover span {
  color: var(--primary-blue);
}

.client-card:hover img {
  transform: scale(1.1);
}

/* OWL NAV */
.clients-carousel .owl-nav {
  text-align: center;
  margin-top: 20px;
}

.clients-carousel .owl-nav button {
  background: var(--primary-blue) !important;
  color: #fff !important;
  margin: 5px;
  padding: 8px 14px !important;
  border-radius: 6px;
  border: none;
}

.clients-carousel .owl-nav button:hover {
  background: var(--accent-red) !important;
}

/* DOTS */
.clients-carousel .owl-dots {
  text-align: center;
  margin-top: 10px;
}

.clients-carousel .owl-dot span {
  width: 10px;
  height: 10px;
  background: #ccc;
  display: inline-block;
  border-radius: 50%;
  margin: 5px;
}

.clients-carousel .owl-dot.active span {
  background: var(--accent-red);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .client-card img {
    height: 50px;
  }
}


/* ===== ROOT COLORS ===== */
:root {
  --primary-blue: #263489;
  --accent-red: #ec1d25;
  --text-black: #000000;
  --bg-light: #f4f6f9;
}

/* ===== SECTION ===== */
.independence-section {
  padding: 60px 0;
  background: var(--bg-light);
}

/* ===== CARD ===== */
.independence-card {
  background: #fff;
  padding: 35px 25px;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}

/* ===== IMAGE ===== */
.image-wrap {
  margin-bottom: 25px;
}

.image-wrap img {
  width: 100%;
  max-width: 400px;
  border-radius: 12px;
  border: 4px solid var(--primary-blue);
  transition: 0.3s;
}

/* HOVER EFFECT */
.independence-card:hover img {
  transform: scale(1.03);
}

/* ===== LINK STYLE ===== */
.ncte-link a {
  display: inline-block;
  padding: 12px 24px;
  background: var(--primary-blue);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 30px;
  transition: all 0.3s ease;
}

/* HOVER */
.ncte-link a:hover {
  background: var(--accent-red);
  color: #fff;
}

/* ===== TEXT ===== */
.ncte-link p {
  margin: 0;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .independence-card {
    padding: 25px 15px;
  }

  .image-wrap img {
    max-width: 100%;
  }
}

:root {
  --primary-blue: #263489;
  --accent-red: #ec1d25;
  --text-black: #000000;
  --bg-light: #f4f6f9;
}

/* =========================
   SECTION
========================= */
.about-modern {
  background: linear-gradient(135deg, #f4f6f9, #ffffff);
  padding: 20px 0;
}

/* =========================
   TITLE
========================= */
.section-title h1 {
  font-size: 34px;
  font-weight: 800;
  color: var(--primary-blue);
  text-align: center;
  position: relative;
}

.section-title h1::after {
  content: "";
  width: 60px;
  height: 3px;
  background: var(--accent-red);
  display: block;
  margin: 10px auto 0;
}

/* =========================
   WRAPPER (GRID)
========================= */
.about-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  margin-top: 40px;
}

/* =========================
   IMAGE SECTION
========================= */
.about-image {
  position: relative;
}

.about-image img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
  transition: 0.3s;
}

.about-image img:hover {
  transform: scale(1.03);
}

/* BADGE */
.about-badge {
  position: absolute;
  bottom: -20px;
  left: 20px;
  background: var(--primary-blue);
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 600;
  box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

/* =========================
   TEXT CONTENT
========================= */
.about-text h3 {
  color: var(--primary-blue);
  font-weight: 800;
  margin-bottom: 15px;
  font-size: 22px;
}

.about-text p {
  color: #444;
  line-height: 1.8;
  margin-bottom: 25px;
  text-align: justify;
}

/* =========================
   FEATURE GRID
========================= */
.about-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

/* FEATURE CARD */
.feature-box {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  padding: 12px 15px;
  border-radius: 10px;
  border: 1px solid #eee;
  transition: 0.3s;
  cursor: pointer;
  background: var(--primary-blue);
  color:#fff;
}

.feature-box i {
  color: var(--accent-red);
  font-size: 18px;
}

/* HOVER EFFECT */
.feature-box:hover {
  background: #fff;
  color: var(--primary-blue);
  transform: translateY(-3px);
}

.feature-box:hover i {
  color: #fff;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 992px) {
  .about-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .about-text {
    text-align: center;
  }

  .about-text p {
    text-align: left;
  }

  .about-features {
    grid-template-columns: 1fr;
  }

  .about-badge {
    position: static;
    margin-top: 10px;
    display: inline-block;
  }
}

/* SMALL DEVICES */
@media (max-width: 576px) {
  .section-title h1 {
    font-size: 26px;
  }

  .about-text h3 {
    font-size: 18px;
  }

  .feature-box {
    padding: 10px;
    font-size: 14px;
  }
}


/* ================================
   ROOT COLORS
================================ */
/* ================================
   ROOT COLORS
================================ */
:root {
  --primary-blue: #263489;
  --accent-red: #ec1d25;
  --text-black: #000000;
  --bg-light: #f4f6f9;
}

/* ================================
   SECTION
================================ */
.quick-links-section {
  padding: 60px 0;
  background: var(--bg-light);
}

/* ================================
   LAYOUT
================================ */
.quick-links-section .row {
  display: flex;
  gap: 25px;
}

.quick-links-section .col-md-4 {
  flex: 1;
}

/* ================================
   BOX DESIGN
================================ */
.footer-box {
  height: 160px;
  background: var(--primary-blue);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s ease;
}

/* COLOR VARIANTS */
.footer-box.color2 {
  background: var(--accent-red);
}

.footer-box.color3 {
  background: var(--text-black);
}

/* ================================
   LINK (CENTER CONTENT)
================================ */
.box-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  text-decoration: none;
  color: #fff;
  text-align: center;
}

/* ICON */
.box-link i {
  font-size: 36px;
  margin-bottom: 12px;
}

/* TEXT */
.box-link span {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* ================================
   HOVER EFFECT (clean)
================================ */
.footer-box:hover {
  transform: translateY(-5px);
  opacity: 0.95;
}

/* ================================
   RESPONSIVE
================================ */
@media (max-width: 768px) {
  .quick-links-section .row {
    flex-direction: column;
    gap: 15px;
  }

  .footer-box {
    height: 140px;
  }

  .box-link i {
    font-size: 30px;
  }

  .box-link span {
    font-size: 16px;
  }
}





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

.mnr-matters-section{

  

    position:relative;

    padding:40px 0;

    overflow:visible;
}

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

.matters-heading{

    text-align:center;

    max-width:950px;

    margin:0 auto 140px;

    position:relative;

    z-index:20;
}

.matters-heading h2{

    font-size:clamp(52px,6vw,96px);

    line-height:1.05;

    color:var(--primary-blue);

    font-weight:500;

    margin-bottom:30px;
}

.matters-heading p{

    font-size:24px;

    line-height:1.8;

    color:#59627c;

    max-width:850px;

    margin:auto;
}

/* =========================
   STICKY WRAPPER
========================= */

.matters-sticky-wrapper{

    position:relative;
}

/* =========================
   ROW
========================= */

.matters-row{

    position:sticky;

    top:100px;

    min-height:85vh;

    display:flex;

    align-items:center;

    justify-content:center;

    transition:0.8s ease;

    opacity:0;

    transform:translateY(120px) scale(0.92);

    z-index:1;
}

/* ACTIVE */

.matters-row.active{

    opacity:1;

    transform:translateY(0) scale(1);

    z-index:10;
}

/* OLD CARD */

.matters-row.hide{

    opacity:0.12;

    transform:translateY(-80px) scale(0.94);

    filter:blur(5px);
}

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

.matters-card{

    width:100%;

    display:flex;

    align-items:center;

    justify-content:center;

    position:relative;
}

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

.matters-image{

    width:58%;

    position:relative;

    z-index:2;
}

.matters-image img{

    width:100%;

    height:490px;

    object-fit:cover;

    border-radius:35px;

    display:block;

    box-shadow:0 25px 70px rgba(0,0,0,0.12);
}

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

.matters-content{
    display:flex;
    flex-direction:column;
    justify-content:center;
    min-height:490px;
	
    width:42%;

    background:var(--primary-blue);

    color:#fff;

    padding:55px 50px;

    border-radius:35px;

    position:relative;

    margin-left:-90px;

    z-index:5;

    box-shadow:0 25px 70px rgba(0,0,0,0.16);
}

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

.icon-shape{

    position:absolute;

    width:100px;

    height:100px;

    background:var(--accent-red);

    opacity:0.08;

    top:30px;

    right:30px;

    border-radius:25px;

    transform:rotate(45deg);
}

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

.matters-content h3{

     font-size:52px;

    line-height:1.1;

     margin-bottom:20px;

    font-weight:500;
}

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

.matters-content p{

font-size:18px;

    line-height:1.7;

    color:rgba(255,255,255,0.84);

    margin-bottom:30px;
}

/* =========================
   BUTTON
========================= */

.matters-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

   padding:15px 34px;

    background:#fff;

    color:var(--primary-blue);

    border-radius:60px;

    text-decoration:none;

    font-size:16px;

    font-weight:600;

    transition:0.4s ease;
}

.matters-btn:hover{

    background:var(--accent-red);

    color:#fff;

    transform:translateY(-5px);
}

/* =========================
   LARGE LAPTOP
========================= */

@media(max-width:1400px){

    .matters-image img{

        height:490px;
    }

    .matters-content{

        padding:70px 55px;
    }

    .matters-content h3{

        font-size:54px;
    }

}

/* =========================
   TABLET / IPAD
========================= */

@media(max-width:1199px){

    .mnr-matters-section{

        padding:100px 20px;
    }

    .matters-heading{

        margin-bottom:100px;
    }

    .matters-heading h2{

        font-size:60px;
    }

    .matters-heading p{

        font-size:20px;
    }

    .matters-row{

        top:80px;
    }

    .matters-image{

        width:55%;
    }

    .matters-image img{

        height:520px;
    }

    .matters-content{

        width:45%;

        padding:50px 40px;

        margin-left:-80px;
    }

    .matters-content h3{

        font-size:44px;
    }

    .matters-content p{

        font-size:18px;

        line-height:1.7;
    }

}

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

@media(max-width:991px){

    .mnr-matters-section{

        padding:80px 20px;
    }

    .matters-heading{

        margin-bottom:60px;
    }

    .matters-heading h2{

        font-size:42px;
    }

    .matters-heading p{

        font-size:18px;

        line-height:1.7;
    }

    /* REMOVE STICKY */

    .matters-row{

        position:relative;

        top:auto;

        min-height:auto;

        opacity:1 !important;

        transform:none !important;

        filter:none !important;

        margin-bottom:80px;

        display:block;
    }

    .matters-card{

        flex-direction:column;
    }

    .matters-image,
    .matters-content{

        width:100%;
    }

    .matters-image img{

        height:auto;

        border-radius:25px 25px 0 0;
    }

    .matters-content{

        margin-left:0;

        padding:40px 30px;

        border-radius:0 0 25px 25px;
    }

    .matters-content h3{

        font-size:36px;
    }

    .matters-content p{

        font-size:17px;

        line-height:1.7;
    }

    .matters-btn{

        width:100%;
    }

}

/* =========================
   IPAD PRO FIX
========================= */

@media only screen 
and (min-width:992px) 
and (max-width:1200px){

    .mnr-matters-section{

        padding:20px 20px;
    }

    /* REMOVE HUGE GAP */

    .matters-row{

        min-height:70vh;

        top:40px;

        padding:20px 0;
    }

    /* CARD */

    .matters-card{

        align-items:center;
    }

    /* IMAGE */

    .matters-image img{

        height:420px;
    }

    /* CONTENT */

    .matters-content{

        padding:40px 35px;

        margin-left:-60px;
    }

    /* TITLE */

    .matters-content h3{

        font-size:36px;

        margin-bottom:20px;
    }

    /* TEXT */

    .matters-content p{

        font-size:16px;

        line-height:1.6;

        margin-bottom:25px;
    }

    /* BUTTON */

    .matters-btn{

        padding:14px 28px;

        font-size:15px;
    }

}