/* ==========================================================================
   Language & Test Preparation Section
   ========================================================================== */

.pathway-exchange-prep-section {
    background-color: #f7f7f7;
    font-family: var(--font-figtree-regular);
    font-weight: 400;
    padding-top: 30px;
}

.pathway-exchange-prep-subtitle {
    font-family: var(--font-figtree-bold);
    font-weight: 700;
    font-size: 28px;
    color: #110b45;
}

.pathway-exchange-prep-title {
    font-family: var(--font-polymath-bold);
    font-weight: 700;
    font-size: 56px;
    color: #110b45;
    line-height: 1.1;
}

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

.pathway-exchange-prep-desc {
    font-family: var(--font-figtree-regular);
    font-weight: 400;
    font-size: 18px;
}

/* Cards Carousel */
.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: var(--font-figtree-bold);
    font-weight: 700;
    font-size: 26px;
    background: linear-gradient(90deg, #B53C72 0%, #5641E0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.pathway-exchange-prep-card-desc {
    font-family: var(--font-figtree-regular);
    font-weight: 400;
    font-size: 16px;
    color: #333;
}

.pathway-exchange-prep-list {
    font-family: var(--font-figtree-medium);
    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;
    font-family: var(--font-figtree-regular);
    font-weight: 400;
}

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

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

/* Max-width 360px */
@media screen and (max-width: 360px) {
    .pathway-exchange-prep-section {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
        font-family: var(--font-figtree-regular);
        font-weight: 400;
    }

    .pathway-exchange-prep-subtitle {
        font-family: var(--font-figtree-bold);
        font-weight: 700;
        font-size: 16px;
    }

    .pathway-exchange-prep-title {
        font-family: var(--font-polymath-bold);
        font-weight: 700;
        font-size: 34px;
        line-height: 1.1;
        margin-bottom: 15px !important;
    }

    .pathway-exchange-prep-desc {
        font-family: var(--font-figtree-regular);
        font-weight: 400;
        font-size: 14px;
        margin-bottom: 30px !important;
    }

    .pathway-exchange-prep-card-title {
        font-family: var(--font-figtree-bold);
        font-weight: 700;
    }

    .pathway-exchange-prep-card-desc {
        font-family: var(--font-figtree-regular);
        font-weight: 400;
    }

    .pathway-exchange-prep-list {
        font-family: var(--font-figtree-medium);
        font-weight: 500;
    }
}

/* 361px to 479px */
@media screen and (min-width: 361px) and (max-width: 479px) {
    .pathway-exchange-prep-section {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
        font-family: var(--font-figtree-regular);
        font-weight: 400;
    }

    .pathway-exchange-prep-subtitle {
        font-family: var(--font-figtree-bold);
        font-weight: 700;
        font-size: 22px;
    }

    .pathway-exchange-prep-title {
        font-family: var(--font-polymath-bold);
        font-weight: 700;
        font-size: 45px;
        line-height: 1.1;
        margin-bottom: 15px !important;
    }

    .pathway-exchange-prep-desc {
        font-family: var(--font-figtree-regular);
        font-weight: 400;
        font-size: 16px;
        margin-bottom: 30px !important;
    }

    .pathway-exchange-prep-card-title {
        font-family: var(--font-figtree-bold);
        font-weight: 700;
    }

    .pathway-exchange-prep-card-desc {
        font-family: var(--font-figtree-regular);
        font-weight: 400;
    }

    .pathway-exchange-prep-list {
        font-family: var(--font-figtree-medium);
        font-weight: 500;
    }
}

/* 480px to 575px */
@media screen and (min-width: 480px) and (max-width: 575px) {
    .pathway-exchange-prep-section {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
        font-family: var(--font-figtree-regular);
        font-weight: 400;
    }

    .pathway-exchange-prep-subtitle {
        font-family: var(--font-figtree-bold);
        font-weight: 700;
        font-size: 20px;
    }

    .pathway-exchange-prep-title {
        font-family: var(--font-polymath-bold);
        font-weight: 700;
        font-size: 44px;
        line-height: 1.1;
        margin-bottom: 15px !important;
    }

    .pathway-exchange-prep-desc {
        font-family: var(--font-figtree-regular);
        font-weight: 400;
        font-size: 17px;
        margin-bottom: 30px !important;
    }

    .pathway-exchange-prep-card-title {
        font-family: var(--font-figtree-bold);
        font-weight: 700;
    }

    .pathway-exchange-prep-card-desc {
        font-family: var(--font-figtree-regular);
        font-weight: 400;
    }

    .pathway-exchange-prep-list {
        font-family: var(--font-figtree-medium);
        font-weight: 500;
    }
}

/* 576px to 767px */
@media screen and (min-width: 576px) and (max-width: 767px) {
    .pathway-exchange-prep-section {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
        font-family: var(--font-figtree-regular);
        font-weight: 400;
    }

    .pathway-exchange-prep-subtitle {
        font-family: var(--font-figtree-bold);
        font-weight: 700;
        font-size: 27px;
    }

    .pathway-exchange-prep-title {
        font-family: var(--font-polymath-bold);
        font-weight: 700;
        font-size: 56px;
        line-height: 1.1;
        margin-bottom: 15px !important;
    }

    .pathway-exchange-prep-desc {
        font-family: var(--font-figtree-regular);
        font-weight: 400;
        font-size: 18px;
        margin-bottom: 30px !important;
    }

    .pathway-exchange-prep-card-title {
        font-family: var(--font-figtree-bold);
        font-weight: 700;
    }

    .pathway-exchange-prep-card-desc {
        font-family: var(--font-figtree-regular);
        font-weight: 400;
    }

    .pathway-exchange-prep-list {
        font-family: var(--font-figtree-medium);
        font-weight: 500;
    }
}

/* 768px to 991px */
@media screen and (min-width: 768px) and (max-width: 991px) {
    .pathway-exchange-prep-section {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
        font-family: var(--font-figtree-regular);
        font-weight: 400;
    }

    .pathway-exchange-prep-subtitle {
        font-family: var(--font-figtree-bold);
        font-weight: 700;
        font-size: 31px;
    }

    .pathway-exchange-prep-title {
        font-family: var(--font-polymath-bold);
        font-weight: 700;
        font-size: 62px;
        line-height: 1.1;
        margin-bottom: 15px !important;
    }

    .pathway-exchange-prep-desc {
        font-family: var(--font-figtree-regular);
        font-weight: 400;
        font-size: 19px;
        margin-bottom: 30px !important;
    }

    .pathway-exchange-prep-card-title {
        font-family: var(--font-figtree-bold);
        font-weight: 700;
    }

    .pathway-exchange-prep-card-desc {
        font-family: var(--font-figtree-regular);
        font-weight: 400;
    }

    .pathway-exchange-prep-list {
        font-family: var(--font-figtree-medium);
        font-weight: 500;
    }
}
