body {
    font-family: "Inter", sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    color: #212529;
}

html {
    scroll-behavior: smooth;
}

:focus-visible {
    outline: 0 !important;
}

.text-blue {
    color: #00A2DE !important;
}

.bg-blue {
    background-color: #05284E;
}

.lh-35 {
    line-height: 35px;
}

.lh-40 {
    line-height: 40px;
}

.opacity-08 {
    opacity: 0.8;
}

.fw-400 {
    font-weight: 400;
}

.fw-600 {
    font-weight: 600 !important;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-35 {
    font-size: 35px;
}

.z1 {
    z-index: 1;
}

.border-20 {
    border-radius: 20px;
}

.blue-gradient {
    background: #04ACEA;
    background: linear-gradient(94deg, #04ACEA 0.06%, #1083C3 51.29%, #04264A 92.71%);

}

.light-blue-gradient {
    background: linear-gradient(180deg, #00A2DE 0%, #F6FCFF 100%);
}

.section-padding {
    padding: 80px 0;
}


body.offcanvas-active {
    overflow: hidden;
}

.offcanvas-header {
    display: none;
}

.screen-darken {
    height: 100%;
    width: 0%;
    z-index: 30;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(34, 34, 34, 0.6);
    transition: opacity .2s linear, visibility 0.2s, width 2s ease-in;
}

.screen-darken.active {
    z-index: 10;
    transition: opacity .3s ease, width 0s;
    opacity: 1;
    width: 100%;
    visibility: visible;
}


.nav-btn {
    border: 0;
    border-radius: 100px;
    color: #fff;
    padding: 10px 30px;
    background: linear-gradient(90deg, #00c6ff, #004080);
    transition: all 0.3s ease;
}


.nav-btn:hover {
    background: linear-gradient(90deg, #004080, #00c6ff);
    transform: scale(1.05);
    color: #ffffff;
}

.navbar-nav .nav-link {
    color: #212529 !important;
    font-size: 16px !important;
    padding: 0 20px !important;
    transition: transform 0.3s;
    font-weight: 500;
}

.navbar-nav .nav-link:hover {
    /* transform: scale(1.07); */
    color: #0D8CCF !important;
}

.navbar {
    border-bottom: 1px solid #e3e3e3;
}

/* Default navbar */
#navbar_main {
    transition: all 0.3s ease;
    background: #fff;
    /* keep white background */
    box-shadow: none;
}

/* Shrinked navbar */
#navbar_main.scrolled {
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

#navbar_main .navbar-brand img {
    transition: all 0.3s ease;
    height: auto;
    width: 200px;
}

#navbar_main.scrolled .navbar-brand img {
    height: auto;
    width: 170px;
}

#navbar_main.scrolled .nav-link {
    font-size: 16px !important;
}

#navbar_main.scrolled .nav-btn {
    padding: 8px 25px;
    font-size: 14px;
}

.hero-section {
    margin-top: 170px;
    padding-bottom: 70px;

}

.custom-btn-p {
    padding: 12px 35px !important;
}

.custom-btn {
    padding: 12px 20px;
    border-color: #04ACEA;
    font-weight: 500;
    background: #04ACEA;
    background: linear-gradient(90deg, #00c6ff, #004080);
    transition: all 0.3s ease;

}

.custom-btn:hover {
    background: linear-gradient(90deg, #004080, #00c6ff);
    transform: scale(1.05);
}

.border-btn {
    padding: 12px 20px;
    border-color: #0D8CCF;
    color: #0D8CCF;
    font-weight: 500;
    transition: all 0.3s ease;

}

.border-btn:hover {
    background: linear-gradient(90deg, #004080, #00c6ff);
    transform: scale(1.05);
    color: #fff;
    border: 0;
}

.border-height {
    height: 30px;
}

.hero-info {
    top: 225px;
    left: 30px;
    border-radius: 8px;
}

/* .tisca-text {
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #3BC2F4;
    font-size: 128px;
    font-style: normal;
    font-weight: 700;
    line-height: 128px;
    white-space: nowrap;
    text-transform: capitalize;
    animation: scroll-continuous 30s linear infinite;
    color: transparent;
    opacity: 0.2;
    z-index: 0;
} */
/* Scrolling Text Animation */
/* .tisca-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.tisca-text::before,
.tisca-text::after {
    content: '. TISCA . TISCA . TISCA . TISCA . TISCA . TISCA . TISCA . TISCA . TISCA . TISCA';
    position: absolute;
    white-space: nowrap;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #3BC2F4;
    font-size: 128px;
    font-style: normal;
    font-weight: 700;
    line-height: 128px;
    white-space: nowrap;
    text-transform: capitalize;
    animation: scroll-continuous 45s linear infinite;
    color: transparent;
    opacity: 0.2;
    z-index: 0;
    animation: scroll-continuous 45s linear infinite;
}

.tisca-text::after {
    animation-delay: -15s;
}

@keyframes scroll-continuous {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
} */

.marquee-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.marquee-content {
    display: flex;
    animation: scroll 20s linear infinite;
    width: fit-content;
}

.marquee-text {
    font-size: 120px;
    font-weight: bold;
    color: transparent;
    -webkit-text-stroke: 1px #3BC2F4;
    text-stroke: 1px #3BC2F4;
    white-space: nowrap;
    padding: 0 30px;
    letter-spacing: 10px;
    opacity: 0.2;
    z-index: 0;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

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


.circle-bottom {
    bottom: -45px !important;
    transform: rotate(180deg);
    right: 0;
}

@keyframes scroll-continuous {
    0% {
        transform: translateX(100%);
    }

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

.hero-float {
    animation: herofloat 3s ease-in-out infinite;
}

@keyframes herofloat {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-16px);
    }

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

.about-section {
    padding: 100px 0;
    background: #05284E;
}

.video-guide {
    background-color: #ffffffcf !important;
    border-radius: 8px;
    padding: 8px 10px;
    transition: all 0.3s ease;
    border: none;

}

.video-content:hover .video-guide {
    transform: scale(1.05);
    /* Slightly scale up the button */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* Add a subtle shadow */
    background-color: #ffffff !important;
    /* Change background to a light gray */
    color: #007bff;
    /* Change text color to a vibrant blue */
}

.video-guide:hover p {
    color: #007bff;
    /* Ensure the paragraph text changes color */
}

.video-center {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.modal .btn-close {
    /* background-color: #e3f1ff;
    position: absolute; */
    right: -15px;
    top: -15px;
    opacity: 1 !important;
    z-index: 99;
    height: 25px;
    width: 25px;
    border-radius: 100px;
}


.video-content img {
    transition: .3s;
    border-radius: 12px;
    overflow: hidden;
}

.video-content:hover img {
    opacity: .9;
}

/* Floating button */
/* #floatingBtn {
    position: fixed;
    bottom: 92px;
    right: 10px;
    z-index: 1050;
    padding: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform: translateY(50px);
    opacity: 0;
    background: transparent !important;
    border: none !important;
}

#floatingBtn:hover {
    transform: translateY(2px) !important;
}

#floatingBtn img {
    width: 65px;
    height: 65px;
}

.feedback-btn {
    display: flex;
    background: linear-gradient(90deg, #00c6ff, #004080);
    padding: 5px 20px;
    border-radius: 100px;
    color: #ffffff;
    font-size: 14px;
    align-items: center;
}

.feedback-btn svg {
    margin-right: 10px;
} */


/* Floating button */
#floatingBtn {
    position: fixed;
    bottom: 90px;
    right: 15px;
    z-index: 1050;
    padding: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform: translateY(50px);
    opacity: 0;
    background: transparent !important;
    border: none !important;
}

#floatingBtn:hover {
    transform: translateY(2px) !important;
}

#floatingBtn img {
    width: 65px;
    height: 65px;
}

/* .feedback-btn {
     display: flex;
     background: linear-gradient(90deg, #00c6ff, #004080);
     padding: 5px 20px;
     border-radius: 100px;
     color: #ffffff;
     font-size: 14px;
     align-items: center;
 }

 .feedback-btn svg {
     margin-right: 10px;
 } */

.feedback-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    /* center SVG */
    background: linear-gradient(90deg, #00c6ff, #004080);
    color: #ffffff;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    overflow: hidden;
    cursor: pointer;
    transition: width 0.3s ease, padding 0.3s ease;
    white-space: nowrap;
    padding: 0;
    /* no padding initially */
}

.feedback-btn svg {
    transition: margin-right 0.3s ease;
    height: 15px;
    width: 15px;
}

/* Text hidden initially */
.feedback-btn span {
    display: none;
    margin-left: 0;
    transition: opacity 0.2s ease;
}

/* Hover → expand & align left */
.feedback-btn:hover {
    width: 140px;
    padding: 0 15px;
    /* space for text */
    justify-content: flex-start;
}

.feedback-btn:hover svg {
    margin-right: 10px;
    /* only add gap on hover */
}

.feedback-btn:hover span {
    display: block;
}



/* Show button animation */
#floatingBtn.show {
    transform: translateY(0);
    opacity: 1;
}

/* Floating card */
#floatingCard {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: min(90vw, 380px);
    max-height: 80vh;
    overflow-y: auto;
    transform: translateY(120%);
    transition: transform 0.4s ease;
    z-index: 2000;
}

#floatingCard.show {
    transform: translateY(0);
}


/* Floating card */
#floatingCard {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: min(90vw, 380px);
    max-height: 80vh;
    overflow-y: auto;
    transform: translateY(120%);
    transition: transform 0.4s ease;
    z-index: 2000;
}

#floatingCard.show {
    transform: translateY(0);
}

.feedback-box {
    /* width: 380px; */
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.07);
    padding: 20px;
    background: #EDF6F9;
    /* background: linear-gradient(180deg, rgba(237, 246, 249, 1) 0%, rgba(246, 252, 255, 1) 100%); */
}

.feedback-box .close-btn {
    float: right;
    font-size: 24px;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    vertical-align: top;
    position: absolute;
    right: 0;
    top: -15px;
}

.feedback-box h5 {
    font-size: 24px;
}

.feedback-box p {
    color: #4D5154;
}

.feedback-box .form-check label {
    margin-bottom: 0;
}

.feedback-box .form-check {
    gap: 12px;
}

.feedback-box textarea {
    border-radius: 5px !important;
    padding: 0.5625rem 1.25rem;
    height: auto;
    border: 1px #E2E8F0 solid !important;
}

.rating-scale {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    border-radius: 15px;
}

.rating-scale label {
    cursor: pointer;
    padding: 0 6px;
    border-radius: 5px;
    color: #333333;
    margin: 0;
    font-weight: 400;
}

.rating-scale label:hover {
    background-color: #ECF7FF;
}

.rating-scale label:active,
.rating-scale label.active {
    background-color: #ECF7FF;
    color: #04ACEA;
}

.form-check label {
    color: #212529;
}



.navbar-nav .nav-link {
    padding: 20px 20px !important;
}

.navbar-nav .dropdown-menu .nav-link {
    padding: 5px 15px !important;
}

#videoModal .btn-close {
    background-color: #e3f1ff;
    position: absolute;
    right: -15px;
    top: -15px;
    opacity: 1 !important;
    z-index: 99;
    height: 25px;
    width: 25px;
    border-radius: 100px;
}

.feedback-btn-new {
    border-radius: 50%;
    background-color: #1083c3;
    padding: 6.5px !important;
    width: 60px !important;
    height: 60px !important;
    /* box-shadow: 2px 12px 14px rgba(0, 0, 0, 0.3); */
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 0 2px #ffffff;
}

.feedback-btn-new span:after {
    content: "";
    position: absolute;
    bottom: 14px;
    width: 10px;
    height: 10px;
    background: #1083c3;
    left: 100%;
    margin-left: -5px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.feedback-btn-new:hover span {
    display: block;
}

.feedback-btn-new span {
    background: #1083c3;
    border-radius: 3px;
    color: #ffffff;
    font-size: 13px;
    box-sizing: border-box;
    width: auto;
    height: auto;
    padding: 10px 8px;
    letter-spacing: 1px;
    line-height: 15px;
    position: fixed;
    text-align: center;
    bottom: 5px;
    right: 68px;
    -webkit-transition: display 0.7s;
    transition: display 0.7s;
    display: none;
}


/* ============ mobile view ============ */
@media all and (max-width: 991px) {
    .offcanvas-header {
        display: block;
    }

    .mobile-offcanvas {
        visibility: hidden;
        transform: translateX(-100%);
        border-radius: 0;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 80%;
        z-index: 1200;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: visibility .3s ease-in-out, transform .3s ease-in-out;
    }

    .mobile-offcanvas.show {
        visibility: visible;
        transform: translateX(0);
    }

    .mobile-offcanvas .container,
    .mobile-offcanvas .container-fluid {
        display: block;
    }

    .navbar-nav .nav-link {
        color: #ffffff !important;
    }

    #navbar_main {
        background-color: #05284E;
    }

    .offcanvas-header .btn-close {
        background-color: #ffffff;
        opacity: 1;
        margin-top: 0px;
    }

    .dropdown-menu {
        padding: 0 !important;
        background-color: #05284e !important;
    }

    #navbar_main .navbar-brand img {
        height: 35px;
        width: auto;
    }

    .offcanvas-header {
        padding: 0;

    }

    #navbar_main .navbar-nav {
        margin-top: 20px !important;
    }

    .tour-btn,
    .feedback-btn-new {
        width: 40px !important;
        height: 40px !important;
    }

    #startTourBtn {
        bottom: 140px;
    }

    .feedback-btn-new svg {
        height: 20px;
        width: 20px;
    }

}


.heading {
    font-size: 40px;
}

.process-step {
    background-color: #F2FBFF;
    padding: 20px 25px;
    border-radius: 20px;
    width: 100%;
    text-align: center;
}

.process-step h4 {
    font-size: 16px;
    margin-top: 20px;
    font-weight: 600;
}

.up-arrow::after {
    content: '';
    position: absolute;
    left: -65px;
    top: 50px;
    background-image: url(../images/up-arrow.svg);
    width: 100%;
    height: 50px;
    background-repeat: no-repeat;
    -webkit-animation: float 6s ease-in-out infinite;
    background-size: contain;
}


@-webkit-keyframes float {
    0% {

        transform: translatey(0px);
    }

    50% {
        transform: translatey(-20px);
    }

    100% {

        transform: translatey(0px);
    }
}

.down-arrow::after {
    content: '';
    position: absolute;
    left: -65px;
    top: 50px;
    background-image: url(../images/down-arrow.svg);
    width: 100%;
    height: 50px;
    background-repeat: no-repeat;
    -webkit-animation: float2 8s ease-in-out infinite;
    background-size: contain;
}

@-webkit-keyframes float2 {
    0% {

        transform: translatey(0px);
    }

    50% {
        transform: translatey(-25px);
    }

    100% {

        transform: translatey(0px);
    }
}

.stud-uni {
    border-radius: 15px;
    border: 1px solid #E2E8F0;
    padding: 25px 35px;
}

.stud-uni-inner {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E2E8F0;
    padding-bottom: 15px;
    margin-bottom: 20px !important;
}

.stud-uni-inner p {
    color: #031219;
    font-size: 18px;
    font-weight: 500;
    opacity: 0.80;
}

.stud-uni .btn {
    padding: 10px 30px;
}

.list-custom {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.list-custom li {
    /* color: #ffffff; */
    font-size: 18px;
    display: flex;
    /* align-items: center; */
    margin-bottom: 18px;
}

.list-custom li svg {
    margin-right: 10px;
    width: 25px;
    height: 25px;
}

.highlight {
    display: inline-block;
    width: 100%;
}

.abroad-journey {
    border-radius: 10px;
    border: 1px solid #0B3460;
    background: linear-gradient(180deg, #244262 0%, #19395B 47.6%, #05284E 100%);
    padding: 40px 35px;
}

.abroad-journey h3 {
    color: #ffffff;
    font-weight: 400;
    font-size: 35px;
    margin-bottom: 20px;
    line-height: 45px;
    z-index: 1;
    position: relative;
}

.abroad-link {
    color: #04ACEA !important;
    font-size: 24px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.abroad-link span {
    border-bottom: 2px solid #04ACEA;
}



.svg-arrrow {
    position: absolute;
    right: 15px;
    top: 20px;
    z-index: 0;
}

/* Simple SVG Hover Effect */


.abroad-link svg {
    transition: all 0.3s ease;
}

/* Simple hover effect */
.abroad-link:hover svg {
    transform: translateX(5px);
    filter: brightness(1.2);
}

.abroad-link:hover svg path {
    stroke: #00bfff;
}

/* Optional: Text color change on hover */
.abroad-link:hover span {
    color: #ffffff;
    border-color: #ffffff;
}

.roate-img::after {
    content: '';
    position: absolute;
    width: 81%;
    border-radius: 13.025px;
    background: linear-gradient(0deg, #DEF2FF 0%, #DEF2FF 100%), url(<path-to-image>) lightgray 50% / cover no-repeat;
    transform: rotate(-4.887deg);
    right: 30px;
    height: 100%;
    top: -3px;
    z-index: -1;
    transition: all 0.5s ease;
}


.roate-img {
    transition: transform 0.5s ease;
    /* cursor: pointer; */
}

.roate-img img {
    transition: transform 0.6s ease, filter 0.4s ease;
}

/* Hover effects */
.roate-img:hover img {
    transform: none;
    /* zoom + slight tilt */
    filter: brightness(1.1);
    /* make it shine a bit */
}

.roate-img:hover::after {
    transform: rotate(2deg) scale(1.05);
    right: 50px;
    background: linear-gradient(135deg, #DEF2FF, #A5E0FF);
    width: 74%;
}

/* smooth animation both views */
.dropdown-menu {
    margin-top: 0;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    transition: all 0.25s ease;
}

/* desktop hover only */
@media (min-width: 992px) {
    .dropdown:hover>.dropdown-menu {
        display: block;
        opacity: 1;
        transform: translateY(0);
        visibility: visible;
    }

    .dropdown-menu {
        display: block;
        opacity: 0;
        transform: translateY(10px);
        visibility: hidden;
        position: absolute;
    }
}


/* Mobile support */
@media (hover: none) and (pointer: coarse) {
    .abroad-link:active svg {
        transform: translateX(3px);
        filter: brightness(1.1);
    }
}

/* Footer */

footer h6 {
    font-size: 16px;
    margin-bottom: 25px;
}

footer a,
footer p {
    color: #4B5563;
    font-size: 16px;
}

footer li {

    margin-bottom: 15px;
}

footer a:hover {
    color: #0D8CCF !important;
}

.animated-svg {
    /* padding: 20px; */
    overflow: visible;
    animation: floatsvg 4s ease-in-out infinite;
}

.animated-svg svg {
    overflow: visible;
    filter: drop-shadow(0 0 20px rgba(15, 155, 207, 0.4));
}

/* Continuous animation styles */
.animated-svg svg .svg-elem-1 {
    animation: pulseArrow 3s ease-in-out infinite;
}

.animated-svg svg .svg-elem-8 {
    animation: pulseArrow 3s ease-in-out infinite 0.5s;
}

.animated-svg svg .svg-elem-2 {
    animation: pulseDot 2s ease-in-out infinite 0.2s;
    transform-origin: 94px 105px;
}

.animated-svg svg .svg-elem-3 {
    animation: pulseDot 2s ease-in-out infinite 0.4s;
    transform-origin: 85px 105px;
}

.animated-svg svg .svg-elem-4 {
    animation: pulseDot 2s ease-in-out infinite 0.6s;
    transform-origin: 77px 105px;
}

.animated-svg svg .svg-elem-5 {
    animation: pulseDot 2s ease-in-out infinite 0.8s;
    transform-origin: 19px 2px;
}

.animated-svg svg .svg-elem-6 {
    animation: pulseDot 2s ease-in-out infinite 1s;
    transform-origin: 10px 2px;
}

.animated-svg svg .svg-elem-7 {
    animation: pulseDot 2s ease-in-out infinite 1.2s;
    transform-origin: 2px 2px;
}

@keyframes pulseArrow {

    0%,
    100% {
        opacity: 0.4;
        transform: scale(1) translateX(0);
    }

    25% {
        opacity: 0.8;
        transform: scale(1.05) translateX(2px);
    }

    50% {
        opacity: 1;
        transform: scale(1.1) translateX(5px);
    }

    75% {
        opacity: 0.8;
        transform: scale(1.05) translateX(2px);
    }
}

@keyframes pulseDot {

    0%,
    100% {
        opacity: 0.3;
        transform: scale(0.8);
    }

    50% {
        opacity: 1;
        transform: scale(1.2);
    }
}

/* Floating animation for the entire SVG */
@keyframes floatsvg {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

/* About Us */

.badge-text {
    color: #04ACEA;
    border-radius: 100px;
    background: rgba(58, 168, 247, 0.10);
    font-size: 14px;
    padding: 10px 20px;
    display: inline;
}

.about-info p,
.ai-info p {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;

}

.about-info {
    bottom: 40px;
    left: 109px;
    padding: 15px 20px;
    border-radius: 8px;
}

.ai-info {
    top: 40px;
    right: 125px;
    padding: 15px 20px;
    border-radius: 8px;
}

.vision-mission {
    border-radius: 15px;
    background: #F2F5F8;
    padding: 40px 45px;
}

.small-b {
    background-color: #04ACEA;
    height: 2px;
    width: 30px;
    margin: 10px 0 15px;
}

.vision-mission h4 {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px !important;
}

.vision-mission p,
.vision-mission li {
    color: #212529;
    font-size: 16px;
    font-weight: 400;
}

.vision-block {
    display: inline-block;
}

.vision-block .small-b {
    margin: 10px auto 15px;
}

.white-box-inner {
    border-right: 1px solid #E2E8F0;
    padding: 40px 30px;
    text-align: center;
    height: 100%;
}


.svg-hover svg {
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.svg-hover:hover svg {
    transform: rotateY(180deg);
}

.white-box {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.06);
}

.white-box-inner h3 {
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
    line-height: 25px;
}



.solution-card {
    border-radius: 10px;
    background: #FFF;
    padding: 30px 25px;
    margin-bottom: 30px;
}

.solution-card h4 {
    font-size: 18px;
    font-weight: 600;
}

.solution-card p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}

.blue-card {
    border-radius: 10px;
    background: #F6FCFF;
    padding: 35px 25px;
    margin: 0 10px;
    text-align: center;
    cursor: pointer;
}



.blue-card h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 17px 0 20px;
}

.blue-card p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
}



.works-slider .slick-arrow {
    background-color: #182856;
    width: 44px;
    height: 44px;
    border-radius: 7px;
    background: linear-gradient(94deg, #04ACEA 0.06%, #1083C3 51.29%, #04264A 92.71%);
    z-index: 99;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background: linear-gradient(94deg, #04ACEA 0.06%, #1083C3 51.29%, #04264A 92.71%) !important;
}

.works-slider .slick-prev {
    left: -60px;
}

.works-slider .slick-next {
    right: -60px;
}

.custom-prev img,
.custom-next img {
    height: 30px;
    width: 30px;
}

.slick-next:before,
.slick-prev::before {
    display: none;
}


.hover-transition {
    transition: all .2s ease-in-out;
    /* cursor: pointer; */
}

.hover-transition:hover {
    transform: translateY(-0.4rem);
    webkit-box-shadow: 0 15px 35px 0 rgb(0 162 222 / 15%);
    -moz-box-shadow: 0 15px 35px 0 rgb(0 162 222 / 15%);
    box-shadow: 0 15px 35px 0 rgb(0 137 78 / 15%);
}

.graph {
    position: absolute;
    left: 105px;
    bottom: -33px;
}

.university {
    position: absolute;
    right: 90px;
    top: 0;
}




/* Swiper Tabs */
.swiper-pagination-progress {
    --cnvs-swiper-bar-size: 2px;
    --cnvs-swiper-bar-color: #e9ecef;
    --cnvs-swiper-bar-active-color: #000;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: auto;
    border-radius: 0;
    opacity: 1;
    margin: 0px;
    background-color: transparent;
}

.swiper-pagination-progress .swiper-pagination-bar,
.swiper-pagination-progress .swiper-pagination-bar-active {
    position: absolute;
    bottom: 0;
    border-radius: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 2px;
    margin: 0px;
    background-color: #e9ecef;
}

.swiper-pagination-progress .swiper-pagination-bar-active {
    z-index: 2;
    width: 0%;
    background-color: #000;
}

.active .swiper-pagination-progress .swiper-pagination-bar-active {
    animation-name: swiperbarAnim;
    animation-duration: 5s;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-fill-mode: forwards;
}

@keyframes swiperbarAnim {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.swiper-tab-link {
    --swiper-tab-title: #AAA;
    --swiper-tab-content: ;
    counter-increment: step-counter;
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
    padding: 20px 0;
    cursor: pointer;
}

.swiper-tab-link::before {
    content: "0" counter(step-counter)'.';
    position: relative;
    display: inline-block;
    font-size: 26px;
    font-weight: 600;
    min-width: 50px;
    margin-right: 5px;
    color: #AAA;
    font-family: monospace;
    line-height: 1;
}

.swiper-tab-link .swiper-tab-title {
    display: inline-block;
    color: #AAA;
    margin-bottom: 0;
    font-size: calc(1.275rem + 0.3vw);
}

.swiper-tab-link .swiper-tab-content {
    margin-bottom: 0;
    padding-top: 10px;
    margin-left: 5px;
    line-height: 0;
    opacity: 0;
    height: 5px;
    vertical-align: middle;
    font-size: 1rem;
    transition: line-height 0.6s cubic-bezier(.4, 0, .2, 1), opacity .1s .1s cubic-bezier(.4, 0, .2, 1);
}

footer svg {
    width: 20px;
    height: 20px;
}

@media (min-width: 768px) {
    .swiper-tab-link .swiper-tab-content {
        margin-left: 60px;
    }


}

.swiper-tab-link.active .swiper-tab-content {
    opacity: .8;
    line-height: 1.65;
    transition: line-height 0.5s cubic-bezier(.4, 0, .2, 1), opacity .15s .15s cubic-bezier(.4, 0, .2, 1);
    height: auto;

}

.swiper-tab-link.active .swiper-tab-title,
.swiper-tab-link.active::before {
    color: #000;
}



.swiper-tab-link {
    transition: all 0.3s ease;
}

.swiper-tab-link.active {
    transition: all 0.3s ease;
}

.swiper-pagination-progress {
    transition: opacity 0.3s ease;
}

#tabs-swiper {
    margin: 50px 0;
}

.rotate-img-slider img {
    width: 65%;
    margin: 0 auto;
    display: block;
}



.rotate-img-slider::after {
    content: '';
    position: absolute;
    width: 60%;
    border-radius: 13.025px;
    background: linear-gradient(0deg, #DEF2FF 0%, #DEF2FF 100%), url(<path-to-image>) lightgray 50% / cover no-repeat;
    transform: rotate(-4.887deg);
    right: 80px;
    height: 100%;
    z-index: -1;
    transition: all 0.5s ease;
    top: 20px;
}


.rotate-img-slider {
    transition: transform 0.5s ease;
    cursor: pointer;
}

.rotate-img-slider img {
    transition: transform 0.6s ease, filter 0.4s ease;
}

.rotate-img-slider:hover img {
    transform: none;
    filter: brightness(1.1);
}

.rotate-img-slider:hover::after {
    transform: rotate(2deg) scale(1.05);
    /* right: 65px; */
    background: linear-gradient(135deg, #DEF2FF, #A5E0FF);
}

.swiper-tab-link .btn {
    border-color: #000000 !important;
    padding: 8px 25px !important;
}

.swiper-fade .swiper-slide {
    overflow: visible;
    margin: 30px 0;
}

.benefit-counter {
    border-radius: 15px;
    background: #F6FCFF;
    padding: 30px 0;

}

.benefit-counter-div h3 {
    color: #0F172A;
    font-size: 45px;
    font-weight: 700;
    margin: 20px 0 0;
}


.benefit-counter-div h4 {
    color: #0F172A;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.benefit-counter-div p {
    color: #0F172A;
    font-size: 14px;
    font-weight: 400;
}

.contact-uni {
    border-radius: 12px;
    border: 1px solid #E2E8F0;
    background: #05284E;
    padding: 40px 35px;
    position: relative;
    transition: transform 0.5s ease;
    /* cursor: pointer; */
}

.contact-uni h4 {
    font-size: 35px;
}

.contact-uni h5 {
    font-size: 30px;
}

.contact-uni h6 {
    color: #C9DAED;
    font-weight: 400;
}


.contact-uni::after {
    content: '';
    position: absolute;
    width: 100%;
    border-radius: 13.025px;
    background: linear-gradient(0deg, #DEF2FF 0%, #DEF2FF 100%), url(<path-to-image>) lightgray 50% / cover no-repeat;
    transform: rotate(-4.887deg);
    right: -8px;
    height: 95%;
    top: 30px;
    z-index: -1;
    transition: all 0.5s ease;
}


.swiper-tab-container {
    overflow: visible !important;
}


.joinus-sec {
    padding: 80px 0;
    margin-top: 110px;
    position: relative;
}

.joinus-sec .badge-text {
    display: inline-block !important;
}

.swiper-tab-content td,
.swiper-tab-content th {
    border: 1px solid #e3e3e3;
}

.swiper-tab-content li,
.swiper-tab-content p,
.swiper-tab-content th,
.swiper-tab-content tr {
    font-size: 14px;
}

.swiper-tab-content li {
    margin-bottom: 5px;
}

.star-img {
    transform: rotate(180deg);
}

.border-div {
    border-radius: 10px;
    border: 2px dotted #A6E1F6;
    background: rgba(213, 241, 251, 0.35);
    padding: 8px 10px;
    color: #04ACEA;
    font-size: 16px;
    text-align: center;
}


.roate-img-join::after {
    content: '';
    position: absolute;
    width: 64%;
    border-radius: 13.025px;
    background: linear-gradient(0deg, #DEF2FF 0%, #DEF2FF 100%), url(<path-to-image>) lightgray 50% / cover no-repeat;
    transform: rotate(-4.887deg);
    right: 66px;
    height: 100%;
    top: -10px;
    z-index: -1;
    transition: all 0.5s ease;
}

.roate-img-join {
    transition: transform 0.5s ease;
    cursor: pointer;
}

.roate-img-join img {
    transition: transform 0.6s ease, filter 0.4s ease;
}

/* Hover effects */
.roate-img-join:hover img {
    transform: none;
    /* zoom + slight tilt */
    filter: brightness(1.1);
    /* make it shine a bit */
}

.roate-img-join:hover::after {
    transform: rotate(2deg) scale(1.05);
    /* right: 110px; */
    background: linear-gradient(135deg, #DEF2FF, #A5E0FF);
}

.up-arrow::after,
.down-arrow::after {
    top: 90px;
}

.dot-img {
    bottom: 40px;
    right: 30px;
}

.join-box-inner h3 {
    height: 50px;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    cursor: pointer;
}



@media(max-width: 768px) {
    .mobile-header .navbar-brand img {
        width: 150px;
    }

    .hamburger {
        background-color: transparent;
        border: 0;
    }

    /* .navbar .nav-item {
        margin-bottom: 20px;
    } */

    .hero-section {
        margin-top: 0;
    }

    .get-btn {
        position: absolute;
        right: 75px;
        top: 24px;
    }

    .get-btn .btn {
        padding: 8px 24px;
        font-size: 14px;
    }

    .video-center {
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        display: flex;
        justify-content: center;
        transform: none;
    }


    .video-content {
        display: flex;
        justify-content: center;
    }

    .process-step svg {
        height: 40px;
        width: 40px;
    }

    .process-step {
        padding: 15px 20px;
    }

    .process-step h4 {
        font-size: 14px;
        margin-top: 10px;
    }

    .stud-uni-inner p {
        font-size: 14px;
    }

    .abroad-journey {
        padding: 30px 20px;
    }

    .abroad-journey h3 {
        font-size: 25px;
        line-height: 35px;
    }

    footer a,
    footer p {
        font-size: 14px;
    }

    footer li {
        margin-bottom: 10px;
    }

    footer h6 {
        font-size: 14px;
    }

    .white-box-inner h3 {
        font-size: 16px;
        line-height: 22px;
    }

    .solution-card {
        text-align: center;
    }

    .solution-card p {
        font-size: 14px;
    }

    .solution-card h4 {
        font-size: 16px;
    }

    .works-slider .slick-prev {
        left: 0;
    }

    .works-slider .slick-next {
        right: -0;
    }

    .marquee-text {
        font-size: 60px;
        padding: 0 50px;
    }

    .joinus-sec {
        padding: 40px 0;
        margin-top: 0;
    }

    .joinus-circle-img {
        width: 100px;
    }

    .join-box-inner h3 {
        height: 65px;
    }


}


@media(max-width:567px) {
    p {
        font-size: 14px;
    }

    .fs-14 {
        font-size: 12px !important;
    }

    .fs-18 {
        font-size: 16px;
    }

    .fs-35 {
        font-size: 24px;
    }

    .border-div {
        font-size: 14px;
    }

    .display-4 {
        font-size: 20px;
    }

    .display-5 {
        font-size: 24px;
    }

    .mobile-header .navbar-brand img {
        width: 125px;
    }

    .get-btn {
        top: 18px;
    }

    .lead {
        font-size: 16px;
    }

    .section-padding {
        padding: 50px 0;
    }

    .custom-btn,
    .border-btn {
        padding: 10px 15px;
        font-size: 14px;
    }

    .hero-reviews h3 {
        font-size: 16px !important;
    }

    .hero-reviews h4 {
        font-size: 14px !important;
    }

    .process-flow {
        flex-wrap: wrap;
        justify-content: center;
    }

    .process-step {
        padding: 15px 20px;
        width: 42%;
    }

    .up-arrow::after,
    .down-arrow::after {
        display: none;
    }

    .stud-uni {
        padding: 25px 25px;
    }

    .heading {
        font-size: 30px;
    }

    .badge-text {
        font-size: 12px;
        padding: 8px 16px;
        display: inline;
    }

    .white-box-inner {
        border-right: 0;
        padding: 15px 25px;
        margin: 10px;
        background-color: #ffffff;
        border-radius: 15px;
    }

    .white-box-inner h3 {
        font-size: 14px;
        line-height: 20px;
    }

    .white-box-inner svg {
        height: 40px;
        width: 40px;

    }


    .lh-35 {
        line-height: 25px;
    }

    .roate-img::after {
        width: 70%;
        top: 0;
    }

    .roate-img img {
        width: 70%;
        display: block !important;
        margin: 0 auto;
    }


    .list-custom li {
        font-size: 16px;
    }

    .works-slider .slick-arrow {
        width: 30px;
        height: 30px;
    }

    .solution-card h4 {
        font-size: 14px;
    }

    .solution-card svg {
        width: 40px;
        height: 40px;
    }

    .white-box {
        background: transparent;
        box-shadow: none;
    }


    .vision-mission {
        padding: 30px 35px;
    }


    .vision-mission p,
    .vision-mission li {
        font-size: 14px;
    }

    .marquee-container {
        height: auto;
    }

    .marquee-text {
        font-size: 40px;
        padding: 0 30px;
    }

    .ai-info {
        right: 0;
    }

    .about-info {
        left: 0;
    }

    .about-info svg,
    .ai-info svg {
        width: 30px;
        height: 30px;
    }

    .university {
        right: 0;
        height: 100px;
        width: 100px;
    }

    .graph {
        left: 0;
        height: 100px;
        width: 100px;
    }

    .benefit-counter {
        margin: 0 10px;
    }

    .benefit-counter-div h3 {
        font-size: 35px;
    }

    .benefit-counter-div h4 {
        font-size: 16px;
    }

    .contact-uni {
        padding: 30px 20px;
    }

    .contact-uni h4 {
        font-size: 24px;
    }

    .contact-uni h5 {
        font-size: 20px;
    }

    .contact-uni svg {
        width: 70px;
        height: 70px;
    }

    .joinus-circle-img {
        width: 30px;
    }

    .join-box-inner h3 {
        height: auto;
    }

    .navbar-nav .nav-link {
        padding: 10px 20px !important;
        padding-left: 0 !important;
    }

    .navbar-nav .dropdown-menu .nav-link {
        padding: 5px 15px !important;
        padding-left: 0 !important;
    }

    .dropdown-menu {
        box-shadow: none;
        border: 0;
    }

    .dropdown-menu .nav-link {
        margin-bottom: 10px !important;
    }

}