.impact-alumni {
    background: linear-gradient(to top, #d9d9d973 0%, #D9D9D973 30%, #d9d9d973 85%, #ffffff 100%) !important;
    color: #000000;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    opacity: 1 !important;
    visibility: visible !important;
    content-visibility: visible !important;
}

.impact-alumni::after {
    content: 'JDC.JDC.JDC.JDC.JDC.JDC.JDC.JDC.';
    position: absolute;
    bottom: 2vh;
    left: 0;
    right: 0;
    width: 100%;
    font-size: 8.2vw;
    font-weight: 900;
    color: rgb(255 255 255 / 15%);
    letter-spacing: 0.002vw;
    white-space: nowrap;
    pointer-events: none;
    z-index: 0;
    user-select: none;
    font-family: 'Inter', sans-serif;
    text-align: center;
    overflow: hidden;
}

.impact-alumni .section-title {
    color: #000000;
    text-align: center;
    font-size: 3.8vh !important;
    font-weight: 800;
    margin-bottom: 2.22vh;
    line-height: 1.2;
}

.impact-alumni .section-subtitle {
    color: #545454;
    text-align: center;
    font-size: 1.63vh !important;
    line-height: 1.6;
    margin-bottom: 2.96vh;
}

.impact-alumni .section-category {
    background: rgba(74, 93, 35, 0.2);
    color: #6B7C32;
    border: 1px solid rgba(74, 93, 35, 0.3);
}

.impact-alumni .section-number {
    background: linear-gradient(135deg, #6B7C32, #4A5D23);
    box-shadow: 0 0.3vh 1.2vh rgba(107, 124, 50, 0.4);
}

.impact-alumni .section-header {
    text-align: center;
}

.impact-alumni .section-title .green-dot,
.impact-alumni #alumni-title .green-dot,
.impact-alumni .green-dot,
.impact-alumni h2 .green-dot,
.impact-alumni h2 span.green-dot,
.impact-alumni .section-title span:last-child {
    color: #b3ce3a !important;
    background-color: transparent !important;
}

.alumni-testimonials-section {
    position: relative;
    overflow: hidden;
}

.testimonials-container {
    max-width: 83.3vw;
    margin: 0 auto;
    padding: 0 2.1vw;
    position: relative;
    z-index: 2;
}

.testimonial-content {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 5.2vw;
    align-items: center;
    min-height: 20.8vh;
    max-width: 72.9vw;
    margin: 0 auto;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.avatars-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 1.3vw;
    max-width: 21.9vw;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.avatars-grid::before {
    content: '';
    position: absolute;
    top: 0vh;
    left: 0;
    right: 0;
    height: 2.1vh;
    background: linear-gradient(to bottom, #eeeeee 0%, #eeeeee 50%, transparent 100%);
    z-index: 10;
    pointer-events: none;
}

.avatars-grid::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2.1vh;
    background: linear-gradient(to top, #eeeeee 0%, #eeeeee 50%, transparent 100%);
    z-index: 10;
    pointer-events: none;
}

.avatar-item {
    position: relative;
    width: 6.3vw;
    height: 6.3vw;
    border-radius: 1.25vw;
    overflow: hidden;
    box-shadow: 0 0.21vh 0.63vh rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    background: #ffffff00;
    padding: 0vh;
    z-index: 2;
}

.avatar-item:nth-child(5) {
    transform: scale(1.3);
    box-shadow: 0 0.31vh 1.04vh rgba(0, 0, 0, 0.15);
}

.avatar-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1.25vw;
}

.testimonial-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    padding: 2.1vh 0;
    position: relative;
    max-width: 41.7vw;
    z-index: 2;
}

.green-dot {
    color: #b3ce3a;
    font-weight: 600;
}

.jdc-text {
    color: #000000;
    font-weight: 600;
}

.testimonial-quote {
    font-size: 1.63vh !important;
    line-height: 1.6;
    color: #545454;
    margin: 0 0 2.22vh 0;
    font-weight: 400;
    max-width: 26.04vw;
}

.testimonial-author {
    margin-bottom: 2.22vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.author-name {
    font-size: 1.85vh;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0.56vh;
}

.author-role {
    font-size: 1.48vh;
    font-weight: 500;
    color: #545454;
    margin: 0;
    font-style: italic;
    display: block !important;
    width: 100%;
}

.testimonial-navigation {
    display: flex;
    gap: 0.42vw;
    align-items: center;
    justify-content: center;
    margin-top: 1.85vh;
}

.nav-button {
    width: 2.22vh;
    height: 2.22vh;
    border-radius: 50%;
    background: #f9fafb;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    color: #6b7280;
    box-shadow: 0 0.09vh 0.37vh rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}

.nav-button:hover {
    background: #f3f4f6;
    color: #374151;
    transform: translateY(-0.09vh) scale(1.05);
    box-shadow: 0 0.28vh 0.93vh rgba(0, 0, 0, 0.15);
}

.nav-button:active {
    transform: translateY(0) scale(0.98);
    transition: all 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(179, 206, 58, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.3s ease, height 0.3s ease;
}

.nav-button:active::before {
    width: 100%;
    height: 100%;
}

.alumni-stats {
    margin-bottom: 7vh;
    position: relative;
    z-index: 2;
}

.alumni-stats .stats-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25vw;
    max-width: 52.1vw;
    margin: 0 auto;
}

.alumni-stats .alumni-stat {
    background: transparent;
    border: none;
    padding: 0;
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
}

.impact-alumni .alumni-stats .stat-number {
    display: block;
    font-size: 3.2vh !important;
    font-weight: 900;
    color: #b3ce3a !important;
    background: none !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
    background-clip: unset !important;
    margin-bottom: 0.56vh;
    line-height: 1;
}

.impact-alumni .alumni-stats .stat-label {
    display: block;
    font-size: 1.6vh !important;
    color: #000000;
    font-weight: 700;
    margin-bottom: 0.56vh;
}

.impact-alumni .alumni-stats .stat-description {
    font-size: 1.4vh !important;
    color: #545454;
    line-height: 1.5;
}

.companies-section {
    text-align: center;
    margin-top: 0;
}

.companies-section h3 {
    font-size: 3.8vh;
    font-weight: 800;
    margin-bottom: 2.22vh;
    color: #0B1220;
}

.companies-section .companies-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1.04vw;
    align-items: center;
}

.companies-section .company-logo {
    background: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.83vw;
    padding: 1.39vh 1.04vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    width: 100%;
    height: 5.56vh;
    min-height: 5.56vh;
}

.companies-section .company-logo:hover {
    transform: translateY(-0.19vh);
    background: rgba(0, 0, 0, 0.05);
    border-color: rgba(179, 206, 58, 0.3);
}

.companies-section .company-logo img {
    max-width: 100%;
    max-height: 3.7vh;
    object-fit: contain;
    filter: grayscale(100%) opacity(0.7);
    transition: all 0.3s ease;
}

.companies-section .company-logo:hover img {
    filter: grayscale(0%) opacity(1);
    transform: scale(1.1);
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 480px) {
    .impact-alumni {
        height: auto !important;
        min-height: 100vh !important;
        padding: 8vh 0 0 0 !important;
    }

    .impact-alumni::after {
        font-size: 6vh !important;
        bottom: 1vh !important;
    }

    .impact-alumni .section-header {
        margin-top: 4vh !important;
    }

    .impact-alumni .section-title {
        font-size: 2.5vh !important;
        margin-bottom: 2vh !important;
        line-height: 1.3 !important;
    }

    .impact-alumni .section-subtitle {
        font-size: 1.2vh !important;
        margin-bottom: 2.5vh !important;
        line-height: 1.5 !important;
        max-width: 70vw !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .testimonials-container {
        max-width: 100% !important;
        padding: 0 4vw !important;
    }

    .testimonial-content {
        grid-template-columns: 1fr !important;
        gap: 3vh !important;
        max-width: 100% !important;
        text-align: center !important;
    }

    .avatars-grid {
        max-width: 65vw !important;
        gap: 2.5vw !important;
        margin: 0 auto 2vh auto !important;
    }

    .avatar-item {
        width: 18vw !important;
        height: 18vw !important;
    }

    .avatar-item:nth-child(5) {
        transform: scale(1.2) !important;
    }

    .testimonial-text {
        align-items: flex-start !important;
        text-align: left !important;
        padding: 0 !important;
        max-width: 100% !important;
    }

    .testimonial-quote {
        font-size: 1.6vh !important;
        margin-bottom: 2vh !important;
        max-width: 100% !important;
        line-height: 1.5 !important;
    }

    .testimonial-author {
        align-items: flex-start !important;
        margin-bottom: 2vh !important;
    }

    .author-name {
        font-size: 1.8vh !important;
        margin-bottom: 0.5vh !important;
    }

    .author-role {
        font-size: 1.4vh !important;
    }

    .testimonial-navigation {
        margin-top: 1.5vh !important;
    }

    .nav-button {
        width: 3vh !important;
        height: 3vh !important;
    }

    .alumni-stats {
        margin-bottom: 4vh !important;
        margin-top: 2vh !important;
    }

    .alumni-stats .stats-container {
        grid-template-columns: 1fr !important;
        gap: 1.5vh !important;
        max-width: 100% !important;
        padding: 0 4vw !important;
    }

    .alumni-stats .alumni-stat {
        padding: 1vh 0 !important;
        margin-bottom: 0 !important;
    }

    .impact-alumni .alumni-stats .stat-number {
        font-size: 3.2vh !important;
    }

    .impact-alumni .alumni-stats .stat-label {
        font-size: 1.8vh !important;
    }

    .impact-alumni .alumni-stats .stat-description {
        font-size: 1.3vh !important;
        line-height: 1.4 !important;
    }

    .companies-section h3 {
        font-size: 2.5vh !important;
        margin-bottom: 2vh !important;
    }

    .companies-section .companies-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 1.5vw !important;
    }

    .companies-section .company-logo {
        padding: 1vh 1.5vw !important;
        height: 4vh !important;
        min-height: 4vh !important;
    }

    .companies-section .company-logo img {
        max-height: 2.5vh !important;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .impact-alumni {
        height: 100vh !important;
        padding: 0 !important;
    }

    .impact-alumni::after {
        font-size: 7vh !important;
        bottom: 1.5vh !important;
    }

    .impact-alumni .section-title {
        font-size: 3.2vh !important;
        margin-bottom: 2.2vh !important;
    }

    .impact-alumni .section-subtitle {
        font-size: 1.4vh !important;
        margin-bottom: 2.8vh !important;
    }

    .testimonials-container {
        max-width: 90vw !important;
        padding: 0 3vw !important;
    }

    .testimonial-content {
        grid-template-columns: 1fr 1.2fr !important;
        gap: 3.5vw !important;
        max-width: 90vw !important;
    }

    .avatars-grid {
        max-width: 25vw !important;
        gap: 1vw !important;
    }

    .avatar-item {
        width: 6vw !important;
        height: 6vw !important;
    }

    .avatar-item:nth-child(5) {
        transform: scale(1.25) !important;
    }

    .testimonial-text {
        padding: 1vh 0 !important;
        max-width: 50vw !important;
    }

    .testimonial-quote {
        font-size: 1.4vh !important;
        margin-bottom: 1.8vh !important;
        max-width: 80% !important;
    }

    .author-name {
        font-size: 1.6vh !important;
        margin-bottom: 0.4vh !important;
    }

    .author-role {
        font-size: 1.3vh !important;
    }

    .nav-button {
        width: 2vh !important;
        height: 2vh !important;
    }

    .alumni-stats {
        margin-bottom: 5vh !important;
    }

    .alumni-stats .stats-container {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 1.5vw !important;
        max-width: 80vw !important;
    }

    .impact-alumni .alumni-stats .stat-number {
        font-size: 2.8vh !important;
    }

    .impact-alumni .alumni-stats .stat-label {
        font-size: 1.6vh !important;
    }

    .impact-alumni .alumni-stats .stat-description {
        font-size: 1.25vh !important;
    }

    .companies-section h3 {
        font-size: 3.2vh !important;
        margin-bottom: 2.2vh !important;
    }

    .companies-section .companies-grid {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 1.2vw !important;
    }

    .companies-section .company-logo {
        padding: 1.2vh 1.2vw !important;
        height: 4.5vh !important;
        min-height: 4.5vh !important;
    }

    .companies-section .company-logo img {
        max-height: 3vh !important;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .impact-alumni::after {
        font-size: 7.5vh !important;
    }

    .impact-alumni .section-title {
        font-size: 3.5vh !important;
    }

    .impact-alumni .section-subtitle {
        font-size: 1.5vh !important;
    }

    .testimonials-container {
        max-width: 85vw !important;
        padding: 0 2vw !important;
    }

    .testimonial-content {
        gap: 4vw !important;
        max-width: 80vw !important;
    }

    .avatars-grid {
        max-width: 22vw !important;
    }

    .avatar-item {
        width: 5.5vw !important;
        height: 5.5vw !important;
    }

    .testimonial-quote {
        font-size: 1.5vh !important;
        max-width: 70% !important;
    }

    .author-name {
        font-size: 1.7vh !important;
    }

    .author-role {
        font-size: 1.4vh !important;
    }

    .impact-alumni .alumni-stats .stat-number {
        font-size: 3vh !important;
    }

    .impact-alumni .alumni-stats .stat-label {
        font-size: 1.65vh !important;
    }

    .impact-alumni .alumni-stats .stat-description {
        font-size: 1.35vh !important;
    }

    .companies-section h3 {
        font-size: 3.5vh !important;
    }

    .companies-section .companies-grid {
        gap: 1vw !important;
    }

    .companies-section .company-logo {
        height: 5vh !important;
        min-height: 5vh !important;
    }

    .companies-section .company-logo img {
        max-height: 3.2vh !important;
    }
}

@media (min-width: 1025px) {
    .impact-alumni::after {
        font-size: 8.2vw !important;
        bottom: 2vh !important;
    }

    .impact-alumni .section-title {
        font-size: 3.8vh !important;
        margin-bottom: 2.22vh !important;
    }

    .impact-alumni .section-subtitle {
        font-size: 1.8vh !important;
        margin-bottom: 2.96vh !important;
    }

    .testimonials-container {
        max-width: 83.3vw !important;
        padding: 0 2.1vw !important;
    }

    .testimonial-content {
        gap: 5.2vw !important;
        max-width: 72.9vw !important;
    }

    .avatars-grid {
        max-width: 21.9vw !important;
        gap: 1.3vw !important;
    }

    .avatar-item {
        width: 6.3vw !important;
        height: 6.3vw !important;
    }

    .avatar-item:nth-child(5) {
        transform: scale(1.3) !important;
    }

    .testimonial-text {
        padding: 2.1vh 0 !important;
        max-width: 41.7vw !important;
    }

    .testimonial-quote {
        font-size: 1.63vh !important;
        margin-bottom: 2.22vh !important;
        max-width: 26.04vw !important;
    }

    .author-name {
        font-size: 1.85vh !important;
        margin-bottom: 0.56vh !important;
    }

    .author-role {
        font-size: 1.48vh !important;
    }

    .nav-button {
        width: 2.22vh !important;
        height: 2.22vh !important;
    }

    .alumni-stats {
        margin-bottom: 7vh !important;
    }

    .alumni-stats .stats-container {
        gap: 1.25vw !important;
        max-width: 52.1vw !important;
    }

    .impact-alumni .alumni-stats .stat-number {
        font-size: 3.2vh !important;
    }

    .impact-alumni .alumni-stats .stat-label {
        font-size: 1.6vh !important;
    }

    .impact-alumni .alumni-stats .stat-description {
        font-size: 1.4vh !important;
    }

    .companies-section h3 {
        font-size: 3.8vh !important;
        margin-bottom: 2.22vh !important;
    }

    .companies-section .companies-grid {
        gap: 1.04vw !important;
    }

    .companies-section .company-logo {
        padding: 1.39vh 1.04vw !important;
        height: 5.56vh !important;
        min-height: 5.56vh !important;
    }

    .companies-section .company-logo img {
        max-height: 3.7vh !important;
    }
}
