/* ==========================================================================
   Pathway Exchange Success Stories Section
   ========================================================================== */

.pathway-exchange-success-section {
    background-color: #140b4b;
    /* Dark blue background */
    font-family: var(--font-figtree-regular);
    font-weight: 400;
    padding-top: 30px;
}

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

.pathway-exchange-success-title {
    font-family: var(--font-polymath-bold);
    font-weight: 700;
    font-size: 56px;
    color: #fff;
}

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

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

/* Stats Box */
.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: var(--font-polymath-bold);
    font-weight: 700;
    font-size: 64px;
    color: #fff;
    line-height: 1;
}

.pathway-exchange-success-stat-text {
    font-family: var(--font-figtree-regular);
    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);
}

/* Testimonials Slider */
.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: var(--font-figtree-regular);
    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: var(--font-figtree-bold);
    font-weight: 700;
    font-size: 15px;
    color: #100d36;
}

.pathway-exchange-success-author-detail {
    font-family: var(--font-figtree-regular);
    font-weight: 400;
    font-size: 13px;
    color: #666;
}

/* Custom Dots — shared selector with the Partners slider, both targeted together */
.pathway-exchange-partners-slider .slick-dots,
.pathway-exchange-success-slider .slick-dots {
    bottom: -11px !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;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
/* Max-width 360px */
@media screen and (max-width: 360px) {
    .pathway-exchange-success-section .container {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }

    .pathway-exchange-success-subtitle {
        font-size: 16px;
        font-weight: 700;
    }

    .pathway-exchange-success-title {
        font-size: 32px;
        line-height: 1.1;
        font-weight: 700;
    }

    .pathway-exchange-success-desc {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 30px !important;
    }

    .pathway-exchange-success-stats-box {
        padding: 20px 15px;
        background-color: #5C46E5;
        /* Match lighter purple from design */
        border: none;
    }

    .pathway-exchange-success-stats-box .row {
        display: flex;
        flex-direction: column;
        text-align: left !important;
        margin: 0 !important;
        width: 100%;
    }

    .pathway-exchange-success-stats-box .col-md-4 {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 15px;
        padding-bottom: 20px;
        margin-bottom: 20px !important;
        margin-top: 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .pathway-exchange-success-stats-box .col-md-4:last-child {
        padding-bottom: 0;
        margin-bottom: 0 !important;
        border-bottom: none;
    }

    /* Reorder stats */
    .pathway-exchange-success-stats-box .col-md-4:nth-child(1) {
        order: 2;
    }

    /* 56L+ */
    .pathway-exchange-success-stats-box .col-md-4:nth-child(2) {
        order: 1;
    }

    /* 53 */
    .pathway-exchange-success-stats-box .col-md-4:nth-child(3) {
        order: 3;
    }

    /* 14 */

    .pathway-exchange-success-stat-number {
        font-size: 32px;
        font-weight: 700;
        flex: 0 0 auto;
        margin-bottom: 0 !important;
        text-align: left;
    }

    .pathway-exchange-success-stat-text {
        flex: 1;
        font-family: var(--font-figtree-regular);
        font-weight: 400;
        text-align: left;
        margin-left: 0 !important;
        margin-right: 0 !important;
        font-size: 14px;
        max-width: none;
    }
}

/* Mobile: 361px to 479px */
@media screen and (min-width: 361px) and (max-width: 479px) {
    .pathway-exchange-success-section .container {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }

    .pathway-exchange-success-subtitle {
        font-size: 25px;
        font-weight: 700;
    }

    .pathway-exchange-success-title {
        font-size: 44px;
        line-height: 1.1;
        font-weight: 700;
    }

    .pathway-exchange-success-desc {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 30px !important;
    }

    .pathway-exchange-success-stats-box {
        padding: 20px 15px;
        background-color: #5C46E5;
        border: none;
    }

    .pathway-exchange-success-stats-box .row {
        display: flex;
        flex-direction: column;
        text-align: left !important;
        margin: 0 !important;
        width: 100%;
    }

    .pathway-exchange-success-stats-box .col-md-4 {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 15px;
        padding-bottom: 20px;
        margin-bottom: 20px !important;
        margin-top: 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .pathway-exchange-success-stats-box .col-md-4:last-child {
        padding-bottom: 0;
        margin-bottom: 0 !important;
        border-bottom: none;
    }

    /* Reorder stats */
    .pathway-exchange-success-stats-box .col-md-4:nth-child(1) {
        order: 2;
    }

    /* 56L+ */
    .pathway-exchange-success-stats-box .col-md-4:nth-child(2) {
        order: 1;
    }

    /* 53 */
    .pathway-exchange-success-stats-box .col-md-4:nth-child(3) {
        order: 3;
    }

    /* 14 */

    .pathway-exchange-success-stat-number {
        font-size: 32px;
        font-weight: 700;
        flex: 0 0 auto;
        margin-bottom: 0 !important;
        text-align: left;
    }

    .pathway-exchange-success-stat-text {
        flex: 1;
        font-family: var(--font-figtree-regular);
        font-weight: 400;
        text-align: left;
        margin-left: 0 !important;
        margin-right: 0 !important;
        font-size: 14px;
        max-width: none;
    }
}

/* Mobile: 480px to 575px */
@media screen and (min-width: 480px) and (max-width: 575px) {
    .pathway-exchange-success-section .container {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }

    .pathway-exchange-success-subtitle {
        font-size: 28px;
        font-weight: 700;
    }

    .pathway-exchange-success-title {
        font-size: 48px;
        line-height: 1.1;
        font-weight: 700;
    }

    .pathway-exchange-success-desc {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 30px !important;
    }

    .pathway-exchange-success-stats-box {
        padding: 20px 15px;
        background-color: #5C46E5;
        border: none;
    }

    .pathway-exchange-success-stats-box .row {
        display: flex;
        flex-direction: column;
        text-align: left !important;
        margin: 0 !important;
        width: 100%;
    }

    .pathway-exchange-success-stats-box .col-md-4 {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 15px;
        padding-bottom: 20px;
        margin-bottom: 20px !important;
        margin-top: 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .pathway-exchange-success-stats-box .col-md-4:last-child {
        padding-bottom: 0;
        margin-bottom: 0 !important;
        border-bottom: none;
    }

    /* Reorder stats */
    .pathway-exchange-success-stats-box .col-md-4:nth-child(1) {
        order: 2;
    }

    /* 56L+ */
    .pathway-exchange-success-stats-box .col-md-4:nth-child(2) {
        order: 1;
    }

    /* 53 */
    .pathway-exchange-success-stats-box .col-md-4:nth-child(3) {
        order: 3;
    }

    /* 14 */

    .pathway-exchange-success-stat-number {
        font-size: 36px;
        font-weight: 700;
        flex: 0 0 auto;
        margin-bottom: 0 !important;
        text-align: left;
    }

    .pathway-exchange-success-stat-text {
        flex: 1;
        font-family: var(--font-figtree-regular);
        font-weight: 400;
        text-align: left;
        margin-left: 0 !important;
        margin-right: 0 !important;
        font-size: 18px;
        max-width: none;
    }
}

/* Tablet / Small Tablet: 576px to 767px */
@media screen and (min-width: 576px) and (max-width: 767px) {
    .pathway-exchange-success-section .container {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .pathway-exchange-success-subtitle {
        font-size: 32px;
        font-weight: 700;
    }

    .pathway-exchange-success-title {
        font-size: 54px;
        line-height: 1.1;
        font-weight: 700;
    }

    .pathway-exchange-success-desc {
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 30px !important;
    }

    .pathway-exchange-success-stats-box {
        padding: 20px 15px;
        background-color: #5C46E5;
        border: none;
    }

    .pathway-exchange-success-stats-box .row {
        display: flex;
        flex-direction: column;
        text-align: left !important;
        margin: 0 !important;
        width: 100%;
    }

    .pathway-exchange-success-stats-box .col-md-4 {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 15px;
        padding-bottom: 20px;
        margin-bottom: 20px !important;
        margin-top: 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .pathway-exchange-success-stats-box .col-md-4:last-child {
        padding-bottom: 0;
        margin-bottom: 0 !important;
        border-bottom: none;
    }

    /* Reorder stats */
    .pathway-exchange-success-stats-box .col-md-4:nth-child(1) {
        order: 2;
    }

    /* 56L+ */
    .pathway-exchange-success-stats-box .col-md-4:nth-child(2) {
        order: 1;
    }

    /* 53 */
    .pathway-exchange-success-stats-box .col-md-4:nth-child(3) {
        order: 3;
    }

    /* 14 */

    .pathway-exchange-success-stat-number {
        font-size: 42px;
        font-weight: 700;
        flex: 0 0 auto;
        margin-bottom: 0 !important;
        text-align: left;
    }

    .pathway-exchange-success-stat-text {
        flex: 1;
        font-family: var(--font-figtree-regular);
        font-weight: 400;
        text-align: left;
        margin-left: 0 !important;
        margin-right: 0 !important;
        font-size: 20px;
        max-width: none;
    }
}

/* Medium Tablet: 768px to 991px */
@media screen and (min-width: 768px) and (max-width: 991px) {
    .pathway-exchange-success-section .container {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pathway-exchange-success-subtitle {
        font-size: 36px;
        font-weight: 700;
    }

    .pathway-exchange-success-title {
        font-size: 60px;
        line-height: 1.1;
        font-weight: 700;
    }

    .pathway-exchange-success-desc {
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 40px !important;
    }

    .pathway-exchange-success-stats-box {
        padding: 25px 20px;
        background-color: #5C46E5;
        border: none;
    }

    .pathway-exchange-success-stats-box .row {
        display: flex;
        flex-direction: column;
        text-align: left !important;
        margin: 0 !important;
        width: 100%;
    }

    .pathway-exchange-success-stats-box .col-md-4 {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 20px;
        padding-bottom: 25px;
        margin-bottom: 25px !important;
        margin-top: 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        width: 100% !important;
        max-width: 100% !important;
    }

    .pathway-exchange-success-stats-box .col-md-4:last-child {
        padding-bottom: 0;
        margin-bottom: 0 !important;
        border-bottom: none;
    }

    /* Reorder stats */
    .pathway-exchange-success-stats-box .col-md-4:nth-child(1) {
        order: 2;
    }

    /* 56L+ */
    .pathway-exchange-success-stats-box .col-md-4:nth-child(2) {
        order: 1;
    }

    /* 53 */
    .pathway-exchange-success-stats-box .col-md-4:nth-child(3) {
        order: 3;
    }

    /* 14 */

    .pathway-exchange-success-stat-number {
        font-size: 48px;
        font-weight: 700;
        flex: 0 0 auto;
        margin-bottom: 0 !important;
        text-align: left;
    }

    .pathway-exchange-success-stat-text {
        flex: 1;
        font-family: var(--font-figtree-regular);
        font-weight: 400;
        text-align: left;
        margin-left: 0 !important;
        margin-right: 0 !important;
        font-size: 22px;
        max-width: none;
    }
}