/* ==========================================================================
   Figtree Font Family
   ========================================================================== */

@font-face {
    font-family: 'Figtree';
    src: url('/wp-content/themes/parul/assets/font/Figtree-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('/wp-content/themes/parul/assets/font/Figtree-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('/wp-content/themes/parul/assets/font/Figtree-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('/wp-content/themes/parul/assets/font/Figtree-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('/wp-content/themes/parul/assets/font/Figtree-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


/* ==========================================================================
   Polymath Display Font Family
   ========================================================================== */

@font-face {
    font-family: 'Polymath Display';
    src: url('/wp-content/themes/parul/assets/font/Polymath-Display-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Polymath Display';
    src: url('/wp-content/themes/parul/assets/font/Polymath-Display-Extralight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Polymath Display';
    src: url('/wp-content/themes/parul/assets/font/Polymath-Display-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Polymath Display';
    src: url('/wp-content/themes/parul/assets/font/Polymath-Display-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Polymath Display';
    src: url('/wp-content/themes/parul/assets/font/Polymath-Display-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Polymath Display';
    src: url('/wp-content/themes/parul/assets/font/Polymath-Display-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Polymath Display';
    src: url('/wp-content/themes/parul/assets/font/Polymath-Display-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Polymath Display';
    src: url('/wp-content/themes/parul/assets/font/Polymath-Display-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

html, body {
    overflow-x: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
}

img {
    -webkit-user-drag: none;
    user-drag: none;
    -webkit-user-select: none;
    user-select: none;
}

/* <!-- ==========================================================================
     Student Mobility
     ========================================================================== --> */



/* Routes & Programme Types Section */
.student-mobility-routes-section {
    background-color: #ffffff;
}

.student-mobility-routes-title {
    color: #000;
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: -1px;
}

.student-mobility-routes-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    min-height: 400px;
}

.student-mobility-route-card {
    background: #ffffff;
    border: 2.3px solid transparent;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: linear-gradient(#ffffff, #ffffff), var(--New, linear-gradient(90deg, #B53C72 0%, #5641E0 100%));
    border-radius: 16px;
    padding: 32px 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.student-mobility-route-icon {
    margin-bottom: 20px;
}

.student-mobility-route-icon img {
    width: 48px;
    height: 48px;
}

.student-mobility-route-card-title {
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 32px;
    background: var(--New, linear-gradient(90deg, #B53C72 0%, #5641E0 100%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    margin-bottom: 20px;
    padding-bottom: 16px;
    letter-spacing: -0.5px;
    position: relative;
}

.student-mobility-route-card-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.3px;
    background: linear-gradient(90deg, #91909b 0%, rgba(255, 255, 255, 0) 100%);
}

.student-mobility-route-card-text {
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Outbound Track Record Section */
.student-mobility-outbound-section {
    background-color: #ffffff;
}

.student-mobility-outbound-title {
    font-size: 32px;
}

.student-mobility-text-dark {
    color: #1a1460;
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    letter-spacing: -1px;
	font-size: inherit;
}

.student-mobility-text-gradient {
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    background: var(--New, linear-gradient(90deg, #B53C72 0%, #5641E0 100%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    letter-spacing: -1px;
    font-size: 32px;
}

.student-mobility-program-card {
    border-radius: 12px;
    overflow: hidden;
    background-color: #0f0445;
    /* Very dark blue from reference */
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

/* Force bootstrap columns to flex so height:100% works perfectly in grid mode */
.student-mobility-outbound-section .row>div {
    display: flex;
}

/* Force Slick Slider to use flexbox so slides stretch to equal height */
.student-mobility-outbound-slider .slick-track {
    display: flex !important;
}

.student-mobility-outbound-slider .slick-slide {
    height: inherit !important;
    display: flex !important;
}

.student-mobility-outbound-slide {
    height: 100%;
    width: 100%;
}

.student-mobility-program-img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.student-mobility-program-body {
    padding: 24px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.student-mobility-program-title {
    font-family: 'Figtree', sans-serif;
    font-size: 18px;
    color: #FFC900;
    margin-bottom: 12px;
    font-weight: 700;
}

.student-mobility-program-desc {
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Inbound Student Mobility Section */
.student-mobility-inbound-section {
    background-color: #f5f5f5;
    padding: 80px 0;
}

.student-mobility-inbound-header {
    margin-bottom: 30px;
}

.student-mobility-inbound-title {
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #000;
    margin-bottom: 5px;
}

.student-mobility-inbound-subtitle {
    font-family: 'Polymath Display', sans-serif;
    font-weight: 700;
    font-size: 60px;
    background: var(--New, linear-gradient(90deg, #B53C72 0%, #5641E0 100%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
    line-height: 1.1;
    display: inline-block;
}

.student-mobility-inbound-desc {
    font-family: 'Figtree', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #444;
    max-width: 900px;
    line-height: 1.5;
}

.student-mobility-inbound-banner {
    background-color: #0F0445;
    border-radius: 16px;
    padding: 40px;
    position: relative;
    overflow: hidden;
}

.student-mobility-inbound-banner::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(20%, -50%);
    width: 650px;
    height: 650px;
    background: radial-gradient(circle, #362A74 0%, rgba(102, 79, 218, 0.25) 100%);
    border-radius: 50%;
    z-index: 1;
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.student-mobility-inbound-banner:hover::after {
    box-shadow: inset 20px 0 100px rgba(102, 79, 218, 0.5), 0 0 0 40px rgba(59, 42, 140, 0.5), 0 0 0 80px rgba(59, 42, 140, 0.3);
    transform: translate(15%, -50%) scale(1.02);
}

.student-mobility-inbound-banner .row {
    position: relative;
    z-index: 2;
}

.student-mobility-inbound-banner-title {
    font-family: 'Polymath Display', sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #FFC900;
    margin-bottom: 15px;
    line-height: 1.2;
    max-width: 700px;
}

.student-mobility-inbound-banner-text {
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #e0e0e0;
    line-height: 1.5;
    max-width: 580px;
}

.student-mobility-inbound-banner .student-mobility-inbound-btn{
	font-size: 22px;
    padding: 18px 28px;
}

.student-mobility-inbound-btn {
    display: inline-block;
    background-color: #FFC900;
    color: #000;
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 16px;
    padding: 8px 20px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.student-mobility-inbound-btn:hover {
    background-color: #e5b400;
    color: #000;
}

.student-mobility-card {
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.student-mobility-card-img {
    height: 400px;
    object-fit: cover;
    width: 100%;
}

.student-mobility-card-body {
    background-color: #0F0445;
    padding: 30px 24px;
    flex-grow: 1;
}

.student-mobility-card-title {
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #FFC900;
    margin-bottom: 12px;
}

.student-mobility-card-text {
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #e0e0e0;
    line-height: 1.6;
    margin-bottom: 0;
}




/* Slick Slider Controls for Inbound Student Mobility */
.student-mobility-slider-controls {
    display: none;
}

.student-mobility-inbound-slider.slick-initialized~.student-mobility-slider-controls {
    display: flex !important;
}

.student-mobility-progress-container {
    height: 5px;
    background-color: #1d1459;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
}

.student-mobility-progress-bar {
    height: 100%;
    width: 0;
    background-color: #FFC900;
    position: absolute;
    top: 0;
    left: 0;
    transition: width 0.3s ease;
}

.student-mobility-nav-buttons button {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #1a1460;
    border: none;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.student-mobility-nav-buttons button:hover {
    background-color: #2a2080;
}

.student-mobility-nav-buttons button.slick-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* International Students Grid Section */
.student-mobility-students-section {
    background-color: #f5f5f5;
}

.student-mobility-students-title {
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 32px;
    background: var(--New, linear-gradient(90deg, #B53C72 0%, #5641E0 100%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: inline-block;
    letter-spacing: -1px;
}

.student-mobility-profile-card {
    border-radius: 16px;
    overflow: hidden;
    background-color: #1a1460;
    border: none;
    display: flex;
    flex-direction: column;
    height: 100%;
/* 	min-height:374px; */
}

.student-mobility-profile-img {
    width: 100%;
    height: 370px;
    object-fit: cover;
}

.student-mobility-profile-body {
    padding: 16px 20px;
/* 	min-height: 95px; */
}

.student-mobility-profile-name {
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 4px;
}

.student-mobility-profile-dept {
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #FFC900;
    margin-bottom: 0;
}

.student-mobility-abroad-section .student-mobility-profile-card {
    background-color: #f0eefe;
    border: 1px solid #5a6679;
}

.student-mobility-abroad-section .student-mobility-profile-name {
    font-size: 16px;
    color: #000000;
}

.student-mobility-abroad-section .student-mobility-profile-dept {
    font-size: 12px;
    color: #6c757d;
}

/* Value of Mobility Section */
.student-mobility-value-section {
    background-color: #f6f7f9;
	padding-block : 60px !important;
}

.student-mobility-value-subtitle {
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #000;
    margin-bottom: 7px;
}

.student-mobility-value-title {
    font-family: 'Polymath Display', sans-serif;
    font-weight: 700;
    font-size: 60px;
    background: var(--New, linear-gradient(90deg, #B53C72 0%, #5641E0 100%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
    line-height: 1.1;
    display: inline-block;
    letter-spacing: 0;
}

.student-mobility-value-desc {
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #444;
    max-width: 900px;
}

.student-mobility-value-card {
    background: #ffffff;
    border: 2px solid transparent;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: linear-gradient(#ffffff, #ffffff), var(--New, linear-gradient(90deg, #B53C72 0%, #5641E0 100%));
    border-radius: 16px;
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Force Slick Slider to use flexbox so slides stretch to equal height */
.student-mobility-value-slider .slick-track {
    display: flex !important;
}

.student-mobility-value-slider .slick-slide {
    height: inherit !important;
    display: flex !important;
}

.student-mobility-value-slide {
    height: 100%;
    width: 100%;
}

.student-mobility-value-icon {
    margin-bottom: 20px;
}

.student-mobility-value-icon img {
    width: 48px;
    height: 48px;
}

.student-mobility-value-card-title {
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 26px;
    background: var(--New, linear-gradient(90deg, #B53C72 0%, #5641E0 100%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    margin-bottom: 16px;
}

.student-mobility-value-card-text {
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #444;
    line-height: 1.4;
}

/* Global CTA Section */
.student-mobility-global-cta-section {
    background-color: #fff;
    overflow: hidden;
    position: relative;
    padding-top: 60px;
}

.student-mobility-global-cta-desc {
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #444;
}

.student-mobility-btn-gradient {
    background: var(--New, linear-gradient(90deg, #B53C72 0%, #5641E0 100%));
    border: none;
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 23px;
    padding: 18px 60px !important;
    transition: opacity 0.3s ease;
    margin-top: 10px;
}

.student-mobility-btn-gradient:hover {
    opacity: 0.9;
    color: #ffffff;
}



/*   <!-- ==========================================================================
     RESEARCH MOBILITY
     ========================================================================== --> */

/* Research Mobility Section */
.research-mobility-projects-section {
    background-color: #ffffff;
}

.research-mobility-subtitle {
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #1a1460;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}

.research-mobility-title {
    font-family: 'Polymath Display', sans-serif;
    font-weight: 700;
    font-size: 48px;
}

.research-mobility-text-gradient {
    background: var(--New, linear-gradient(90deg, #B53C72 0%, #5641E0 100%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
	
	font-size: inherit;
    font-family: inherit;
}

.research-mobility-desc {
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #000;
}

.research-mobility-badge {
    background-color: #FFC900;
    color: #000;
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 15px;
    padding: 12px 16px;
    border-radius: 20px;
}

.research-mobility-project-title {
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 1.3;
}

.research-mobility-project-desc {
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #4a4a4a;
    line-height: 1.6;
}

.research-mobility-mobile-project-img {
    height: 250px;
}

.research-mobility-grant {
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 26px;
    position: relative;
    padding-bottom: 24px;
}

.research-mobility-grant::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2.2px;
    background: linear-gradient(90deg, #91909b 0%, rgba(255, 255, 255, 0) 100%);
}

.research-mobility-stat-title {
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #1a1460;
    margin-bottom: 4px;
}

.research-mobility-stat-value {
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #444;
    margin-bottom: 0;
}

.research-mobility-partners-title {
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #1a1460;
}

.research-mobility-partner-card {
    height: 420px;
}

.research-mobility-partner-img {
    height: 100%;
    object-fit: cover;
}

.research-mobility-partner-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.research-mobility-partner-badge {
    font-size: 14px;
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.research-mobility-partner-name {
    font-size: 20px;
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
}

.research-mobility-slider-controls {
    display: none;
}

/* Other Projects Section */
.research-mobility-other-projects-section {
    background-color: #ffffff;
}

.research-mobility-other-card {
    background: #ffffff;
    border: 2px solid transparent;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: linear-gradient(#ffffff, #ffffff), var(--New, linear-gradient(90deg, #B53C72 0%, #5641E0 100%));
}

.research-mobility-other-icon {
    width: 60px;
    height: 60px;
}

.research-mobility-other-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.research-mobility-other-title {
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #000;
    letter-spacing: -0.5px;
}

.research-mobility-other-desc {
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #111;
    line-height: 1.5;
}

.research-mobility-other-divider {
    border-top: 1px solid #c4c4c4;
    opacity: 1;
    margin: 0;
}

.research-mobility-other-grant {
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #000;
}

/* =========================================================
   International Partnership Section
   ========================================================= */

.research-mobility-partnership-section {
    background-color: #0f0445;
    color: #ffffff;
}

.research-mobility-partnership-subtitle {
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 20px;
}

.research-mobility-partnership-title {
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 1.08;
    letter-spacing: -1px;
    color: #ffcc00;
    margin-bottom: 28px;
}

.research-mobility-partnership-desc {
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    color: #d1d1d1;
    max-width: 620px;
    margin-bottom: 0;
}

.research-mobility-partnership-images {
    position: relative;
    width: 100%;
    height: 560px;
}

.research-mobility-partnership-img-1 {
    position: absolute;
    top: 3%;
    left: 0;
    width: 48%;
    height: 85%;
    object-fit: cover;
    object-position: center;
    border-radius: 16px !important;
}

.research-mobility-partnership-img-2 {
    position: absolute;
    bottom: 3%;
    right: 0;
    width: 48%;
    height: 85%;
    object-fit: cover;
    object-position: center;
    border-radius: 16px !important;
}

/* =========================================================
   Springer Nature Partnership Section
   ========================================================= */

.research-mobility-springer-section {
    background-color: #f7f7f7;
}

.research-mobility-springer-subtitle {
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #0f0445;
    letter-spacing: -0.5px;
}

.research-mobility-springer-title {
    font-family: 'Polymath Display', sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 1.1;
}

.research-mobility-springer-title .text-gradient {
    background: linear-gradient(90deg, #b83280 0%, #4c30c7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	
	font-size: inherit;
    font-family: inherit;
}

.research-mobility-springer-card {
    background-color: #0f0445;
    color: #ffffff;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.research-mobility-springer-card-title {
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #ffcc00;
    line-height: 1.3;
}

.research-mobility-springer-card-desc {
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #d1d1d1;
    line-height: 1.6;
}

.research-mobility-springer-logo {
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 0.5px;
}

.research-mobility-springer-image-wrapper {
    position: relative;
    width: 100%;
    min-height: 350px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.research-mobility-springer-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 
    <!-- ==========================================================================
    STAFF MOBILITY
    ========================================================================== -->
*/

.staff-mobility-section {
    background-color: #ffffff;
}

.staff-mobility-subtitle {
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #000000;
    letter-spacing: -1px;
}

.staff-mobility-title {
    font-family: 'Polymath Display', sans-serif;
    font-weight: 700;
    font-size: 56px;
    color: #0f0445;
    line-height: 1.1;
}

.staff-mobility-title .text-gradient {
    background: linear-gradient(90deg, #b83280 0%, #4c30c7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	
	font-size: inherit;
    font-family: inherit;
}

.staff-mobility-desc {
    font-family: 'Figtree', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #444;
    line-height: 1.6;
}

.staff-mobility-card {
    background-color: #0f0445;
    border: none;
}

.staff-mobility-card-img-wrapper {
    height: 380px;
}

.staff-mobility-card-img {
    height: 100%;
    object-fit: cover;
}

.staff-mobility-card-content {
    background-color: #0f0445;
    color: #ffffff;
}

.staff-mobility-card-title {
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #ffcc00;
}

.staff-mobility-card-desc {
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #d1d1d1;
    line-height: 1.5;
}

/* Slick Slider Equal Height Fix */
.staff-mobility-slider .slick-track {
    display: flex !important;
}

.staff-mobility-slider .slick-slide {
    height: auto !important;
    display: flex !important;
}

.staff-mobility-slider .slick-slide>div {
    display: flex;
    width: 100%;
}

.staff-mobility-slide {
    display: flex !important;
    flex-grow: 1;
    width: 100%;
}

.staff-mobility-card {
    width: 100%;
    flex-grow: 1;
}

/* =========================================================
   Outbound Faculty Mobility Section
   ========================================================= */

.staff-mobility-outbound-section {
    background-color: #f7f7f7;
}

/* CTA Banner */
.staff-mobility-cta {
    background-color: #0F0445;
    border-radius: 16px;
    padding: 40px;
    position: relative;
    overflow: hidden;
}

.staff-mobility-cta::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(20%, -50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, #362A74 0%, rgba(102, 79, 218, 0.25) 100%);
    border-radius: 50%;
    z-index: 1;
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.staff-mobility-cta:hover::after {
    box-shadow: inset 20px 0 100px rgba(102, 79, 218, 0.5), 0 0 0 40px rgba(59, 42, 140, 0.5), 0 0 0 80px rgba(59, 42, 140, 0.3);
    transform: translate(15%, -50%) scale(1.02);
}

.staff-mobility-cta .row {
    position: relative;
    z-index: 2;
}

.staff-mobility-cta-title {
    font-family: 'Polymath Display', sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #FFC900;
    margin-bottom: 15px;
    line-height: 1.2;
    max-width: 700px;
}

.staff-mobility-cta-desc {
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #e0e0e0;
    line-height: 1.5;
    max-width: 580px;
}

.staff-mobility-cta-btn {
    display: inline-block;
    background-color: #FFC900;
    color: #000;
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 18px;
    padding: 14px 28px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.staff-mobility-cta-btn:hover {
    background-color: #e5b400;
    color: #000;
}

/* Grid Area */
.staff-mobility-grid-title {
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #a249ba;
}

/* Faculty Cards */
.staff-mobility-faculty-card {
    background-color: #11064d;
}

.staff-mobility-faculty-img-wrapper {
    width: 100%;
    height: 370px;
    background-color: #ccc;
}

.staff-mobility-faculty-info {
    background-color: #160e48;
}

.staff-mobility-faculty-name {
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 18px;
}

.staff-mobility-faculty-dept {
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 14px;
}

/* =========================================================
   International Relations Section
   ========================================================= */

.international-relations-section {
    background-color: #fff;
}

.international-relations-subtitle {
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #000;
}

.international-relations-title {
    font-family: 'Polymath Display', sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 1.2;
}

.international-relations-text-gradient {
    background: linear-gradient(90deg, #d33c82 0%, #5a4bdf 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
}

.international-relations-desc {
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #4a4a4a;
}

/* Vision Card Outline Gradient */
.international-relations-card-vision {
    position: relative;
    background: #fff;
    border-radius: 16px;
    z-index: 1;
}

.international-relations-card-vision::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 16px;
    padding: 2px;
    /* Border width */
    background: linear-gradient(135deg, #d33c82 0%, #5a4bdf 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
    pointer-events: none;
}

.international-relations-card-mission {
    background-color: #0b0433;
}

.international-relations-card-title {
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #000;
}

/* =========================================================
   Director's Message Section
   ========================================================= */

.international-relations-director-subtitle {
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #000;
    letter-spacing: -0.5px;
}

.international-relations-director-title {
    font-family: 'Polymath Display', sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 1.2;
    color: #0b0433;
}

.international-relations-director-title-highlight {
    background: var(--New, linear-gradient(90deg, #B53C72 0%, #5641E0 100%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
}

.international-relations-director-name {
    font-family: 'Polymath Display', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #0b0433;
}

.international-relations-director-badge {
    background-color: #0b0433 !important;
    color: #fff !important;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.international-relations-director-img {
    height: auto;
    transform: scale(1.1);
    transform-origin: bottom center;
    border: 2px solid #e2e8f0;
    border-radius: 16px;
    background-color: #ffffff;
}

/* =========================================================
   Our MoUs Section
   ========================================================= */

.international-relations-mous-section {
    background-color: #0f0445;
}

.international-relations-mous-subtitle {
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
}

.international-relations-mous-title {
    font-family: 'Polymath Display', sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 1.2;
    color: #ffcc00;
    letter-spacing: 1px;
}

.international-relations-mous-desc {
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #e2e8f0;
    line-height: 1.6;
}

.international-relations-mous-card {
    position: relative;
    background-color: #fff;
    border-radius: 16px;
    z-index: 1;
}

/* Gradient border for the card */
.international-relations-mous-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 16px;
    padding: 3px;
    background: linear-gradient(135deg, #d33c82 0%, #5a4bdf 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
    pointer-events: none;
}

.international-relations-mous-card-title {
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 36px;
    background: linear-gradient(90deg, #B53C72 0%, #5641E0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    letter-spacing: -0.5px;
}

.international-relations-mous-card-desc {
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #333;
}

.international-relations-mous-btn {
    background-color: #ffcc00;
    color: #0b0433 !important;
    border: none;
    font-family: 'Polymath Display', sans-serif;
    font-weight: 700;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    justify-content: center;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
}

.international-relations-mous-btn:hover {
    background-color: #e6b800;
    color: #0b0433;
}

/* =========================================================
   Events & News Section
   ========================================================= */

.international-relations-events-section {
    background-color: #fff;
}

.international-relations-events-subtitle {
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #0b0433;
}

.international-relations-events-title {
    font-family: 'Polymath Display', sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 1.2;
    background: var(--New, linear-gradient(90deg, #B53C72 0%, #5641E0 100%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
}

.international-relations-events-desc {
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #333;
}

.international-relations-event-card {
    background-color: #0f0445;
    border-radius: 16px;
    overflow: hidden;
}

.international-relations-event-date {
    background-color: #fff;
    min-width: 180px;
    position: relative;
    border-radius: 16px;
    z-index: 1;
}

/* Gradient border for the date box */
.international-relations-event-date::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 16px;
    padding: 2px;
    background: linear-gradient(135deg, #d33c82 0%, #5a4bdf 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
    pointer-events: none;
}

.international-relations-event-day {
    font-family: 'Polymath Display', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2;
    background: linear-gradient(90deg, #B53C72 0%, #5641E0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.international-relations-event-month {
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #B53C72 0%, #5641E0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 1px;
}

.international-relations-event-content {
    flex-grow: 1;
}

.international-relations-event-card-title {
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #ffcc00;
}

.international-relations-event-card-desc {
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #e2e8f0;
}

/* =========================================================
   Student Voices Section
   ========================================================= */

.international-relations-voices-section {
    background-color: #f8f9fa;
}

.international-relations-voices-subtitle {
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #0b0433;
}

.international-relations-voices-title {
    font-family: 'Polymath Display', sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 1.2;
    color: #0b0433;
}

.international-relations-voices-title-highlight {
    background: var(--New, linear-gradient(90deg, #B53C72 0%, #5641E0 100%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
}

.international-relations-voices-desc {
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #4a4a4a;
}

/* Gradient border for the card */
.international-relations-voice-card {
    position: relative;
    border-radius: 16px;
    border: 2px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box,
        linear-gradient(135deg, #d33c82 0%, #5a4bdf 100%) border-box;
    z-index: 1;
}

.international-relations-voice-quote {
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.6;
}

.international-relations-voice-quote::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.5px;
    background: linear-gradient(90deg, #91909b 0%, rgba(255, 255, 255, 0) 100%);
}

.international-relations-voice-name {
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #0b0433;
}

.international-relations-voice-details {
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #6c757d;
}

/* Slick Slider overrides for Student Voices */
.international-relations-voices-slider .slick-track {
    display: flex !important;
}

.international-relations-voices-slider .slick-slide {
    height: auto;
    display: flex !important;
    outline: none !important;
}

.international-relations-voices-slider .slick-slide>div {
    display: flex;
    width: 100%;
}

.international-relations-voices-slider .px-3 {
    width: 100%;
    display: flex;
}

.international-relations-voices-slider .international-relations-voice-card {
    width: 100%;
}

/* Custom Slick Dots */
.international-relations-voices-slider .slick-dots,
.international-relations-team-slider .slick-dots {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin-top: 2rem;
    gap: 8px;
}

.international-relations-voices-slider .slick-dots li button,
.international-relations-team-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #cbd5e1;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.international-relations-voices-slider .slick-dots li.slick-active button,
.international-relations-team-slider .slick-dots li.slick-active button {
    background: #5a4bdf;
    width: 24px;
    border-radius: 10px;
}

/* =========================================================
   Our Team Section
   ========================================================= */

.international-relations-team-section {
    background-color: #fff;
}

.international-relations-team-subtitle {
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #0b0433;
}

.international-relations-team-title {
    font-family: 'Polymath Display', sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 1.2;
    color: #0b0433;
    letter-spacing: -0.5px;
}

.international-relations-team-title-highlight {
    background: var(--New, linear-gradient(90deg, #B53C72 0%, #5641E0 100%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
}

.international-relations-team-desc {
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #4a4a4a;
    max-width: 900px;
}

.international-relations-team-card {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    border: 1px solid #e2e8f0;
    display: flex;
    flex-direction: column;
}

.international-relations-team-img {
    height: 300px;
    object-fit: cover;
}

.international-relations-team-info {
    background-color: #0f0445;
    color: #fff;
}

.international-relations-team-name {
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
}

.international-relations-team-role {
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #cbd5e1;
}

/* Our Team Slider Controls */
.international-relations-team-prev,
.international-relations-team-next {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background-color: #0b0433;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.international-relations-team-prev.slick-disabled,
.international-relations-team-next.slick-disabled {
    background-color: #898baf;
    cursor: not-allowed;
}

.international-relations-team-progress-track {
    height: 5px;
    background-color: #0b0433;
    border-radius: 2px;
    width: 100%;
}

.international-relations-team-progress-bar {
    height: 100%;
    background-color: #ffc107;
    border-radius: 2px;
    transition: width 0.3s ease;
}

/* =========================================================
   Student Success Stories (Video Slider) Section
   ========================================================= */

.international-relations-video-section {
    background-color: #0b0433;
}

.international-relations-video-subtitle {
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #fff;
}

.international-relations-video-title {
    font-family: 'Polymath Display', sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 1.2;
    color: #fff;
    letter-spacing: -0.5px;
}

.international-relations-video-title-highlight {
    color: #ffc107;
    /* Yellow highlight */
}

.international-relations-video-desc {
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #d1d5db;
    max-width: 900px;
}

/* Video Slider Center Mode Effects */
.international-relations-video-slider {
    padding: 20px 0;
}

.international-relations-video-slider .slick-slide {
    transform: scale(0.92);
    opacity: 0.5;
    transition: all 0.4s ease;
    padding: 0 5px;
    margin: 0 -15px;
    /* Pull slides closer together */
}

.international-relations-video-slider .slick-slide.slick-center {
    transform: scale(1);
    opacity: 1;
}

/* Custom Dash Slick Dots */
.international-relations-video-slider .slick-dots {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin-top: 2rem;
    gap: 8px;
}

.international-relations-video-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 24px;
    height: 4px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #fff;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.international-relations-video-slider .slick-dots li.slick-active button {
    background: #ffc107;
    width: 48px;
}

/* Fix sticky dragging bug over iframes */
.international-relations-video-slider .slick-list.dragging iframe {
    pointer-events: none;
}

/* Allow dragging on side videos by disabling their iframe interactions */
.international-relations-video-slider .slick-slide:not(.slick-center) iframe {
    pointer-events: none;
}

/* =========================================================
   Pathway Exchange Section
   ========================================================= */

.pathway-exchange-section {
    background-image: url('../images/cirr-pathway-hero/cirr-pathway-background.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f8f9fa;
    /* Fallback */
    height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.pathway-exchange-badge {
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #0b0433;
}

.pathway-exchange-title {
    font-family: 'Polymath Display', sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 1.1;
    color: #0b0433;
}

.pathway-exchange-desc {
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #4b5563;
    line-height: 1.6;
}

.pathway-exchange-btn-primary {
    background-color: #0b0433;
    color: #fff;
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 16px;
    border: 1px solid #0b0433;
    transition: all 0.3s ease;
}

.pathway-exchange-btn-primary:hover {
    background-color: #0b0433;
    color: #fff;
    opacity: 0.85;
}

.pathway-exchange-btn-outline {
    background-color: transparent;
    color: #0b0433;
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 16px;
    border: 1px solid #0b0433;
    transition: all 0.3s ease;
}

.pathway-exchange-btn-outline:hover {
    background-color: #0b0433;
    color: #fff;
}

.pathway-exchange-tag {
    font-family: 'Figtree', sans-serif;
    font-weight: 500;
    font-size: 15px;
    padding: 8px 18px;
    color: #4b5563;
    border: 1px solid #cbd5e1;
}

/* =========================================================
   Global Journey Section
   ========================================================= */

.pathway-exchange-global-section {
    background-color: #ffffff;
}

.pathway-exchange-global-subtitle {
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #000;
}

.pathway-exchange-global-title {
    font-family: 'Polymath Display', sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 1.1;
}

.pathway-exchange-global-title-blue {
    color: #0b0433;
}

.pathway-exchange-global-title-purple {
    color: #7c3aed;
}

.pathway-exchange-global-title-gray {
    color: #6b7280;
}

.pathway-exchange-global-desc {
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #4b5563;
    line-height: 1.6;
    max-width: 800px;
}

@media (max-width: 992px) {
    .pathway-exchange-global-title {
        font-size: 42px;
    }
}

/* =========================================================
   Pathway Exchange Gateway (Cards) Section
   ========================================================= */

.pathway-exchange-gateway-section {
    background-color: #0f0445;
}

.pathway-exchange-gateway-subtitle {
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #ffffff;
}

.pathway-exchange-gateway-title {
    font-family: 'Polymath Display', sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 1.1;
    color: #ffc107;
    /* Yellow title */
}

@media (max-width: 992px) {
    .pathway-exchange-gateway-title {
        font-size: 42px;
    }
}

.pathway-exchange-gateway-desc {
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #d1d5db;
    /* Light gray */
    line-height: 1.6;
}

/* Cards */
.pathway-exchange-gateway-card {
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.pathway-exchange-gateway-card-img {
    height: 350px;
    width: 100%;
}

.pathway-exchange-gateway-card-title {
    font-family: 'Polymath Display', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #0b0433;
    /* Dark blue */
    border-bottom: 2px solid #e5e7eb;
    padding-bottom: 15px;
}

.pathway-exchange-gateway-card-desc {
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #4b5563;
    /* Gray */
    line-height: 1.6;
}

/* Slider Controls */
.pathway-exchange-gateway-controls {
    width: 100%;
}

.pathway-exchange-gateway-prev,
.pathway-exchange-gateway-next {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pathway-exchange-gateway-prev:hover,
.pathway-exchange-gateway-next:hover {
    background-color: #fff;
    color: #0b0433;
}

.pathway-exchange-gateway-prev.slick-disabled,
.pathway-exchange-gateway-next.slick-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.pathway-exchange-gateway-progress-track {
    height: 4px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
    width: 100%;
}

.pathway-exchange-gateway-progress-bar {
    height: 100%;
    background-color: #ffc107;
    border-radius: 2px;
    transition: width 0.3s ease;
}

/* Equal height for Slick Slider cards */
.pathway-exchange-gateway-slider .slick-track {
    display: flex !important;
}

.pathway-exchange-gateway-slider .slick-slide {
    height: auto;
}

.pathway-exchange-gateway-slider .slick-slide>div {
    height: 100%;
}

.pathway-exchange-gateway-slider .slick-slide>div>.px-3 {
    height: 100%;
}

/* =========================================================
   Pathway Exchange Track Record Section
   ========================================================= */

.pathway-exchange-track-section {
    background-color: #f8f9fa;
    /* Light gray background */
}

.pathway-exchange-track-subtitle {
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #0b0433;
}

.pathway-exchange-track-title {
    font-family: 'Polymath Display', sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 1.1;
    color: #0b0433;
}

.pathway-exchange-track-highlight {
    background: linear-gradient(90deg, #6b21a8, #8b5cf6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}



.pathway-exchange-track-desc {
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #4b5563;
    /* Gray */
    line-height: 1.6;
}

/* Stat Cards */
.pathway-exchange-track-card {
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.pathway-exchange-track-card:hover {
    transform: translateY(-5px);
}

.pathway-exchange-track-card-dark {
    background-color: #0f0445;
    color: #ffffff;
    border: 2px solid transparent;
    /* To match dimensions with light card */
}

.pathway-exchange-track-card-light {
    background: linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(135deg, #ec4899, #8b5cf6, #3b82f6) border-box;
    border: 2px solid transparent;
    color: #0f0445;
}

.pathway-exchange-track-stat {
    font-family: 'Polymath Display', sans-serif;
    font-weight: 700;
    font-size: 42px;
    margin-bottom: 5px;
}

.pathway-exchange-track-stat-title {
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 5px;
}

.pathway-exchange-track-stat-desc {
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    font-size: 15px;
    opacity: 0.8;
}

/* =========================================================
   Pathway Exchange Value of Mobility Section
   ========================================================= */

.pathway-exchange-value-section {
    background-color: #ffffff;
}

.pathway-exchange-value-subtitle {
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #000;
    margin-bottom: 7px;
}

.pathway-exchange-value-title {
    font-family: 'Polymath Display', sans-serif;
    font-weight: 700;
    font-size: 60px;
    color: #0b0433;
    margin-bottom: 20px;
    line-height: 1.1;
    display: inline-block;
    letter-spacing: 1px;
}

.pathway-exchange-value-highlight {
    background: var(--New, linear-gradient(90deg, #B53C72 0%, #5641E0 100%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.pathway-exchange-value-desc {
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #444;
}

.pathway-exchange-value-card {
    background: #ffffff;
    border: 2px solid transparent;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: linear-gradient(#ffffff, #ffffff), var(--New, linear-gradient(90deg, #B53C72 0%, #5641E0 100%));
    border-radius: 16px;
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Force Slick Slider to use flexbox so slides stretch to equal height */
.pathway-exchange-value-slider .slick-track {
    display: flex !important;
}

.pathway-exchange-value-slider .slick-slide {
    height: inherit !important;
    display: flex !important;
}

.pathway-exchange-value-slide {
    height: 100%;
    width: 100%;
}

.pathway-exchange-value-icon {
    margin-bottom: 20px;
}

.pathway-exchange-value-icon img {
    width: 48px;
    height: 48px;
}

.pathway-exchange-value-card-title {
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 26px;
    background: var(--New, linear-gradient(90deg, #B53C72 0%, #5641E0 100%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    margin-bottom: 16px;
}

.pathway-exchange-value-card-text {
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #444;
    line-height: 1.4;
}

.pathway-exchange-value-progress-container {
    height: 5px;
    background-color: #1d1459;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}

.pathway-exchange-value-progress-bar {
    height: 100%;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffc107;
    border-radius: 2px;
    transition: width 0.3s ease;
}

.pathway-exchange-value-prev,
.pathway-exchange-value-next {
    background-color: #0b0433;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.pathway-exchange-value-prev:hover,
.pathway-exchange-value-next:hover {
    background-color: #2a2080;
}

.pathway-exchange-value-prev.slick-disabled,
.pathway-exchange-value-next.slick-disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background-color: #797193;
}

/* =========================================================
   Pathway Exchange Articulation Models
   ========================================================= */

.pathway-exchange-models-section {
    background-color: #0f0445;
    color: #ffffff;
}

.pathway-exchange-models-subtitle {
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 7px;
}

.pathway-exchange-models-title {
    font-family: 'Polymath Display', sans-serif;
    font-weight: 700;
    font-size: 56px;
    color: #ffc107;
    margin-bottom: 20px;
    line-height: 1.1;
}

.pathway-exchange-models-desc {
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    font-size: 18px;
    opacity: 0.9;
    max-width: 900px;
}

.pathway-exchange-models-card {
    background: linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(135deg, #ec4899, #8b5cf6, #3b82f6) border-box;
    border: 3px solid transparent;
    border-radius: 12px;
    color: #0b0433;
    text-align: left;
}

.pathway-exchange-models-badge {
    background-color: #f3efff;
    color: #0b0433;
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 13px;
    padding: 6px 10px;
    border-radius: 6px;
    align-self: flex-start;
}

.pathway-exchange-models-card-title {
    font-family: 'Polymath Display', sans-serif;
    font-weight: 700;
    font-size: 28px;
    background: var(--New, linear-gradient(90deg, #B53C72 0%, #5641E0 100%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 15px;
    line-height: 1.1;
}

.pathway-exchange-models-card-desc {
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #444;
    line-height: 1.4;
}

.pathway-exchange-models-card-desc::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.5px;
    background: linear-gradient(90deg, #91909b 0%, rgba(255, 255, 255, 0) 100%);
}

.pathway-exchange-models-formula {
    font-family: 'Polymath Display', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #0b0433;
}

/* =========================================================
   Pathway Exchange Partners Section
   ========================================================= */

.pathway-exchange-partners-section {
    background-color: #ffffff;
}

.pathway-exchange-partners-subtitle {
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #000;
    margin-bottom: 7px;
}

.pathway-exchange-partners-title {
    font-family: 'Polymath Display', sans-serif;
    font-weight: 700;
    font-size: 60px;
    color: #0b0433;
    margin-bottom: 20px;
    line-height: 1.1;
    letter-spacing: -1px;
}

.pathway-exchange-partners-highlight {
    background: var(--New, linear-gradient(90deg, #B53C72 0%, #5641E0 100%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.pathway-exchange-partners-desc {
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #444;
    max-width: 900px;
}

/* 3D Center Mode Slider Styles */
.pathway-exchange-partners-slider-wrapper::before,
.pathway-exchange-partners-slider-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 250px;
    z-index: 20;
    pointer-events: none;
}

.pathway-exchange-partners-slider-wrapper::before {
    left: 0;
    background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.pathway-exchange-partners-slider-wrapper::after {
    right: 0;
    background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.pathway-exchange-partners-slider {
    padding: 40px 0 80px 0;
    /* Space for scaling and dots */
}

.pathway-exchange-partners-slider .slick-list {
    overflow: visible;
}

.pathway-exchange-partners-slide {
    transition: all 0.5s ease;
    opacity: 1;
}

/* Outer cards (Left side default): scale down and push RIGHT towards center */
.pathway-exchange-partners-slide:not(.slick-active) {
    transform: scale(0.7) translateX(100px);
}

/* Outer cards (Right side): scale down and push LEFT towards center */
.pathway-exchange-partners-slide.slick-center~.pathway-exchange-partners-slide:not(.slick-active) {
    transform: scale(0.7) translateX(-100px);
}

.pathway-exchange-partners-slide.slick-active {
    transform: scale(0.9);
}

.pathway-exchange-partners-slide.slick-center {
    transform: scale(1.05);
    z-index: 10;
}

.pathway-exchange-partners-card {
    border-radius: 20px;
    height: 450px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.pathway-exchange-partners-overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.8) 100%);
    opacity: 1;
}

.pathway-exchange-partners-overlay h4 {
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 24px;
}

.pathway-exchange-partners-overlay .badge {
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 12px;
}

/* Custom Dots for Partners and Success Sliders */
.pathway-exchange-partners-slider .slick-dots,
.pathway-exchange-success-slider .slick-dots {
    bottom: 15px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 35px;
}

.pathway-exchange-partners-slider .slick-dots li,
.pathway-exchange-success-slider .slick-dots li {
    margin: 0 4px;
    width: 25px;
    height: 3px;
}

.pathway-exchange-partners-slider .slick-dots li button,
.pathway-exchange-success-slider .slick-dots li button {
    width: 25px;
    height: 5px;
    padding: 0;
    color: transparent;
    border: none;
    background: transparent;
    position: relative;
}

.pathway-exchange-partners-slider .slick-dots li button:before,
.pathway-exchange-success-slider .slick-dots li button:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-color: transparent;
    border: 1.5px solid #a3a3a3;
    opacity: 1;
    transition: all 0.3s ease;
}

.pathway-exchange-partners-slider .slick-dots li.slick-active button:before,
.pathway-exchange-success-slider .slick-dots li.slick-active button:before {
    background-color: #ffc107;
    border-color: #ffc107;
}

/* ==========================================================================
   PATHWAY EXCHANGE SUCCESS STORIES
   ========================================================================== */
.pathway-exchange-success-section {
    background-color: #140b4b; /* Dark blue background */
}

.pathway-exchange-success-subtitle {
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #fff;
}

.pathway-exchange-success-title {
    font-family: 'Polymath Display', sans-serif;
    font-weight: 700;
    font-size: 56px;
    color: #fff;
}

.pathway-exchange-success-highlight {
    color: #ffc107;
}

.pathway-exchange-success-desc {
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #d1d1d1;
}

.pathway-exchange-success-stats-box {
    border: 2px solid #fff;
    background-color: #2b235d; 
    border-radius: 12px;
    padding: 3rem 2rem;
    display: flex;
    align-items: center;
}

.pathway-exchange-success-stat-number {
    font-family: 'Polymath Display', sans-serif;
    font-weight: 700;
    font-size: 64px;
    color: #fff;
    line-height: 1;
}

.pathway-exchange-success-stat-text {
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #e0e0e0;
    max-width: 220px;
    line-height: 1.4;
}

.pathway-exchange-success-divider {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 70%;
    width: 1px;
    background: rgba(255, 255, 255, 0.15);
}

.pathway-exchange-success-slider .slick-list {
    margin: 0 -12px;
}

.pathway-exchange-success-slide {
    margin: 0 12px;
    padding-bottom: 20px; /* space for shadow */
    padding-top: 10px;
}

.pathway-exchange-success-card {
    background-color: #ffffff; /* White background for cards */
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.pathway-exchange-success-quote-icon svg {
    color: #100d36;
    width: 40px;
    height: 40px;
}

.pathway-exchange-success-card-text {
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #444;
    font-style: italic;
    line-height: 1.6;
}

.pathway-exchange-success-hr {
    border: none;
    border-top: 2px solid #000;
    margin: 1.5rem 0;
    opacity: 0.2;
}

.pathway-exchange-success-avatar {
    width: 48px;
    height: 48px;
    background-color: #100d36;
    border-radius: 50%;
}

.pathway-exchange-success-author-name {
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #100d36;
}

.pathway-exchange-success-author-detail {
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #666;
}

/* ==========================================================================
   PATHWAY EXCHANGE PROGRAMS LISTING
   ========================================================================== */
.pathway-exchange-programs-section {
    background-color: #fff;
}

.pathway-exchange-programs-subtitle {
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #000;
}

.pathway-exchange-programs-title {
    font-family: 'Polymath Display', sans-serif;
    font-weight: 700;
    font-size: 64px;
    color: #110b45;
    line-height: 1;
}

.pathway-exchange-programs-title-gradient {
    font-family: 'Polymath Display', sans-serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 1;
    background: linear-gradient(90deg, #b03a7a 0%, #a46d9d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.pathway-exchange-programs-desc {
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #333;
}

/* Filter Box */
.pathway-exchange-filter-box {
    background-color: #f5f5f5;
    border-radius: 12px;
}

.pathway-exchange-filter-label {
    font-family: 'Figtree', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #666;
}

.pathway-exchange-select {
    border-radius: 8px;
    border: 1px solid #ddd;
    font-family: 'Figtree', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #333;
    cursor: pointer;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.pathway-exchange-select:focus {
    border-color: #ddd;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    outline: none;
}

.pathway-exchange-search-icon {
    left: 16px;
    color: #999;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.pathway-exchange-view-all-btn {
    background-color: #110b45;
    color: #ffc107;
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    border-radius: 8px;
    transition: all 0.3s ease;
    width: 100%;
}

.pathway-exchange-view-all-btn:hover {
    background-color: #1a1265;
    color: #ffc107;
}

/* Table */
.pathway-exchange-table-responsive {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #110b45;
}

.pathway-exchange-table th {
    background-color: #110b45;
    color: #fff;
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 17px;
    padding: 16px 20px;
    border: none;
    vertical-align: middle;
}

.pathway-exchange-table th:first-child,
.pathway-exchange-table td:first-child {
    padding-left: 40px;
}

.pathway-exchange-table tbody {
    background: linear-gradient(180deg, #ADA0FF -179.27%, #FFF 100%);
}

.pathway-exchange-table tbody tr {
    background-color: transparent !important;
}

.pathway-exchange-table td {
    padding: 20px;
    vertical-align: middle;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    font-family: 'Figtree', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #333;
    background-color: transparent;
}

.pathway-exchange-country {
    font-size: 14px;
    color: #110b45;
}

.pathway-exchange-university-name {
    font-family: 'Figtree', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #333;
}

.pathway-exchange-brochure-btn {
    background-color: #110b45;
    color: #fff;
    font-family: 'Figtree', sans-serif;
    font-weight: 600;
    font-size: 15px;
    border-radius: 50px;
    padding: 8px 20px;
    transition: background 0.3s ease;
}

.pathway-exchange-brochure-btn:hover {
    background-color: #ffc107;
    color: #110b45;
}

/* ==========================================================================
   FIND YOUR ROUTE ABROAD SECTION
   ========================================================================== */
.pathway-exchange-route-section {
    background-color: #0b0736;
}

.pathway-exchange-route-subtitle {
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 20px;
}

.pathway-exchange-route-title {
    font-family: 'Polymath Display', sans-serif;
    font-weight: 700;
    font-size: 56px;
    color: #ffc107;
    line-height: 1.1;
}

.pathway-exchange-route-desc {
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    font-size: 16px;
    opacity: 0.8;
    max-width: 800px;
}

/* Carousel Center Mode */
.pathway-exchange-route-carousel {
    overflow: hidden;
}

.pathway-exchange-route-slide {
    transition: all 0.4s ease;
    opacity: 0.4;
    transform: scale(0.85);
    margin: 0 -40px;
}

.pathway-exchange-route-slide img {
    border: 2px solid #fff;
    border-radius: 15px !important;
}

.pathway-exchange-route-slide.slick-center {
    opacity: 1;
    transform: scale(1);
    z-index: 2;
    position: relative;
}

/* Custom Nav */
.pathway-exchange-route-progress {
    background-color: rgba(255, 255, 255, 0.2);
    height: 4px;
    border-radius: 2px;
    width: 100%;
}

.pathway-exchange-route-progress-bar {
    background-color: #ffc107;
    height: 100%;
    border-radius: 2px;
    transition: width 0.3s ease;
}

.pathway-exchange-route-arrows button {
    background: transparent;
    border: none;
    padding: 5px;
    cursor: pointer;
    transition: opacity 0.3s;
}

.pathway-exchange-route-arrows button:hover {
    opacity: 0.7;
}

/* Filters */
.pathway-exchange-route-filter {
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.pathway-exchange-route-select {
    font-family: 'Figtree', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #333;
    cursor: pointer;
}

.pathway-exchange-route-select:focus {
    border-color: #dee2e6;
    box-shadow: none;
    outline: none;
}

.pathway-exchange-route-search-icon {
    left: 16px;
    color: #999;
    z-index: 10;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pathway-exchange-route-view-all {
    background-color: #0b0736;
    color: #ffc107;
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    transition: all 0.3s ease;
}

.pathway-exchange-route-view-all:hover {
    background-color: #1a1265;
    color: #ffc107;
}

/* Cards */
.pathway-exchange-route-card {
    border: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.pathway-exchange-route-badge {
    background-color: #eee9f9;
    color: #0b0736;
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 13px;
    padding: 6px 14px;
    border-radius: 20px;
    display: inline-block;
}

.pathway-exchange-route-card-title {
    font-family: 'Polymath Display', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #0b0736;
}

.pathway-exchange-route-card-subtitle {
    font-family: 'Figtree', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #333;
}

.pathway-exchange-route-tag {
    background-color: #f7f7f7;
    font-family: 'Figtree', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #333;
}

.pathway-exchange-route-tag-label {
    color: #888;
}

.pathway-exchange-route-tag-sub {
    color: #888;
    font-style: italic;
}

.pathway-exchange-route-split-label {
    font-family: 'Figtree', sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #888;
}

.pathway-exchange-route-split-value {
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #0b0736;
}

.pathway-exchange-route-download-btn {
    background-color: #0b0736;
    color: #fff;
    font-family: 'Figtree', sans-serif;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
}

.pathway-exchange-route-download-btn:hover {
    background-color: #ffc107;
    color: #0b0736;
}

/* ==========================================================================
   LANGUAGE & TEST PREPARATION SECTION
   ========================================================================== */
.pathway-exchange-prep-section {
    background-color: #f7f7f7;
}

.pathway-exchange-prep-subtitle {
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #110b45;
}

.pathway-exchange-prep-title {
    font-family: 'Polymath Display', sans-serif;
    font-weight: 700;
    font-size: 56px;
    color: #110b45;
    line-height: 1.1;
}

.pathway-exchange-prep-highlight {
    background: linear-gradient(270deg, #8755D6 0%, #6236A6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pathway-exchange-prep-desc {
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    font-size: 18px;
}

/* Cards */
.pathway-exchange-prep-carousel .slick-track {
    display: flex !important;
}

.pathway-exchange-prep-carousel .slick-slide {
    height: inherit !important;
    display: flex !important;
}

.pathway-exchange-prep-carousel .slick-slide > div {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.pathway-exchange-prep-card {
    border: 2px solid transparent;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.pathway-exchange-prep-card-default {
    background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #ff4c4c, #7a3ee8);
}
.pathway-exchange-prep-card-alt-1 {
    background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #ff7b7b, #7a3ee8);
}
.pathway-exchange-prep-card-alt-2 {
    background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #ff6b8b, #7a3ee8);
}
.pathway-exchange-prep-card-alt-3 {
    background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #ff4c4c, #b030b0);
}

.pathway-exchange-prep-card-title {
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 26px;
    background: linear-gradient(90deg, #B53C72 0%, #5641E0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pathway-exchange-prep-card-desc {
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #333;
}

.pathway-exchange-prep-list {
    font-family: 'Figtree', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #333;
    list-style-type: disc;
    margin-left: 20px;
}

/* Navigation */
.pathway-exchange-prep-progress {
    background-color: #110b45;
    height: 5px;
    border-radius: 2px;
    width: 100%;
}

.pathway-exchange-prep-progress-bar {
    background-color: #ffc107;
    height: 100%;
    border-radius: 2px;
    transition: width 0.3s ease;
}

.pathway-exchange-prep-arrows button {
    background: #110b45;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pathway-exchange-prep-arrows button svg {
    stroke: #fff;
}

.pathway-exchange-prep-arrows button:hover {
    background: #7a3ee8;
}

.pathway-exchange-prep-arrows button.slick-disabled {
    background: #8e8aab; /* Lighter color for disabled state */
    cursor: default;
}

/* ==========================================================================
   GLOBAL DEGREE CTA SECTION
   ========================================================================== */
.pathway-exchange-cta-section {
    position: relative;
    overflow: hidden;
}

.pathway-exchange-cta-title {
    font-family: 'Polymath Display', sans-serif;
    font-weight: 700;
    font-size: 56px;
    color: #6236A6; /* Solid purple for the first part */
    line-height: 1.1;
}

.pathway-exchange-cta-highlight {
    background: linear-gradient(90deg, #6236A6 0%, #B53C72 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pathway-exchange-cta-desc {
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    font-size: 18px;
    max-width: 600px;
}

.pathway-exchange-cta-btn-primary {
    background: linear-gradient(90deg, #6236A6 0%, #B53C72 100%);
    color: #fff;
    border: none;
    font-family: 'Figtree', sans-serif;
    font-weight: 600;
    font-size: 18px;
    padding: 12px 32px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
}

.pathway-exchange-cta-btn-primary:hover {
    color: #fff;
    opacity: 0.9;
}

.pathway-exchange-cta-btn-outline {
    font-family: 'Figtree', sans-serif;
    font-weight: 600;
    font-size: 18px;
    padding: 12px 32px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0b0736;
    border: 2px solid transparent;
    background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #6236A6, #B53C72);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    transition: transform 0.3s ease;
}

.pathway-exchange-cta-btn-outline:hover {
    color: #0b0736;
}

.pathway-exchange-cta-img {
    max-height: 450px;
    object-fit: contain;
}


/* media files */

/* Extra Small Mobile */
@media screen and (max-width: 360px) {

    .student-mobility-stat-item:nth-child(1) ::before {
        content: '';
        background: url('../images/Student Mobility Stats/left-wing.svg') no-repeat center/contain;
        width: 35px;
        height: 70px;
        position: absolute;
        left: -40px;
        top: 50%;
        transform: translateY(-50%);
    }
	.student-mobility-profile-body {
		min-height: 95px;
	}

    .student-mobility-stat-item:nth-child(1)::after {
        content: '';
        background: url('../images/Student Mobility Stats/right-wing.svg') no-repeat center/contain;
        width: 35px;
        height: 70px;
        position: absolute;
        right: -40px;
        top: 50%;
        transform: translateY(-50%);
    }

    .student-mobility-stat-item:nth-child(1)

    .student-mobility-inbound-banner {
        padding: 25px 20px;
        border-radius: 12px;
    }

    .student-mobility-inbound-banner-title {
        font-size: 28px;
    }

    .student-mobility-inbound-banner-text {
        font-size: 15px;
    }

    .student-mobility-inbound-btn {
        display: block;
        text-align: center;
        padding: 12px 20px;
        font-size: 17px;
    }
	
	.student-mobility-inbound-banner .student-mobility-inbound-btn{
		font-size: 14px;
    	padding: 5px 10px;
	}

    .student-mobility-card-img {
        height: 290px;
    }

    .student-mobility-card-title {
        font-size: 22px;
    }

    .student-mobility-card-text {
        font-size: 15px;
    }

    .student-mobility-inbound-banner::after {
        top: 15%;
        width: 200px;
        height: 200px;
    }

    /* Equal height cards fix for slick slider */
    .student-mobility-inbound-slider .slick-track {
        display: flex !important;
    }

    .student-mobility-inbound-slider .slick-slide {
        display: flex !important;
        height: inherit !important;
    }

    .student-mobility-slide {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    /* Students Profile Section Mobile */
    .student-mobility-students-section {
        padding: 0 0 40px 0;
    }

    .student-mobility-students-title {
        font-size: 28px;
        line-height: 1.2;
    }

    .student-mobility-profile-img {
        height: 280px;
    }

    .student-mobility-profile-name {
        font-size: 18px;
    }

    .student-mobility-profile-dept {
        font-size: 14px;
    }

    /* Outbound Student Mobility Section Mobile */
    .student-mobility-outbound-section {
        padding: 40px 0;
    }

    .student-mobility-outbound-title {
        font-size: 28px;
        line-height: 1.2;
    }

    .student-mobility-text-gradient {
        font-size: 30px;
		line-height: 1;
    }
	
	.student-mobility-text-dark{
		margin-bottom : 5px;
	}

    .student-mobility-value-subtitle {
        font-size: 20px;
    }

    .student-mobility-program-img {
        height: 290px;
    }

    .student-mobility-program-title {
        font-size: 18px;
    }

    .student-mobility-program-desc {
        font-size: 14px;
    }

    /* Equal height cards fix for slick slider (Outbound Section) */
    .student-mobility-outbound-slider .slick-track {
        display: flex !important;
    }

    .student-mobility-outbound-slider .slick-slide {
        display: flex !important;
        height: inherit !important;
    }

    .student-mobility-outbound-slide {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    /* Routes Section Mobile */
    .student-mobility-routes-section {
        padding: 40px 0 60px 0 !important;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }

    /* Abroad Section Mobile */
    .student-mobility-abroad-section {
        padding: 10px 0 40px 0 !important;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }

    /* Value Section Mobile */
    .student-mobility-value-section {
        min-height: auto !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }

    /* Global CTA Section Mobile */
    .student-mobility-global-cta-section {
        padding: 40px 0 0 0;
    }

    .student-mobility-global-cta-section .student-mobility-value-title {
        background: var(--New, linear-gradient(90deg, #5641E0 0%, #B53C72 100%));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 45px;
    }

    .student-mobility-global-cta-section .student-mobility-btn-gradient {
        background: var(--New, linear-gradient(90deg, #5641E0 0%, #B53C72 100%));
        font-size: 16px;
        padding: 12px 24px !important;
    }

    .student-mobility-global-cta-desc {
        font-size: 16px;
    }

    .student-mobility-global-cta-img-wrapper {
        width: calc(100% + 30px);
        margin-top: 20px;
    }

    .student-mobility-global-cta-img {
        width: 100%;
        height: auto;
    }

    /* Research Mobility Projects Section Mobile */
    .research-mobility-projects-section {
        padding: 40px 0 !important;
        margin: 1rem 0 !important;
    }

    .research-mobility-title {
        font-size: 32px;
    }

    .research-mobility-project-title {
        font-size: 24px;
        line-height: 1.3;
    }

    .research-mobility-badge {
        font-size: 15px;
        padding: 8px 12px;
    }

    .research-mobility-stats-grid {
        display: flex !important;
        flex-direction: column;
        gap: 5px !important;
    }

    .research-mobility-stats-grid .col-6 {
        width: 100% !important;
    }

    /* Reorder items to match mockup */
    .research-mobility-stats-grid .col-6:nth-child(1) {
        order: 1;
    }

    .research-mobility-stats-grid .col-6:nth-child(2) {
        order: 4;
    }

    .research-mobility-stats-grid .col-6:nth-child(3) {
        order: 2;
    }

    .research-mobility-stats-grid .col-6:nth-child(4) {
        order: 3;
    }

    .research-mobility-stat-title {
        font-size: 16px;
        margin-bottom: 2px;
    }

    .research-mobility-stat-value {
        font-size: 16px;
    }

    .student-mobility-routes-title {
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 3.5rem !important;
    }

    .student-mobility-route-card {
        margin: 0 !important;
        padding: 24px 20px;
    }

    .student-mobility-route-card-title {
        font-size: 24px;
        padding-bottom: 12px;
        margin-bottom: 12px;
    }

    .student-mobility-routes-img {
        min-height: 250px;
        height: 280px;
    }

    #routes-slider-wrapper {
        position: relative;
    }

    #routes-slider-row {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100% !important;
    }

    #routes-slider-row .slick-list {
        margin: 0 -10px !important;
        padding: 0 !important;
    }

    #routes-slider-row .slick-track {
        display: flex !important;
    }

    #routes-slider-row .col-lg-4 {
        margin: 0 10px !important;
        gap: 310px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        height: auto !important;
    }


    .mobile-static-img {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        padding: 0 !important;
        transform: translateY(-50%);
        z-index: 10;
        pointer-events: none;
    }

    /* Routes Slider Dots */
    .student-mobility-routes-slider {
        margin-bottom: 20px;
    }

    .student-mobility-routes-slider .slick-dots {
        display: flex !important;
        justify-content: center;
        list-style: none;
        padding: 0;
        margin-top: 20px;
        margin-bottom: 0;
        gap: 8px;
    }

    .student-mobility-routes-slider .slick-dots li {
        margin: 0;
    }

    .student-mobility-routes-slider .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 8px;
        height: 8px;
        padding: 0;
        color: transparent;
        border: 0;
        outline: none;
        background: #cbd5e1;
        border-radius: 4px;
        transition: all 0.3s ease;
    }

    .student-mobility-routes-slider .slick-dots li.slick-active button {
        background: #ffc107;
        width: 24px;
    }

    /* UK Partnership Section Mobile */
    .research-mobility-partners-title {
        font-size: 28px;
    }

    .research-mobility-partnership-title {
        font-size: 36px;
    }

    .research-mobility-partnership-images {
        height: 350px !important;
        margin-top: 20px;
    }

    .research-mobility-partnership-img-1 {
        width: 49% !important;
        height: 65% !important;
        top: auto !important;
        bottom: 22% !important;
        left: auto !important;
        right: 0 !important;
        z-index: 2;
    }

    .research-mobility-partnership-img-2 {
        width: 49% !important;
        height: 65% !important;
        top: 0 !important;
        bottom: auto !important;
        left: 0 !important;
        right: auto !important;
        z-index: 1;
    }

    .research-mobility-partnership-section {
        padding-block: 0rem !important;
    }

    .research-mobility-partnership-section .container {
        padding-bottom: 0rem !important;
    }

    /* Springer Nature Section Mobile */
    .research-mobility-springer-section .row {
        display: flex;
        flex-direction: column;
        gap: 0 !important;
        margin: 0 !important;
    }

    .research-mobility-springer-section .col-lg-8 {
        order: 2;
        padding: 0 !important;
    }

    .research-mobility-springer-section .col-lg-4 {
        order: 1;
        margin-bottom: 0;
        padding: 0 !important;
    }

    .research-mobility-springer-section .research-mobility-springer-image-wrapper {
        min-height: 325px;
        height: 250px;
        border-top-left-radius: 1rem !important;
        border-top-right-radius: 1rem !important;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    .research-mobility-springer-section .research-mobility-springer-card {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        border-bottom-left-radius: 1rem !important;
        border-bottom-right-radius: 1rem !important;
        padding: 24px !important;
    }

    .research-mobility-springer-card-title {
        font-size: 24px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        padding-bottom: 16px;
    }

    .research-mobility-springer-subtitle {
        font-size: 14px;
    }

    .research-mobility-springer-title {
        font-size: 28px;
        line-height: 1.1;
    }

    /* Staff Mobility Section Mobile */
    .staff-mobility-subtitle {
        font-size: 18px;
    }

    .staff-mobility-title {
        font-size: 28px;
        line-height: 1.1;
    }

    .staff-mobility-desc {
        font-size: 14px;
    }

    .staff-mobility-card-desc {
        font-size: 14px;
    }

    /* Outbound Faculty CTA Mobile */
    .staff-mobility-cta-title {
        font-size: 24px;
    }

    .staff-mobility-cta-desc {
        font-size: 14px;
    }

    .staff-mobility-cta-btn {
        font-size: 14px;
        padding: 10px 20px;
    }

    .staff-mobility-cta::after {
        top: 13%;
        right: 0;
        transform: translate(20%, -50%);
        width: 300px;
        height: 300px;
    }

    /* Our Purpose / Vision & Mission Mobile */
    .international-relations-subtitle {
        font-size: 14px;
    }

    .international-relations-title {
        font-size: 28px;
    }

    .international-relations-desc {
        font-size: 14px;
    }

    /* Director's Message Mobile */
    .international-relations-director-section .row {
        display: flex;
        flex-direction: column;
        align-items: stretch !important;
        margin-left: 0;
        margin-right: 0;
    }

    .international-relations-director-section .col-lg-7,
    .international-relations-director-section .col-lg-5 {
        display: contents;
    }

    .international-relations-director-subtitle {
        order: 1;
        font-size: 14px;
    }

    .international-relations-director-title {
        order: 2;
        font-size: 26px;
        line-height: 1.2;
    }

    .international-relations-director-img {
        order: 3;
        width: 95%;
        max-width: 350px;
        margin: 20px auto !important;
        margin-top: 0px !important;
        display: block;
        transform: none !important;
    }

    .international-relations-director-signature {
        order: 4;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .international-relations-director-name {
        font-size: 24px;
    }

    .international-relations-director-badge {
        font-size: 12px;
    }

    .international-relations-director-section .international-relations-desc {
        order: 5;
        font-size: 14px;
    }

    .international-relations-director-section .international-relations-desc {
        margin-bottom: 0 !important;
        font-size: 16px;
    }

    /* Our MoUs Mobile */
    .international-relations-mous-section .row {
        display: flex;
        flex-direction: column;
        align-items: stretch !important;
        margin-left: 0;
        margin-right: 0;
        gap: 0 !important;
    }

    .international-relations-mous-section .col-lg-7,
    .international-relations-mous-section .col-lg-5 {
        display: contents;
    }

    .international-relations-mous-subtitle {
        order: 1;
        font-size: 14px;
    }

    .international-relations-mous-title {
        order: 2;
        font-size: 32px;
        line-height: 1.1;
    }

    .international-relations-mous-desc {
        order: 3;
        font-size: 14px;
        margin-bottom: 20px !important;
    }

    .international-relations-mous-section .col-lg-5 img {
        order: 4;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .international-relations-mous-card {
        order: 5;
    }

    .international-relations-mous-card-title {
        font-size: 24px;
    }

    .international-relations-mous-card-desc {
        font-size: 14px;
    }

    .international-relations-mous-btn {
        font-size: 14px;
        padding: 12px 24px !important;
    }

    .international-relations-mous-section .container {
        padding-bottom: 0 !important;
    }

    /* Events & News Mobile */
    .international-relations-events-subtitle {
        font-size: 14px;
    }

    .international-relations-events-title {
        font-size: 32px;
        line-height: 1.1;
    }

    .international-relations-events-desc {
        font-size: 14px;
    }

    .international-relations-event-day {
        font-size: 36px;
    }

    .international-relations-event-month {
        font-size: 14px;
    }

    .international-relations-event-card-title {
        font-size: 20px;
    }

    .international-relations-event-card-desc {
        font-size: 14px;
    }
	
    .student-mobility-global-cta-img {
        margin-bottom: -20px !important;
    }
	
	.student-mobility-inbound-title {
    font-size: 20px;
}
	
	.student-mobility-inbound-banner {
    padding: 40px 30px !important;
}
	
.student-mobility-routes-section .student-mobility-routes-title {
    margin-bottom: 3.5rem !important;
}
	
	.student-mobility-value-section .student-mobility-value-title {
    font-size: 33px !important;
}
	
	faculty-mobility-dark .staff-mobility-cta::after {
		opacity: 0.15 !important;
	}
	
	.staff-mobility-section{
		margin-top : 0!important;
		margin-bottom : 0!important;
	}
	
	.research-mobility-springer-section{
		padding-bottom : 0rem !important;
	}
	
}

@media screen and (min-width: 361px) and (max-width: 479px) {

	
	.student-mobility-inbound-banner .student-mobility-inbound-btn{
		font-size: 16px;
    	padding: 5px 10px;
	}


::before {
        content: '';
        background: url('../images/Student Mobility Stats/left-wing.svg') no-repeat center/contain;
        width: 35px;
        height: 70px;
        position: absolute;
        left: -40px;
        top: 50%;
        transform: translateY(-50%);
    }

    .student-mobility-stat-item:nth-child(1)::after {
        content: '';
        background: url('../images/Student Mobility Stats/right-wing.svg') no-repeat center/contain;
        width: 35px;
        height: 70px;
        position: absolute;
        right: -40px;
        top: 50%;
        transform: translateY(-50%);
    }

    .student-mobility-stat-item:nth-child(1)

    .student-mobility-inbound-banner {
        padding: 25px 20px;
        border-radius: 12px;
    }

    .student-mobility-inbound-banner-title {
        font-size: 28px;
    }

    .student-mobility-inbound-banner-text {
        font-size: 15px;
    }

    .student-mobility-inbound-btn {
        display: block;
        text-align: center;
        padding: 12px 20px;
        font-size: 16px;
    }

    .student-mobility-card-img {
        height: 290px;
    }

    .student-mobility-inbound-banner::after {
        top: 15%;
        width: 250px;
        height: 250px;
    }

    /* Routes & Programme Types Section Mobile */
    .student-mobility-routes-section {
        padding: 40px 0;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }

    .student-mobility-routes-title {
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 3rem !important;
    }

    .student-mobility-route-card {
        margin: 0 !important;
        padding: 24px 20px;
    }

    .student-mobility-route-card-title {
        font-size: 24px;
        padding-bottom: 12px;
        margin-bottom: 12px;
    }

    .student-mobility-routes-img {
        min-height: 250px;
        height: 280px;
    }

    #routes-slider-wrapper {
        position: relative;
    }

    #routes-slider-row {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100% !important;
    }

    #routes-slider-row .slick-list {
        margin: 0 -10px !important;
        padding: 0 !important;
    }

    #routes-slider-row .slick-track {
        display: flex !important;
    }

    #routes-slider-row .col-lg-4 {
        margin: 0 10px !important;
        gap: 310px !important;
    }

    .mobile-static-img {
        position: absolute;
        top: 47%;
        left: 0;
        width: 100%;
        padding: 0 !important;
        transform: translateY(-50%);
        z-index: 10;
        pointer-events: none;
    }

    .student-mobility-routes-slider {
        margin-bottom: 20px;
    }

    .student-mobility-routes-slider .slick-dots {
        display: flex !important;
        justify-content: center;
        list-style: none;
        padding: 0;
        margin-top: 20px;
        margin-bottom: 0;
        gap: 8px;
    }

    .student-mobility-routes-slider .slick-dots li {
        margin: 0;
    }

    .student-mobility-routes-slider .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 8px;
        height: 8px;
        padding: 0;
        color: transparent;
        border: 0;
        outline: none;
        background: #cbd5e1;
        border-radius: 4px;
        transition: all 0.3s ease;
    }

    .student-mobility-routes-slider .slick-dots li.slick-active button {
        background: #ffc107;
        width: 24px;
    }


    /* student abroad section */

    .student-mobility-abroad-section {
        padding-top: 0 !important;
    }

    /* Value Section Mobile */
    .student-mobility-value-subtitle {
        font-size: 20px;
    }

    .student-mobility-text-gradient {
        font-size: 36px;
    }

    .student-mobility-value-section {
        
        min-height: auto !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }

    /* Global CTA Section Mobile */
    .student-mobility-global-cta-section {
        padding: 40px 0 0 0;
    }

    .student-mobility-global-cta-section .student-mobility-value-title {
        background: var(--New, linear-gradient(90deg, #5641E0 0%, #B53C72 100%));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 45px;
    }

    .student-mobility-global-cta-section .student-mobility-btn-gradient {
        background: var(--New, linear-gradient(90deg, #5641E0 0%, #B53C72 100%));
        font-size: 16px;
        padding: 12px 24px !important;
    }

    .student-mobility-global-cta-desc {
        font-size: 16px;
    }

    .student-mobility-global-cta-img-wrapper {
        width: calc(100% + 30px);
        margin-top: 20px;
    }

    .student-mobility-global-cta-img {
        width: 100%;
        height: auto;
    }

    /* UK Partnership Section Mobile */
    .research-mobility-partners-title {
        font-size: 23px;
    }

    .research-mobility-partnership-title {
        font-size: 36px;
    }



    .research-mobility-partnership-images {
        height: 350px !important;
        margin-top: 20px;
    }

    .research-mobility-partnership-img-1 {
        width: 49% !important;
        height: 65% !important;
        top: auto !important;
        bottom: 22% !important;
        left: auto !important;
        right: 0 !important;
        z-index: 2;
    }

    .research-mobility-partnership-img-2 {
        width: 49% !important;
        height: 65% !important;
        top: 0 !important;
        bottom: auto !important;
        left: 0 !important;
        right: auto !important;
        z-index: 1;
    }

    .research-mobility-partnership-section {
        padding-block: 0rem !important;
    }

    .research-mobility-partnership-section .container {
        padding-bottom: 0rem !important;
    }




    /* Springer Nature Section Mobile */
    .research-mobility-springer-section .row {
        display: flex;
        flex-direction: column;
        gap: 0 !important;
        margin: 0 !important;
    }

    .research-mobility-springer-section .col-lg-8 {
        order: 2;
        padding: 0 !important;
    }

    .research-mobility-springer-section .col-lg-4 {
        order: 1;
        margin-bottom: 0;
        padding: 0 !important;
    }

    .research-mobility-springer-section .research-mobility-springer-image-wrapper {
        min-height: 325px;
        height: 250px;
        border-top-left-radius: 1rem !important;
        border-top-right-radius: 1rem !important;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    .research-mobility-springer-section .research-mobility-springer-card {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        border-bottom-left-radius: 1rem !important;
        border-bottom-right-radius: 1rem !important;
        padding: 24px !important;
    }

    .research-mobility-springer-card-title {
        font-size: 24px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        padding-bottom: 16px;
    }

    .research-mobility-springer-subtitle {
        font-size: 14px;
    }

    .research-mobility-springer-title {
        font-size: 28px;
        line-height: 1.1;
    }

    /* Staff Mobility Section Mobile */
    .staff-mobility-subtitle {
        font-size: 18px;
    }

    .staff-mobility-title {
        font-size: 28px;
        line-height: 1.1;
    }

    .staff-mobility-desc {
        font-size: 14px;
    }

    .staff-mobility-card-desc {
        font-size: 14px;
    }

    /* Outbound Faculty CTA Mobile */
    .staff-mobility-cta-title {
        font-size: 24px;
    }

    .staff-mobility-cta-desc {
        font-size: 14px;
    }

    .staff-mobility-cta-btn {
        font-size: 14px;
        padding: 10px 20px;
    }

    .staff-mobility-cta::after {
        top: 13%;
        right: 0;
        transform: translate(20%, -50%);
        width: 300px;
        height: 300px;
    }

    /* Our Purpose / Vision & Mission Mobile */
    .international-relations-subtitle {
        font-size: 14px;
    }

    .international-relations-title {
        font-size: 28px;
    }

    .international-relations-desc {
        font-size: 14px;
    }

    /* Director's Message Mobile */
    .international-relations-director-section .row {
        display: flex;
        flex-direction: column;
        align-items: stretch !important;
        margin-left: 0;
        margin-right: 0;
    }

    .international-relations-director-section .col-lg-7,
    .international-relations-director-section .col-lg-5 {
        display: contents;
    }

    .international-relations-director-subtitle {
        order: 1;
        font-size: 14px;
    }

    .international-relations-director-title {
        order: 2;
        font-size: 26px;
        line-height: 1.2;
    }

    .international-relations-director-img {
        order: 3;
        width: 95%;
        max-width: 350px;
        margin: 20px auto !important;
        margin-top: 0px !important;
        display: block;
        transform: none !important;
    }

    .international-relations-director-signature {
        order: 4;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .international-relations-director-name {
        font-size: 24px;
    }

    .international-relations-director-badge {
        font-size: 12px;
    }

    .international-relations-director-section .international-relations-desc {
        order: 5;
        font-size: 14px;
    }

    .international-relations-director-section .international-relations-desc {
        margin-bottom: 0 !important;
        font-size: 16px;
    }

    /* Our MoUs Mobile */
    .international-relations-mous-section .row {
        display: flex;
        flex-direction: column;
        align-items: stretch !important;
        margin-left: 0;
        margin-right: 0;
        gap: 0 !important;
    }

    .international-relations-mous-section .col-lg-7,
    .international-relations-mous-section .col-lg-5 {
        display: contents;
    }

    .international-relations-mous-subtitle {
        order: 1;
        font-size: 14px;
    }

    .international-relations-mous-title {
        order: 2;
        font-size: 32px;
        line-height: 1.1;
    }

    .international-relations-mous-desc {
        order: 3;
        font-size: 14px;
        margin-bottom: 20px !important;
    }

    .international-relations-mous-section .col-lg-5 img {
        order: 4;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .international-relations-mous-card {
        order: 5;
    }

    .international-relations-mous-card-title {
        font-size: 24px;
    }

    .international-relations-mous-card-desc {
        font-size: 14px;
    }

    .international-relations-mous-btn {
        font-size: 14px;
        padding: 12px 24px !important;
    }

    .international-relations-mous-section .container {
        padding-bottom: 0 !important;
    }

    /* Events & News Mobile */
    .international-relations-events-subtitle {
        font-size: 14px;
    }

    .international-relations-events-title {
        font-size: 32px;
        line-height: 1.1;
    }

    .international-relations-events-desc {
        font-size: 14px;
    }

    .international-relations-event-day {
        font-size: 36px;
    }

    .international-relations-event-month {
        font-size: 14px;
    }

    .international-relations-event-card-title {
        font-size: 20px;
    }

    .international-relations-event-card-desc {
        font-size: 14px;
    }
	
  .student-mobility-global-cta-img {
        margin-bottom: -20px !important;
    }
	
	.student-mobility-inbound-title {
    font-size: 20px;
}
	
	.student-mobility-inbound-banner {
    padding: 40px 30px !important;
}
	
.student-mobility-routes-section .student-mobility-routes-title {
    margin-bottom: 3.5rem !important;
}
	
	.student-mobility-value-section .student-mobility-value-title {
    font-size: 33px !important;
}
	
	    .mobile-static-img {
        top: 50%;
    }
	
		.staff-mobility-section{
		margin-top : 0!important;
		margin-bottom : 0!important;
	}
	
	    .research-mobility-projects-section {
        padding: 40px 0 !important;
        margin: 1rem 0 !important;
    }
	
		.research-mobility-springer-section{
		padding-bottom : 0rem !important;
	}
	.student-mobility-profile-body {
		min-height: 95px;
	}
}

@media screen and (min-width: 480px) and (max-width: 575px) {


	.student-mobility-inbound-banner .student-mobility-inbound-btn{
		font-size: 20px;
    padding: 8px 12px;
	}

	
::before {
        content: '';
        background: url('../images/Student Mobility Stats/left-wing.svg') no-repeat center/contain;
        width: 35px;
        height: 70px;
        position: absolute;
        left: -40px;
        top: 50%;
        transform: translateY(-50%);
    }

    .student-mobility-stat-item:nth-child(1)::after {
        content: '';
        background: url('../images/Student Mobility Stats/right-wing.svg') no-repeat center/contain;
        width: 35px;
        height: 70px;
        position: absolute;
        right: -37px;
        top: 50%;
        transform: translateY(-50%);
    }

    .student-mobility-stat-item:nth-child(1)

    .student-mobility-inbound-banner {
        padding: 25px 20px;
        border-radius: 12px;
    }

    .student-mobility-inbound-banner-title {
        font-size: 28px;
    }

    .student-mobility-inbound-banner-text {
        font-size: 15px;
    }

    .student-mobility-inbound-btn {
        display: block;
        text-align: center;
        padding: 12px 20px;
        font-size: 16px;
    }

    .student-mobility-card-img {
        height: 290px;
    }

    .student-mobility-inbound-banner::after {
        top: 15%;
        width: 250px;
        height: 250px;
    }

    /* Routes & Programme Types Section Mobile */
    .student-mobility-routes-section {
        padding: 40px 0;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }

    .student-mobility-routes-title {
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 3rem !important;
    }

    .student-mobility-route-card {
        margin: 0 !important;
        padding: 24px 20px;
    }

    .student-mobility-route-card-title {
        font-size: 24px;
        padding-bottom: 12px;
        margin-bottom: 12px;
    }

    .student-mobility-routes-img {
        min-height: 250px;
        height: 280px;
    }

    #routes-slider-wrapper {
        position: relative;
    }

    #routes-slider-row {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100% !important;
    }

    #routes-slider-row .slick-list {
        margin: 0 -10px !important;
        padding: 0 !important;
    }

    #routes-slider-row .slick-track {
        display: flex !important;
    }

    #routes-slider-row .col-lg-4 {
        margin: 0 10px !important;
        gap: 310px !important;
    }

    .mobile-static-img {
        position: absolute;
        top: 48%;
        left: 0;
        width: 100%;
        padding: 0 !important;
        transform: translateY(-50%);
        z-index: 10;
        pointer-events: none;
    }

    .student-mobility-routes-slider {
        margin-bottom: 20px;
    }

    .student-mobility-routes-slider .slick-dots {
        display: flex !important;
        justify-content: center;
        list-style: none;
        padding: 0;
        margin-top: 20px;
        margin-bottom: 0;
        gap: 8px;
    }

    .student-mobility-routes-slider .slick-dots li {
        margin: 0;
    }

    .student-mobility-routes-slider .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 8px;
        height: 8px;
        padding: 0;
        color: transparent;
        border: 0;
        outline: none;
        background: #cbd5e1;
        border-radius: 4px;
        transition: all 0.3s ease;
    }

    .student-mobility-routes-slider .slick-dots li.slick-active button {
        background: #ffc107;
        width: 24px;
    }


    /* student abroad section */

    .student-mobility-abroad-section {
        padding-top: 0 !important;
    }

    /* Value Section Mobile */
    .student-mobility-value-subtitle {
        font-size: 20px;
    }

    .student-mobility-text-gradient {
        font-size: 36px;
    }

    .student-mobility-value-section {
        padding: 60px 0 !important;
        min-height: auto !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }

    /* Global CTA Section Mobile */
    .student-mobility-global-cta-section {
        padding: 40px 0 0 0;
    }

    .student-mobility-global-cta-section .student-mobility-value-title {
        background: var(--New, linear-gradient(90deg, #5641E0 0%, #B53C72 100%));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 45px;
    }

    .student-mobility-global-cta-section .student-mobility-btn-gradient {
        background: var(--New, linear-gradient(90deg, #5641E0 0%, #B53C72 100%));
        font-size: 16px;
        padding: 12px 24px !important;
    }

    .student-mobility-global-cta-desc {
        font-size: 16px;
    }

    .student-mobility-global-cta-img-wrapper {
        width: calc(100% + 30px);
        margin-top: 20px;
    }

    .student-mobility-global-cta-img {
        width: 100%;
        height: auto;
    }

    /* UK Partnership Section Mobile */
    .research-mobility-partners-title {
        font-size: 28px;
    }

    .research-mobility-partnership-title {
        font-size: 36px;
    }

    .research-mobility-partnership-images {
        height: 350px !important;
        margin-top: 20px;
    }

    .research-mobility-partnership-img-1 {
        width: 49% !important;
        height: 65% !important;
        top: auto !important;
        bottom: 22% !important;
        left: auto !important;
        right: 0 !important;
        z-index: 2;
    }

    .research-mobility-partnership-img-2 {
        width: 49% !important;
        height: 65% !important;
        top: 0 !important;
        bottom: auto !important;
        left: 0 !important;
        right: auto !important;
        z-index: 1;
    }

    .research-mobility-partnership-section {
        padding-block: 0rem !important;
    }

    .research-mobility-partnership-section .container {
        padding-bottom: 0rem !important;
    }

    /* Springer Nature Section Mobile */
    .research-mobility-springer-section .row {
        display: flex;
        flex-direction: column;
        gap: 0 !important;
        margin: 0 !important;
    }

    .research-mobility-springer-section .col-lg-8 {
        order: 2;
        padding: 0 !important;
    }

    .research-mobility-springer-section .col-lg-4 {
        order: 1;
        margin-bottom: 0;
        padding: 0 !important;
    }

    .research-mobility-springer-section .research-mobility-springer-image-wrapper {
        min-height: 325px;
        height: 250px;
        border-top-left-radius: 1rem !important;
        border-top-right-radius: 1rem !important;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    .research-mobility-springer-section .research-mobility-springer-card {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        border-bottom-left-radius: 1rem !important;
        border-bottom-right-radius: 1rem !important;
        padding: 24px !important;
    }

    .research-mobility-springer-card-title {
        font-size: 24px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        padding-bottom: 16px;
    }

    .research-mobility-springer-subtitle {
        font-size: 14px;
    }

    .research-mobility-springer-title {
        font-size: 28px;
        line-height: 1.1;
    }

    /* Staff Mobility Section Mobile */
    .staff-mobility-subtitle {
        font-size: 18px;
    }

    .staff-mobility-title {
        font-size: 28px;
        line-height: 1.1;
    }

    .staff-mobility-desc {
        font-size: 14px;
    }

    .staff-mobility-card-desc {
        font-size: 14px;
    }

    /* Outbound Faculty CTA Mobile */
    .staff-mobility-cta-title {
        font-size: 24px;
    }

    .staff-mobility-cta-desc {
        font-size: 14px;
    }

    .staff-mobility-cta-btn {
        font-size: 14px;
        padding: 10px 20px;
    }

    .staff-mobility-cta::after {
        top: 13%;
        right: 0;
        transform: translate(20%, -50%);
        width: 300px;
        height: 300px;
    }
	
		.student-mobility-global-cta-img{
	margin-bottom : -25px !important;
}
	
	.student-mobility-text-dark {
    display: block;
}
	    .student-mobility-routes-section .student-mobility-routes-title {
        margin-bottom: 3.5rem !important;
    }
	
	    .mobile-static-img {
        top: 50%;
    }
	
	    .research-mobility-springer-subtitle {
        font-size: 27px;
    }
	.student-mobility-profile-body {
		min-height: 95px;
	}
}

/* ==========================================================================
   TABLET / SMALL TABLET - 576px TO 767px
   ========================================================================== */

@media screen and (min-width: 576px) and (max-width: 767px) {
	
	.student-mobility-inbound-banner .student-mobility-inbound-btn{
		font-size: 20px;
    padding: 12px 16px;
	}

    /* ----------------------------------------------------------------------
       Student Mobility Stats
       ---------------------------------------------------------------------- */

    .student-mobility-stat-item::before {
        content: '';
        background: url('../images/Student Mobility Stats/left-wing.svg') no-repeat center / contain;
        width: 35px;
        height: 70px;
        position: absolute;
        left: -40px;
        top: 50%;
        transform: translateY(-50%);
    }

    .student-mobility-stat-item:nth-child(1)::after {
        content: '';
        background: url('../images/Student Mobility Stats/right-wing.svg') no-repeat center / contain;
        width: 35px;
        height: 70px;
        position: absolute;
        right: -37px;
        top: 50%;
        transform: translateY(-50%);
    }


    /* ----------------------------------------------------------------------
       Inbound Student Mobility Section
       ---------------------------------------------------------------------- */

    .student-mobility-inbound-banner {
        padding: 25px 20px;
        border-radius: 12px;
    }

    .student-mobility-inbound-banner-title {
        font-size: 28px;
    }

    .student-mobility-inbound-banner-text {
        font-size: 15px;
    }

    .student-mobility-inbound-btn {
        display: block;
        text-align: center;
        padding: 12px 20px;
        font-size: 16px;
    }

    .student-mobility-card-img {
        height: 350px;
    }

    .student-mobility-profile-img {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }

    /* Inbound Banner Decorative Circle */
    .student-mobility-inbound-banner::after {
        top: 15%;
        width: 250px;
        height: 250px;
    }

    /* ----------------------------------------------------------------------
       Routes & Programme Types Section
       ---------------------------------------------------------------------- */

    .student-mobility-routes-section {
        padding: 40px 0;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }

    .student-mobility-routes-title {
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 3rem !important;
    }

    .student-mobility-route-card {
        margin: 0 !important;
        padding: 24px 20px;
    }

    .student-mobility-route-card-title {
        font-size: 24px;
        padding-bottom: 12px;
        margin-bottom: 12px;
    }

    .student-mobility-routes-img {
        min-height: 250px;
        height: 350px;
    }

    #routes-slider-wrapper {
        position: relative;
    }

    #routes-slider-row {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100% !important;
    }

    #routes-slider-row .slick-list {
        margin: 0 -10px !important;
        padding: 0 !important;
    }

    #routes-slider-row .slick-track {
        display: flex !important;
    }

    #routes-slider-row .col-lg-4 {
        margin: 0 10px !important;
        gap: 380px !important;
    }

    .mobile-static-img {
        position: absolute;
        top: 48%;
        left: 0;
        width: 100%;
        padding: 0 !important;
        transform: translateY(-50%);
        z-index: 10;
        pointer-events: none;
    }

    .student-mobility-routes-slider {
        margin-bottom: 20px;
    }

    .student-mobility-routes-slider .slick-dots {
        display: flex !important;
        justify-content: center;
        list-style: none;
        padding: 0;
        margin-top: 20px;
        margin-bottom: 0;
        gap: 8px;
    }

    .student-mobility-routes-slider .slick-dots li {
        margin: 0;
    }

    .student-mobility-routes-slider .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 8px;
        height: 8px;
        padding: 0;
        color: transparent;
        border: 0;
        outline: none;
        background: #cbd5e1;
        border-radius: 4px;
        transition: all 0.3s ease;
    }

    .student-mobility-routes-slider .slick-dots li.slick-active button {
        background: #ffc107;
        width: 24px;
    }


    /* ----------------------------------------------------------------------
       Student Abroad Section
       ---------------------------------------------------------------------- */

    .student-mobility-abroad-section {
        padding-top: 0 !important;
    }


    /* ----------------------------------------------------------------------
       Value Section
       ---------------------------------------------------------------------- */

    .student-mobility-value-subtitle {
        font-size: 20px;
    }

    .student-mobility-text-gradient {
        font-size: 36px;
    }

    .student-mobility-value-section {
        padding: 60px 0 !important;
        min-height: auto !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }


    /* ----------------------------------------------------------------------
       Global CTA Section
       ---------------------------------------------------------------------- */

    .student-mobility-global-cta-section {
        padding: 40px 0 0 0;
    }

    .student-mobility-global-cta-section .student-mobility-value-title {
        background: var(
            --New,
            linear-gradient(90deg, #5641E0 0%, #B53C72 100%)
        );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 45px;
    }

    .student-mobility-global-cta-section .student-mobility-btn-gradient {
        background: var(
            --New,
            linear-gradient(90deg, #5641E0 0%, #B53C72 100%)
        );
        font-size: 16px;
        padding: 12px 24px !important;
    }

    .student-mobility-global-cta-desc {
        font-size: 16px;
    }

    .student-mobility-global-cta-img-wrapper {
        width: calc(100% + 30px);
        margin-top: 20px;
    }

    .student-mobility-global-cta-img {
        width: 100%;
        height: auto;
    }


    /* ----------------------------------------------------------------------
       UK Partnership Section
       ---------------------------------------------------------------------- */

    .research-mobility-partners-title {
        font-size: 28px;
    }

    .research-mobility-partnership-title {
        font-size: 36px;
    }

    .research-mobility-partnership-images {
        height: 350px !important;
        margin-top: 20px;
    }

    .research-mobility-partnership-img-1 {
        width: 49% !important;
        height: 65% !important;
        top: auto !important;
        bottom: 22% !important;
        left: auto !important;
        right: 0 !important;
        z-index: 2;
    }

    .research-mobility-partnership-img-2 {
        width: 49% !important;
        height: 65% !important;
        top: 0 !important;
        bottom: auto !important;
        left: 0 !important;
        right: auto !important;
        z-index: 1;
    }

    .research-mobility-partnership-section {
        padding-block: 0rem !important;
    }

    .research-mobility-partnership-section .container {
        padding-bottom: 0rem !important;
    }


    /* ----------------------------------------------------------------------
       Springer Nature Section
       ---------------------------------------------------------------------- */

    .research-mobility-springer-section .row {
        display: flex;
        flex-direction: column;
        gap: 0 !important;
        margin: 0 !important;
    }

    .research-mobility-springer-section .col-lg-8 {
        order: 2;
        padding: 0 !important;
    }

    .research-mobility-springer-section .col-lg-4 {
        order: 1;
        margin-bottom: 0;
        padding: 0 !important;
    }

    .research-mobility-springer-section
    .research-mobility-springer-image-wrapper {
        min-height: 400px;
        height: 400px;
        border-top-left-radius: 1rem !important;
        border-top-right-radius: 1rem !important;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    .research-mobility-springer-section
    .research-mobility-springer-card {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        border-bottom-left-radius: 1rem !important;
        border-bottom-right-radius: 1rem !important;
        padding: 24px !important;
    }

    .research-mobility-springer-card-title {
        font-size: 24px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        padding-bottom: 16px;
    }

    .research-mobility-springer-subtitle {
        font-size: 14px;
    }

    .research-mobility-springer-title {
        font-size: 28px;
        line-height: 1.1;
    }


    /* ----------------------------------------------------------------------
       Staff Mobility Section
       ---------------------------------------------------------------------- */

    .staff-mobility-subtitle {
        font-size: 18px;
    }

    .staff-mobility-title {
        font-size: 28px;
        line-height: 1.1;
    }

    .staff-mobility-desc {
        font-size: 14px;
    }

    .staff-mobility-card-desc {
        font-size: 14px;
    }


    /* ----------------------------------------------------------------------
       Outbound Faculty CTA
       ---------------------------------------------------------------------- */

    .staff-mobility-cta-title {
        font-size: 24px;
    }

    .staff-mobility-cta-desc {
        font-size: 14px;
    }

    .staff-mobility-cta-btn {
        font-size: 14px;
        padding: 10px 20px;
    }

    .staff-mobility-cta::after {
        top: 13%;
        right: 0;
        transform: translate(20%, -50%);
        width: 300px;
        height: 300px;
    }


    /* ----------------------------------------------------------------------
       Research Mobility Partner Cards
       ---------------------------------------------------------------------- */

    .research-mobility-partner-card {
        height: 470px;
    }

    .research-mobility-partner-badge {
        font-size: 20px;
    }

    .research-mobility-partner-name {
        font-size: 28px;
    }

    .research-mobility-partners-title {
        font-size: 23px;
    }


    /* ----------------------------------------------------------------------
       Staff Faculty Image
       ---------------------------------------------------------------------- */

    .staff-mobility-faculty-img-wrapper {
        height: 350px;
    }
	
	.student-mobility-routes-section .student-mobility-routes-title {
    margin-bottom: 3.5rem !important;
}
	
	.student-mobility-value-section .student-mobility-value-title {
    font-size: 33px !important;
}
	
	    .mobile-static-img {
        top: 50%;
    }
	
	    .student-mobility-text-gradient {
        font-size: 45px;
    }
	.student-mobility-value-subtitle {
        font-size: 25px !important;
    }
	.student-mobility-profile-body {
		min-height: 95px;
	}
	
	.student-mobility-value-section .student-mobility-value-title {
    font-size: 48px !important;
}

}


@media screen and (min-width: 768px) and (max-width: 991px) {
	
	.student-mobility-inbound-banner .student-mobility-inbound-btn{
        font-size: 18px;
        padding: 10px 20px;
	}

::before {
        content: '';
        background: url('../images/Student Mobility Stats/left-wing.svg') no-repeat center/contain;
        width: 34px;
        height: 83px;
        position: absolute;
        left: -40px;
        top: 50%;
        transform: translateY(-50%);
    }

    .student-mobility-stat-item:nth-child(1)::after {
        content: '';
        background: url('../images/Student Mobility Stats/right-wing.svg') no-repeat center/contain;
        width: 35px;
        height: 83px;
        position: absolute;
        right: -37px;
        top: 50%;
        transform: translateY(-50%);
    }

    .student-mobility-stat-item:nth-child(1)

    .research-mobility-springer-title {
        font-size: 32px;
        line-height: 1.1;
    }

    /* Staff Mobility Section Mobile */
    .staff-mobility-subtitle {
        font-size: 20px;
    }

    .staff-mobility-title {
        font-size: 32px;
        line-height: 1.1;
    }

    .staff-mobility-desc {
        font-size: 16px;
    }

    .staff-mobility-card-desc {
        font-size: 16px;
    }

    /* Outbound Faculty CTA Mobile */
    .staff-mobility-cta-title {
        font-size: 28px;
    }

    .staff-mobility-cta-desc {
        font-size: 16px;
    }

    .staff-mobility-cta-btn {
        font-size: 16px;
        padding: 10px 20px;
    }

    .staff-mobility-cta::after {
        top: 13%;
        right: 0;
        transform: translate(20%, -50%);
        width: 300px;
        height: 300px;
    }

    .research-mobility-partner-card {
        height: 470px;
    }

    .research-mobility-partner-badge {
        font-size: 24px;
    }

    .research-mobility-partner-name {
        font-size: 32px;
    }

    .research-mobility-other-slider .slick-track {
        display: flex !important;
    }

    .research-mobility-other-slider .slick-slide {
        display: flex !important;
        height: inherit !important;
    }

    .research-mobility-partners-title {
        font-size: 27px;
    }

    .staff-mobility-faculty-img-wrapper {
        height: 350px;
    }

    .research-mobility-mobile-project-img {
        height: 450px !important;
    }
	
	.student-mobility-inbound-banner::after {
    top: 5%;
    width: 400px;
    height: 400px;
}
	
	 /* ----------------------------------------------------------------------
       Routes & Programme Types Section
       ---------------------------------------------------------------------- */

    .student-mobility-routes-section {
        padding: 40px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }

    .student-mobility-routes-title {
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 3rem !important;
    }

    .student-mobility-route-card {
        margin: 0 !important;
        padding: 24px 20px;
    }

    .student-mobility-route-card-title {
        font-size: 24px;
        padding-bottom: 12px;
        margin-bottom: 12px;
    }

    .student-mobility-routes-img {
        min-height: 250px;
        height: 400px;
    }

    #routes-slider-wrapper {
        position: relative;
    }

    #routes-slider-row {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100% !important;
    }

    #routes-slider-row .slick-list {
        margin: 0 -10px !important;
        padding: 0 !important;
    }

    #routes-slider-row .slick-track {
        display: flex !important;
    }

    #routes-slider-row .col-lg-4 {
        margin: 0 10px !important;
        gap: 450px !important;
    }

    .mobile-static-img {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        padding: 0 !important;
        transform: translateY(-50%);
        z-index: 10;
        pointer-events: none;
    }

    .student-mobility-routes-slider {
        margin-bottom: 20px;
    }

    .student-mobility-routes-slider .slick-dots {
        display: flex !important;
        justify-content: center;
        list-style: none;
        padding: 0;
        margin-top: 20px;
        margin-bottom: 0;
        gap: 8px;
    }

    .student-mobility-routes-slider .slick-dots li {
        margin: 0;
    }

    .student-mobility-routes-slider .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 8px;
        height: 8px;
        padding: 0;
        color: transparent;
        border: 0;
        outline: none;
        background: #cbd5e1;
        border-radius: 4px;
        transition: all 0.3s ease;
    }
	.student-mobility-profile-body {
		min-height: 95px;
	}

    .student-mobility-routes-slider .slick-dots li.slick-active button {
        background: #ffc107;
        width: 24px;
    }
	
	.student-mobility-routes-section .student-mobility-routes-title {
    margin-bottom: 3.5rem !important;
}
	
	.student-mobility-value-section .student-mobility-value-title {
    font-size: 57px !important;
}
	
	.student-mobility-value-subtitle {
    font-size: 34px;
}

}

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

    .student-mobility-inbound-btn {
        text-align: center;
    }

    .student-mobility-inbound-banner::after {
        width: 500px;
        height: 500px;
    }

    .student-mobility-inbound-slider .slick-track {
        display: flex !important;
    }

    .student-mobility-inbound-slider .slick-slide {
        display: flex !important;
        height: inherit !important;
    }

    .student-mobility-students-slider-wrapper .row>div:nth-child(n+7),
    .student-mobility-abroad-slider-wrapper .row>div:nth-child(n+7),
    .staff-mobility-faculty-slider-wrapper .row>div:nth-child(n+7) {
        display: none !important;
    }

    .student-mobility-outbound-slider .slick-track {
        display: flex !important;
    }

    .student-mobility-outbound-slider .slick-slide {
        display: flex !important;
        height: inherit !important;
    }

    .research-mobility-other-slider .slick-track {
        display: flex !important;
    }

    .research-mobility-other-slider .slick-slide {
        display: flex !important;
        height: inherit !important;
    }

    .staff-mobility-cta::after {
        width: 500px;
        height: 500px;
    }

    .staff-mobility-cta-btn {
        text-align: center;
    }
}

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


      .student-mobility-inbound-btn {
        text-align: center;
    }

    .student-mobility-inbound-banner::after {
        width: 550px;
        height: 550px;
    }

    .student-mobility-inbound-slider .slick-track {
        display: flex !important;
    }

    .student-mobility-inbound-slider .slick-slide {
        display: flex !important;
        height: inherit !important;
    }

    .student-mobility-profile-img {
        height: 350px;
    }

    .research-mobility-other-slider .slick-track {
        display: flex !important;
    }

    .research-mobility-other-slider .slick-slide {
        display: flex !important;
        height: inherit !important;
    }

    .research-mobility-other-icon {
        width: 80px;
        height: 80px;
    }

    .staff-mobility-faculty-img-wrapper {
        height: 350px;
    }
}

.mt-4 {
    margin-top: 1.5rem !important;
}

    .student-mobility-routes-slider .slick-dots {
        display: flex !important;
        justify-content: center;
        list-style: none;
        padding: 0;
        margin-top: 20px;
        margin-bottom: -17px;
        gap: 8px;
    }


.student-mobility-global-cta-img{
	margin-bottom : -30px;
}


/* slick-dot-removing */

.page-id-59852 .slick-dots li button::before {
    display: none !important;
}
