/* ==========================================================================
   Fonts used by this section (Figtree + Polymath Display)
   ========================================================================== */

@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;
}

@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;
}

/* ==========================================================================
   Global base reset (affects every element on the page, incl. this section)
   ========================================================================== */

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;
}

/* ==========================================================================
   Value of Mobility Section — base styles
   ========================================================================== */

.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;
}

/* Shared gradient-text helper — also applied to the H2 in this section */
.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;
}

/* ==========================================================================
   Slider controls (progress bar + prev/next buttons) — shared class,
   used by this section's markup via "student-mobility-slider-controls"
   ========================================================================== */

.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;
}

/* ==========================================================================
   RESPONSIVE — only the rules that touch this section's classes
   ========================================================================== */

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

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

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

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

	.student-mobility-value-section .student-mobility-value-title {
        font-size: 33px !important;
    }
}

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

    .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%;
    }
}

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

    .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%;
    }
}

/* Tablet / Small Tablet: 576px to 767px */
@media screen and (min-width: 576px) and (max-width: 767px) {

    .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%;
    }

	.student-mobility-value-section .student-mobility-value-title {
        font-size: 33px !important;
    }

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

	.student-mobility-value-subtitle {
        font-size: 25px !important;
    }

	.student-mobility-value-section .student-mobility-value-title {
        font-size: 48px !important;
    }
}

/* 768px to 991px */
@media screen and (min-width: 768px) and (max-width: 991px) {

	.student-mobility-value-section .student-mobility-value-title {
        font-size: 57px !important;
    }

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